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.

starting script during boot process of Am335x EVM

Hello,

I have added a script program.sh containing "cd /home/root/app && ./program" to the /etc/init.d folder, put a symbolic link to this script in the /etc/init.d folder (ln -s ../init.d/program.sh S99Program)

When I run ./S99Program my program starts. But when I reboot my AM335x nothing happens. I set all the rights of program.sh and S99Program with chmod 777 so there should be no problem there.

Can someone please help me?