On Thu, Apr 24, 2025 at 9:37 PM Adam Ford <aford...@gmail.com> wrote: > > On Thu, Apr 24, 2025 at 9:35 PM Fabio Estevam <feste...@gmail.com> wrote: > > > > On Thu, Apr 24, 2025 at 11:20 PM Marek Vasut <ma...@denx.de> wrote: > > > > > Probably some timeout in the esdhc driver, maybe some clock are not > > > enabled ? I don't see it on the MX8MP. > > > > Same here. I didn't see this error on an imx8mp-evk. > > If memory serves, I thought SPL used the Boot ROM on Plus and Nano to > load U-Boot where the Mini has an older boot ROM and required more > driver initialization. > > I could be wrong. I'll try to test my Mini this weekend.
I pulled my mini out. With Marek's clk.diff file applied on top of U-Boot next, it boots quickly without delay, and I don't get a PMIC error. I don't have an EVK at my home lab to test. U-Boot SPL 2025.04-rc5-00835-g61128a5b704d-dirty (Apr 24 2025 - 21:53:22 -0500) WDT: Not starting watchdog@30280000 Trying to boot from MMC1 NOTICE: Do not release JR0 to NS as it can be used by HAB NOTICE: BL31: v2.10.14(release):lts-v2.10.14-380-gd7da75fef NOTICE: BL31: Built : 20:12:47, Apr 3 2025 U-Boot 2025.04-rc5-00835-g61128a5b704d-dirty (Apr 24 2025 - 21:53:22 -0500) CPU: NXP i.MX8MMQ Rev1.0 A53 at 1200 MHz CPU: Industrial temperature grade (-40C to 105C) at 30C Model: Beacon EmbeddedWorks i.MX8M Mini Development Kit DRAM: 2 GiB Core: 225 devices, 26 uclasses, devicetree: separate WDT: Not starting watchdog@30280000 MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2 Loading Environment from MMC... Reading from MMC(2)... OK In: serial@30890000 Out: serial@30890000 Err: serial@30890000 SEC0: RNG instantiated Net: eth0: ethernet@30be0000 Hit any key to stop autoboot: 0 u-boot=> > > adam > > > > > > > > Did you already apply > > > Re: [PATCH] clk: imx: Finish converting clock-osc-24 back to osc_24 > > > > Yes, I applied this one locally, but it didn't make a difference. > > > > I haven't had a chance to debug this issue yet.