v2023.07-rc5 regression: Image overlaps SPL

Francesco Dolcini francesco at dolcini.it
Mon Jul 3 18:49:33 CEST 2023


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)
> ### ERROR ### Please RESET the board ###
> ```

This is unrelated to v2023.07-rc5, the issue was introduced with
8c103c33fb14 ("dm: dts: Convert driver model tags to use new schema"),
that is in since v2023.07-rc1.

Sorry about the initial incomplete/wrong information.

For some reason this affects only imx7s, while imx7d is fine (single
core, only one USB host interface, while the dual variant seems just fine).

Not many ideas for the moment, we might as well be doing something plain
wrong in our board file.

I quickly tried removing the whole `&lcdif` and it does not seems to
help. I do not think we even enable display output support at the
moment.

Francesco



More information about the U-Boot mailing list