Hello,TIer.
I have modify the Root FS in DVRRDK 4.0 to add a shell script for DM8168 to run when power up.
The script create procedure:
1.Edit a reset.sh in /etc/init.d.
2.chmod +x reset.sh
3.make a link:
cd /etc/rc5.d
ln -s ../init.d/reset.sh S99reset
But when power up DM8168,it seems that the reset.sh have not been run.
Are there some other operations missing or wrong?
BR!