SDK verison: Processor SDK RTOS J721E 08_04_00
hello, i have a question!
How can I Enable the A72 linux Watchdog?
Currently in the code “drivers\watchdog\rti_wdt.c” is set to nowayout mode by default.
I want to run the “echo A > /dev/watchdog” command on the linux terminal to running the watchdog and only the following log appears (log is added by myself).
root@c801soc1:~# dmesg |grep watchdog
[ 5.293560] rti-wdt 2200000.watchdog: heartbeat 60, max_hw_heartbeat_ms:1164000.
[ 5.480636] rti-wdt 2210000.watchdog: heartbeat 60, max_hw_heartbeat_ms:1164000.
[ 122.157538] watchdog_start
[ 122.160920] watchdog_need_worker hm 1164000, t 60000, active 1, running 0
[ 122.175851] watchdog_stop release
[ 122.179993] watchdog_stop
[ 122.183261] watchdog: watchdog0: nowayout prevents watchdog being stopped!
[ 122.191853] watchdog: watchdog0: watchdog did not stop!
[ 122.198378] watchdog_need_worker hm 1164000, t 60000, active 1, running 0
-
The log for feeding the dog was not seen.
1. How to turn on and debug the watchdog
2. Why is the watchdog_stop function invoked when you run the echo A > /dev/watchdog command

