mirror of https://github.com/OpenIPC/wiki.git
387 B
387 B
Disabling watchdog on the recorder
The loader on the recorder starts a dog that reboots it every half hour. To disable, copy wdt.ko
to /lib
and add to /etc/init.d/S95hisilicon
to module loads, unloading immediately:
insmod /lib/wdt.ko
rmmod /lib/wdt.ko
Reboot, watchdog should no longer trigger.