Hello all,
I was able to create an app that enables the watchdog by opening the file /dev/watchdog. I was able to verify it woks because it resets to board if I don't feed it (write 0 to the file) for more than 60 seconds.
I would like to enable the watchdog at the lowest level possible, ideally in u-boot before the kernel starts, that way the board resets in case of my app or kernel failing to start.
How do I go about doing this?
Thanks!