I have an application that is based on the i2c_led demo. I had done a release build and generated the binaries.
After flashing them to the SPI- flash(with success report in the console) nothing happens.
I have disconnected and restarted the board. Maybee somebody knows what I am doing wrong.
Thanks for your help
What version of industrial SDK are you using and what version of bootloader is in your ICE? If you are using 1.0.0.3 SDK then make sure your bootloader is also from V1.0.0.3.
Darrin
SDK was V1.0.0.2 and the bootloader V1.0.0.3
Thank you
from your response, there is a miss match among the versions of the two,
not sure if it will work in your situation.
Michael Rinker SDK was V1.0.0.2 and the bootloader V1.0.0.3 Thank you
Assuming that the tool chain produces the .bin file, you should have no problem.
Also, use this reference for the flash procedures.
http://processors.wiki.ti.com/index.php/AM335x_SYSBIOS_Industrial_SDK_Getting_Started_Guide
The procedures may sound confusing, in particular the one for flashing the boot loader.
The procedures are correct, nonetheless !!!
Jure Z.
It was a problem with the bin. After the update to SDK1.0.0.3 it runs, it was no problem with the writing.