Part Number: TMDS64GPEVM
Hi,
I'm trying to test watchdog timer functionality in Linux. I followed this steps and successfully enabled watchdog devices. After I load the kernel module (rti-wdt) I can see two watchdog timers (/dev/watchdog0, /dev/watchdog1) were registered under /dev.
After loading the kernel module I track the time left to reset the device using WDIOC_GETTIMELEFT ioctl call. I can see that timer starts from 60 seconds and reaches to 0. But reset does not occur when timer reaches 0 seconds.
What can I do to reset the device when watchdog does not pinged in the specified time window on linux?