-
Notifications
You must be signed in to change notification settings - Fork 4
Watchdog
Q-engineering edited this page Aug 23, 2023
·
6 revisions
It might happen that your Raspberry Pi stops working for no reason at all. The screen is frozen, mouse nor the keyboard is working.
Even our Alive safeguard can't restart the Rpi.
That's why we advise you to use the watchdog found in the Raspberry Pi hardware; it's the only way to get the RPi up and running again.
- Enable the watchdog in the configuration by adding an extra line at the end.
$ sudo nano /boot/config.txt
# add
dtparam=watchdog=on
# save and close with <Ctrl>+<X>, <Y>, <Enter>
2) Click "Turn on wireless LAN", and wait a few seconds. Your RPi will scan for available networks.
3) Left-click again on the Ethernet symbol and choose your network.
4) Give your key, and wait a couple of seconds to let the RPi establish the connection.
5) Success!