ReadMe.txt for the TI AM3359 start project.

This project was built for IAR Embedded Workbench for ARM V8.11.1.

Supported hardware:
===================
The sample project for the AM3359 is prepared to run on
a TI TMDSSK3358 eval board. Using different target
hardware may require modifications.

Configurations:
===============
- Debug_iRAM:
  This configuration is prepared for download into internal
  SRAM using the onboard debug-interface of the TI TMDSSK3358.
  An embOS debug and profiling library is used.

- Release_iRAM:
  This configuration is prepared for download into internal
  SRAM using the onboard debug-interface of the TI TMDSSK3358.
  An embOS release library is used.

- Debug_DDR-RAM:
  This configuration is prepared for download into external
  DDR-RAM using the onboard debug-interface of the TI TMDSSK3358.
  An embOS debug and profiling library is used.

- Release_DDR-RAM:
  This configuration is prepared for download into external
  DDR-RAM using the onboard debug-interface of the TI TMDSSK3358.
  An embOS release library is used.

- Debug_iRAM_JLink:
  This configuration is prepared for download into internal
  SRAM using J-Link. An embOS debug and profiling library
  is used.

- Release_iRAM_JLink:
  This configuration is prepared for download into internal
  SRAM using J-Link. An embOS release library is used.

- Debug_DDR-RAM_JLink:
  This configuration is prepared for download into external
  DDR-RAM using J-Link. An embOS debug and profiling library
  is used.

- Release_DDR-RAM_JLink:
  This configuration is prepared for download into external
  DDR-RAM using J-Link. An embOS release library is used.

To boot from SD card:
=====================
1. Prepare the SD card. Follow the description at http://processors.wiki.ti.com/index.php/AM335X_StarterWare_Booting_And_Flashing#Booting_Via_SD_Card.
2. Build Release_DDR-RAM configuration
3. Run CreateSDCardImage.bat
4. Copy the generated file "app" to the SD card
5. Copy the bootloader "MLO" to the SD card, the SD card should contain now the two files "app" and "MLO".
6. Insert SD card and power the TMDSSK3358 board
