Re: ARM iMX6sx board fails to boot with kernel 6.17
From: Fabio Estevam
Date: Tue Oct 07 2025 - 17:29:48 EST
Hi Sergey,
On Tue, Oct 7, 2025 at 6:17 PM Sergey Organov <sorganov@xxxxxxxxx> wrote:
>
> Please see attached minimum DTS. Maybe it misses something? Shouldn't
> DTS describe how eMMC chip is powered, provided it's powered from NXP
> MMPF0100F6ANES PMIC? I didn't find any hints in other DTS'es.
Yes, the dts should describe the eMMC power supplies.
The properties are: vmmc-supply and vqmmc-supply.
Check arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi for reference.
> The point of hang is not entirely deterministic either, that suggests
> it's some power problem indeed. It may hang after random line among the
> following depending on exact build and sometimes even from run-to-run:
>
> ...
> mmc0: SDHCI controller on 219c000.mmc [219c000.mmc] using ADMA
> Loading compiled-in X.509 certificates
> clk: Disabling unused clocks
> PM: genpd: Disabling unused power domains
Does it hang if you pass "pm_genpd_ignore_unused" and
"clk_ignore_unused" in the kernel command line?
> check access for rdinit=/init failed: -2, ignoring
> Waiting for root device /dev/mmcblk0p2...
>
> Also, I just tried to compile entire kernel with -DDEBUG, and it starts
> to see the eMMC, though still hangs not ever mounting the root FS:
I saw Ulf's response about a potential regression in 6.17.
Do you see the hang with 6.16?