Hi Dan,
We still have questions with WDOG2. It seems WDOG2 doesn't work in timeout mode While WDOG1 work well. Can yuo help us?
We modified cpu/arm_cortexa8/mx6/interrupts.c in U-boot and change watchdog to watchdog timeout mode. set watchdog timeout = 5s.
First
#define RESET_CPU_REG WDOG1_BASE_ADDR
WDOG1 can reset system after 5s.
Second
#define RESET_CPU_REG WDOG2_BASE_ADDR
WDOG2 can not reset system after 5s. It seems WDOG2 cannot work.