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.

ramdisk autorun

Other Parts Discussed in Thread: OMAP3530

Hello all,

I am using OMAP3530EVM (Mistral) and I would like to be able to have a standalone operation. Currently I am developing using DVSDK 3.0 and doing all my work using NFS filesystem. After I have finished development I am using the original ramdisk image provided in the DVSDK and I add the required executables and all required files. I add the ramdisk to an SD card and I can successfully boot from the SD card. However in order to start the application I need to connect with minicom and give the command. Once the program has started I can disconnect the serial port and the ethernet cable and everything runs as expected.

So, how can I make my program autorun once I boot from the SD card? I found this article in the wiki:

http://processors.wiki.ti.com/index.php/How_to_Create_a_Ramdisk_with_Auto-run_Demo

which refers to DM365. Will it also work with OMAP3530EVM? Any ideas?

Thanks,

Elias