Hello Fabio, Alice On Thu, Jun 19, 2025 at 10:01:52PM -0300, Fabio Estevam wrote: > On Wed, Jun 18, 2025 at 4:30 AM Alice Guo (OSS) <[email protected]> wrote: > > > > imx: update the building bootloader image related part for > > i.MX8QXP, i.MX8QM and i.MX95 B0. > > This way it is written above it looks like a cleanup, but if I > understand correctly, there was a bug report from Enric, so should > this entire series target master as a bug fix? > > Francesco brought a good point: are other imx8qxp/qm boards affected? > Could you make the fix to all boards?
I have not looked into the details myself (no time, sorry), but I had a quick look at our CI and current master U-Boot is able to boot on both apalis-imx8 and colibri-imx8x. ``` U-Boot 2025.07-rc4-0.0.0-devel+git.a239cdc0bd4b (Jun 17 2025 - 23:21:42 +0000) CPU: NXP i.MX8QM RevB A53 at 1200 MHz - invalid sensor data DRAM: 8 GiB Core: 161 devices, 19 uclasses, devicetree: separate MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... Reading from MMC(0)... OK In: serial@5a070000 Out: serial@5a070000 Err: serial@5a070000 Model: Toradex 0067 Apalis iMX8QM 8GB WB IT V1.1B Serial#: 15543176 Boot: MMC0 Reset cause: POR Build: SCFW 83624b99, SECO-FW 7d5462e6, ATF android Net: eth0: ethernet@5b040000 ``` ``` U-Boot 2025.07-rc4-0.0.0-devel+git.a239cdc0bd4b (Jun 17 2025 - 23:21:42 +0000) CPU: NXP i.MX8QXP RevC A35 at 1200 MHz at 33C DRAM: 2 GiB Core: 110 devices, 21 uclasses, devicetree: separate MMC: FSL_SDHC: 0, FSL_SDHC: 1 Loading Environment from MMC... Reading from MMC(0)... OK In: serial@5a090000 Out: serial@5a090000 Err: serial@5a090000 Model: Toradex 0050 Colibri iMX8QXP 2GB IT V1.0E Serial#: 14986935 Boot: MMC0 Reset cause: POR Build: SCFW 83624b99, SECO-FW c9de51c0, ATF android Net: eth0: ethernet@5b040000 ``` Francesco

