Dear all:
Do anyone try to load pre-built examples from SD card successfully?
My TMDXICE3359 can run LED-blink demo (factory default: run boot loader & LED demo from SPI flash) successfully.
After copy the prebuilt app (either LED, UART and Ethercat demo with name "app") into SD card and plug in the board, it seems not work after reset. Just D3 and D24 is light on, others diodes are off, it seems the board hangs. If I remove the SD card and reset, the LED-blink demo works fine again (The board and SPI boot is OK).
When loading either demo from SD card, I can see terminal shows:
*** StarterWare AM335x Boot Loader. Build - 1.0.0 ***
Copying application image from MMCSD to RAM
Copying to RAM completed successfully
Image Copy Successful, Executing Application..
It seems loading app OK but runs fail. Is there any thing I can do to check the problem?