Hi,
I've been working on Starterware applications for a while on the TI AM335X (General Purpose) EVM. The standalone media (MMCSD card) booting is successful with MLO and app files.
I think it's a good way to test/debug hardware without the need of booting up the whole system.
Now I want our board (which is designed based on this TI AM335X (General Purpose) EVM but has DDR3 used and other minor changes) to run an application on a standalone MMCSD card also with just MLO and app files. It doesn't work!
Here is how I make it---
1. I select one application that works good with CCS and debuging tools on our board, the result shows up in our serial port terminal just as expected. So I make the app file following http://processors.wiki.ti.com/index.php/AM335X_StarterWare_Booting_And_Flashing#Usage_of_ti_image_Tool
2. Find the MLO file that we're using to boot regular file system. The boot files we have for booting our board includes 4 files: MLO, u-boot.img, uEnv.txt, uImage.
3. Then I flash the MLO with the app file into a MMCSD card and try to boot the board just from it, there's nothing show up...it's dead seems.
Can anybody let me know what's the issue is and what I can do?
Thanks,
Susan