Switched the BOOT mode to QSPI32 and power cycled the board Unfortunately the startup fails right at the beginning of U-Boot with the error initcall sequence 00000000080eccc8 failed at call 0000000008097fa4 (err=-19) According to the U-Boot source the error code -19...
At present if one of the initcalls fails on sandbox the address printing is not help, e.g.: initcall sequence 0000557678967c80 failed at call 00005576709dfe1f (err=-96) This is because U-Boot gets relocated high into memory and the relocation offset (gd->reloc_off) does not work correctly...
DRAM: initcall sequence 000000001011c368 failed at call 0000000010084c60 (err=-22) ### ERROR ### Please RESET the board ### I can also share the TCL script I am using in XSCT for JTAG boot. However, we were able to JTAG boot just fine before adding the re...