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
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.
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 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:
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.