On Fri, 1 Oct 2021 12:40:29 +0200 Stefan Roese <s...@denx.de> wrote: > U-Boot SPL 2021.10-rc5-00431-g6c96332441cf-dirty (Oct 01 2021 - 12:38:55 > +0200) > High speed PHY - Version: 2.1.5 (COM-PHY-V20) > High speed PHY - Ended Successfully > DDR3 Training Sequence - Ver 5.7.4 > DDR3 Training Sequence - Ended Successfully > Trying to boot from BOOTROM > Returning to BootROM (return address 0xffff0aa0)... > rc=-1 errno=110 allow_non_xm=1 *non_xm_print=1 > > > xmodem: Connection timed out
No ACK from BootROM. It is possible that return_from_bootrom() was not called, or failed, somehow in SPL. I guess bisecting would be the best option here. Maybe it is related to the previous "arm: mvebu:" that reduced SPL size...