Difference between revisions of "Watchdog/zh"
From FriendlyELEC WiKi
(updated by API) |
|||
Line 12: | Line 12: | ||
System will reboot in 10 second | System will reboot in 10 second | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | + | 系统将在10秒之后重启,你可以通过重复运行“ ./watchdog_demo /dev/watchdog0 10”达到喂狗的目的。 |
Revision as of 03:05, 22 January 2019
1 H3
1.1 Linux-4.14
使用下列命令可以测试看门狗功能:
$ cd /root/C/watchdog/ $ gcc watchdog_demo.c -o watchdog_demo $ ./watchdog_demo /dev/watchdog0 10 Set timeout: 10 seconds Get timeout: 10 seconds System will reboot in 10 second
系统将在10秒之后重启,你可以通过重复运行“ ./watchdog_demo /dev/watchdog0 10”达到喂狗的目的。