This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ICE Board am3359

Other Parts Discussed in Thread: SYSBIOS

Hi,

we want to run the application from SD Card on ICE Board (AM 3359 )

can any one, guide me on this

Regrads,

Bindu

  • Did you try the manuals already?

    http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_01.00.00.08_User_Guide#Generating_Executable_Binary_-_Post_Build_Script

    regards

  • Running Real Time Application from MicroSD card

    Running application from a MicroSD card is really easy. This is the first choice for both SPI and NOR Flash boot loaders. Knowing that, here are the different steps to follow:

    1. Make sure there is a boot loader in NOR Flash (with pins 1 and 2 shorted on J10) or in SPI Flash (if you just receive the product, there is a bootloader in NOR Flash);
    2. Format Micro SD card in FAT or FAT32;
    3. Copy application binary named as "app" to it;
    4. Insert Micro SD card into ICE card slot;
    5. Power the ICE board.

    All you need for a very quick start of the ICE board, is to download the Pre-Build binaries and copy the application you want to run named as "app" on the MicroSD card, plug it into ICE, and power the board to finish. You will find how each program is supposed to behave in the section “Examples” of that web page.