enable wdt in u-boot and then have it still enabled in linux for i.mx8mp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

enable wdt in u-boot and then have it still enabled in linux for i.mx8mp

360 Views
richc128
Contributor III

I'd like to enable the watchdog in u-boot and then have it still enabled once I boot into linux. The motivation is that I want to make sure the kernel comes up ok.

I can enable the watchdog and see it reset in uboot just fine with manual register writes

mw.w 30280000 0f74 1

but once I boot into linux it doesn't seem to reboot and I don't think there is anything that is servicing it because I can manually enable in linux and watch it reboot

echo "1" > /dev/watchdog0

0 Kudos
Reply
0 Replies