mirror of https://github.com/OpenIPC/firmware.git
Disable watchdog
This fixes the 30 minutes reboot. https://github.com/OpenIPC/sandbox-fpv/blob/master/note_nvr_wdt.mdpull/1067/head
parent
5d7ab88b25
commit
560e8812bf
|
@ -5,6 +5,9 @@
|
|||
|
||||
case "$1" in
|
||||
start)
|
||||
echo "Killing watchdog..."
|
||||
insmod /lib/wdt.ko
|
||||
rmmod /lib/wdt.ko
|
||||
echo "Starting vdec decoder service..."
|
||||
vdec -p 5600 -d frame -c h265 --bg-r 30 --bg-g 0 --bg-b 30 --osd &
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue