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?