Disable watchdog (#1067)

pull/1071/head
MarioFPV 2023-10-19 22:24:25 +01:00 committed by GitHub
parent 8caeb13079
commit 9a20998abb
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 &
;;