User Tools

Site Tools


rpi-watchdog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
rpi-watchdog [2024/01/19 19:34] gm5augrpi-watchdog [2024/01/19 19:34] gm5aug
Line 6: Line 6:
  
 <code> <code>
-sudo -i\\ +sudo -i 
-echo 'dtparam=watchdog=on' >> /boot/config.txt\\ +echo 'dtparam=watchdog=on' >> /boot/config.txt 
-reboot\\+reboot
 </code> </code>
  
Line 14: Line 14:
  
 <code> <code>
-sudo -i\\ +sudo -i 
-yes | apt install watchdog\\ +yes | apt install watchdog 
-echo 'watchdog-device = /dev/watchdog' >> /etc/watchdog.conf\\ +echo 'watchdog-device = /dev/watchdog' >> /etc/watchdog.conf 
-echo 'watchdog-timeout = 15' >> /etc/watchdog.conf\\ +echo 'watchdog-timeout = 15' >> /etc/watchdog.conf 
-echo 'max-load-1 = 24' >> /etc/watchdog.conf\\ +echo 'max-load-1 = 24' >> /etc/watchdog.conf 
-systemctl enable watchdog\\ +systemctl enable watchdog 
-systemctl start watchdog\\ +systemctl start watchdog 
-systemctl status watchdog\\+systemctl status watchdog
 </code> </code>
  
  --- //[[gm5aug@topple.scot|Michael GM5AUG]] 2024/01/19 19:28//  --- //[[gm5aug@topple.scot|Michael GM5AUG]] 2024/01/19 19:28//
  
rpi-watchdog.txt · Last modified: 2024/01/19 23:48 by m0lte