Raspberry pi 4 integrated hardware watchdog?

Hello everyone,

After some research, i just discovered that apparently all raspberry pi 4 have a build in watchdog according to this post and this tutorial.

In the official documentation it is not clearly described but there is some mention of this watchdog.

My question is, does the prebuild OpenWrt images make use / have the right packages to use this watchdog by default and can it replace a proper hardware watchdog?

If yes, how do we use it to reboot the pi in case it stops responding?

If no, i would be grateful if someone can point me to the right direction to make use of this?

Just as I found it you closed it.

1 Like

Yes, sorry. I made some typos and decided to start from scratch. My bad...

1 Like

Thank you for the link. After checking it, it does not mention Raspberry Pi whatsoever. Could kmod-w83627hf-wdt work with Raspberry Pi?

It tacitly mentions it:

Most embedded devices will have their hardware watchdog enabled in the default kernel configuration of their target, which means it will be built-in (no kmod to install, it's always available).

Since we know the Pi does have watchdog built in start with Controlling Watchdog.

1 Like

Okay that seems to match with the example boot log for the raspberry pi in toh.

[    0.298371] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
...
[    1.660574] init: - watchdog -
...
[    7.690136] procd: - watchdog -
[    8.226259] procd: - watchdog -

Will try this out and revert back. Thank you !
1 Like

If that is the solution:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.