File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,31 @@ sudo dphys-swapfile swapon
115
115
116
116
- See [ Proxmox] [ 4 ] .
117
117
118
+ ## [ Watchdog Timer] [ 5 ]
119
+
120
+ ``` ini
121
+ ls -al /dev/watchdog*
122
+ crw------- 1 root root 10, 130 Nov 3 2016 /dev/watchdog
123
+ crw------- 1 root root 252, 0 Nov 3 2016 /dev/watchdog0
124
+ ```
125
+
126
+ ``` ini
127
+ # /etc/systemd/system.conf
128
+ RuntimeWatchdogSec =10
129
+ ShutdownWatchdogSec =10min
130
+ ```
131
+
132
+ ``` shell
133
+ dmesg | grep -i watchdog
134
+ [ 0.763148] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
135
+ [ 1.997557] systemd[1]: Hardware watchdog ' Broadcom BCM2835 Watchdog timer' , version 0
136
+ [ 2.000728] systemd[1]: Set hardware watchdog to 10s.
137
+ ```
138
+
118
139
## References
119
140
141
+ [ 5 ] : < https://raspberrypi.stackexchange.com/questions/99584/rpi-freezes-every-now-and-then-how-to-fix-it-with-a-watchdog >
142
+
120
143
[ 1 ] : < https://www.makeuseof.com/how-to-boot-raspberry-pi-ssd-permanent-storage/ >
121
144
[ 2 ] : < https://www.raspberrypi.com/news/raspberry-pi-bullseye-update-april-2022/ >
122
145
[ 3 ] : < https://askubuntu.com/a/1408456 >
You can’t perform that action at this time.
0 commit comments