Skip to content

Instantly share code, notes, and snippets.

@ni-c
Last active July 24, 2021 16:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ni-c/5077349 to your computer and use it in GitHub Desktop.
Save ni-c/5077349 to your computer and use it in GitHub Desktop.
Raspberry PI Watchdog
sudo modprobe bcm2708_wdog
sudo vi /etc/modules # add line "bcm2708_wdog"
sudo apt-get install watchdog chkconfig
sudo chkconfig watchdog on
sudo service watchdog start
sudo vi /etc/watchdog.conf # enable line "watchdog-device = /dev/watchdog"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment