This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5728: Watchdog enable in U-boot

Part Number: AM5728

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!