Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Advanced users • Re: CM4 unable to reboot, hanging forever during reboot

$
0
0
Have you tried enabling the hardware watchdog on the CM4?

Add this to /boot/config.txt to enable the hardware watchdog:

Code:

dtparam=watchdog=on
Then, make sure wdt is loaded:

Code:

sudo modprobe bcm2835_wdt
You can also configure systemd to use the watchdog by adding this to /etc/systemd/system.conf. This should help the system recover if it hangs during reboot.
Note sure if this works, as systemd is (or at least should be) managing the Watchdog. RebootWatchdogSec is set to 60.

Statistics: Posted by batwing — Mon Feb 10, 2025 11:52 am



Viewing all articles
Browse latest Browse all 8609

Trending Articles