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.

Regarding DM8148 watchdog timer

Hi,

I am using DM8148 custom board and DVRRDK_03.50.00.05.

I have implemented watchdog timer as suggested in "http://processors.wiki.ti.com/index.php/TI81XX_PSP_WDT_Driver_User_Guide"

I am opening the /dev/watchdog with an interval of 5sec and writing into it at every 4sec. 

If there is no write, system reboots by itself.

Problem is, if my application crashes due to say segmentation fault, system is not rebooting.

Ideally it should have rebooted?

My primary goal is to reboot the system, if my application crashes/hangs.