Comment 5 for bug 1792536

Revision history for this message
quanxian (quanxian-wang) wrote : Re: [DNV][KBL-NUC]Watchdog can not reboot system

this commit only fix DNV, instead of KBL-NUC. Our engineer is contacting upstream for confirmation. The commit will be soon for KBL-NUC. I will input the commit here.

About the testing,

1) loading two modules
#modprobe i2c_i801
#modprobe iTCO_wdt
2) check watchdog device
ls /dev/watchdog*
3) run this command, it should reboot the machine after a while.
cat /dev/watchdog; for i in `seq 1 100`; do echo $i; sleep 1; done