Difference between revisions of "Watchdog in Linux"

From fit-PC wiki
Jump to: navigation, search
(Created page with 'Basic watchdog operation in Linux sudo modprobe sbc_fitpc2_wdt margin=60 sudo touch /dev/watchdog # now watchdog is enabled. fitPC2 will be rebooted after 60 sec. sudo echo V...')   (change visibility)
 
 
Line 5: Line 5:
 
  sudo echo V > /dev/watchdog
 
  sudo echo V > /dev/watchdog
 
  # now watchdog is disabled. fitPC2 will not be rebooted.
 
  # now watchdog is disabled. fitPC2 will not be rebooted.
 +
 +
See also [http://fit-pc2.com/forum/viewtopic.php?f=9&t=2148 discussion on forum]

Latest revision as of 08:54, 14 August 2011

Basic watchdog operation in Linux

sudo modprobe sbc_fitpc2_wdt margin=60
sudo touch /dev/watchdog
# now watchdog is enabled. fitPC2 will be rebooted after 60 sec.
sudo echo V > /dev/watchdog
# now watchdog is disabled. fitPC2 will not be rebooted.

See also discussion on forum