Disable watchdog

This fixes the 30 minutes reboot.
https://github.com/OpenIPC/sandbox-fpv/blob/master/note_nvr_wdt.md
pull/1067/head
MarioFPV 2023-10-19 18:20:09 +01:00 committed by GitHub
parent 5d7ab88b25
commit 560e8812bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 &
;;