v2023.07-rc5 regression: Image overlaps SPL
Marek Vasut
marex at denx.de
Mon Jul 3 21:40:51 CEST 2023
On 7/3/23 18:49, Francesco Dolcini wrote:
> Short update on this regression.
>
> On Thu, Jun 29, 2023 at 04:19:22PM +0200, Francesco Dolcini wrote:
>> I also noticed something weird on a colibri imx7s, this is not using SPL,
>> likely something completly different, however given this is new also from rc5 I
>> thought it's valuable to report:
>>
>> ```
>> U-Boot 2023.07-rc5-0.0.0-devel+git.580eb31199be (Jun 27 2023 - 13:39:58 +0000)
>> CPU: Freescale i.MX7S rev1.2 800 MHz (running at 792 MHz)
>> CPU: Extended Commercial temperature grade (-20C to 105C) at 30C
>> Reset cause: POR
>> DRAM: initcall sequence 8786eafc failed at call 8781b351 (err=-3)
If you have the u-boot (elf file, unstripped), then check which initcall
it is that failed . Just run arm-...-objdump -lSD on it and search for
the 8781b350: address ; remember to clear the LSbit of the address in
case this is thumb mode of the CPU.
More information about the U-Boot
mailing list