i have linux os on my leopard target board with tms320dm368 processor. its a raw board with only kernel and rfs. there is no linux distribution (ubuntu,fedora,red hat etc) on the target board. I created the script file as following
#!/bin/sh
echo "my application is here"
./helloworld # helloworld is our application
- after creating the script file i copied it in
init.d
- I gave the command
chmod +x /etc/init.d/vcc_app
(vcc_app
is the name of script which I have created) - Then I gave the command
ln -s /etc/init.d/vcc_app /etc/rc.d/vcc_app
(rc.d
is the run level directory)
但当我重开董事会时 我的申请书不是自动执行的 有人能帮我吗?