Hi Carlos,
thank you for your collaboration, but the link above was not our case.
I have to add some clarification:
We set eFUSE WDOG_ENABLE (0x460[21]).
BOOT_MODE (BOOT_MODE[1:0] = 0b10) and BOOT_CFG (BOOT_CFG are overridden by GPIO)are configured as follow:
The primary boot device is an SD card, the secondary is eCSPI, then serial download mode.
We have checked following cases:
1. If the SD card and eCSPI are unavailable we fall directly into the serial download mode. The watchdog is enabled and will reset the CPU after 90 sec in both cases when the CPU has passed enumeration or not.
2. If the eCSPI is available we successfully boot u-boot image from it. Then we type "bmode usb" command in the u-boot prompt and fall into the serial download mode. But we never get a reset by the watchdog.
3. If the SD is available we successfully boot u-boot image from it. Then we type "bmode usb" command in the u-boot prompt and fall into the serial download mode. But we never get a reset by the watchdog.
We expected that in the case 2 and 3 the watchdog will reset the CPU as in case 1.
But the CPU stays in the serial download mode.