Hello,
Under R35.4.1 system, use
echo 1 > /dev/watchdog && while true; do date; sleep 1; done
can test watchdog, it will reboot after 120s, but executing this command on R36.3 system will give feedback that /dev/watchdog is a busy resource.
When I checked the Developer Guide for R36.3, I found that Test Plan and Validation — NVIDIA Jetson Linux Developer Guide 1 documentation -The following command mentioned in the linux-watchdog timer enable verification link is not marked. What specific command is it?
Looking forward to receiving a response.
Thank you.