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?
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).