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.

Automatically running an application at startup (Linux/omap-l137 eval)

Other Parts Discussed in Thread: OMAP-L137

I am using the OMAP-L137 with the MVL5 demo. I want to automatically execute an application at startup. I cannot find the Initialization file that I can insert my startup script. Can you tell me which file I should modify? Should I use /etc/rc.d/rc3.d?

Thanks,

Davidz

  • David,

    You could add your script to /etc/rc.d/rc3.d, provided the script name begins with an "S".  Alternatively, you could create a /etc/rc.d/rc.local file (making sure it's executable) and call any of your startup scripts from that file.

    Regards,

    David