We've set our SYSBOOT configuration to 00111b, which is the boot order:
EMAC1
MMC0
XIP
NAND
We have nothing plugged into the ethernet ports, and we don't have a NOR flash (so nothing for XIP). We do have an SD Card, and a NAND flash.
When we power on the board, it takes 4 minutes to boot to either the SD Card, or to NAND.
Is this normal? Should we expect the EMAC boot portion of the ROM bootloader to take 4 minutes before deciding there's nothing connected and moving to the next boot device?
Thanks.