Part Number: PROCESSOR-SDK-AM335X
Issue: If MLO unable to find u-boot watch dog restart is happening after 50 sec of time.
How to reduce watchdog timer in MLO?
Why I am looking for change in watchdog:
As part of my requirement I am maintaining two boot loaders (u-boot) one is primary and other one is backup, I made appropriate changes in SPL code and it is working fine.
If my primary boot loader corrupted, it is going for backup boot loader but delay is 50 sec(that is MLO restart). I want to reduce that time.
More information:
Now my layout is like this
SPL start (SPL copy on 1st block)
SPL end
SPL.backup1 start (SPL copy on 2nd block)
SPL.backup1 end
SPL.backup2 start (SPL copy on 3rd block)
SPL.backup2 end
SPL.backup3 start (SPL copy on 4th block)
SPL.backup3 end
U-Boot1 start
U-Boot1 end
U-Boot2 start
U-Boot2 end
Followed by ENV , kernel, filesytem
Can you help on this?