This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDS64GPEVM: Watchdog Timer Does Not Reset The Device

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?