Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] stm32mp1 kernel won't boot on custom board
@ 2023-01-28 20:52 Ra C
  2023-01-28 21:21 ` Thomas Petazzoni via buildroot
  2023-01-30 14:54 ` Simon Doppler
  0 siblings, 2 replies; 5+ messages in thread
From: Ra C @ 2023-01-28 20:52 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 812 bytes --]

I have a custom stm32mp157a board which runs OK with a modified 5.4 kernel.
I want to migrate to the latest stm supported kernel.
I built a stm32mp157a_dk1 target using the BR2_EXTERNAL feature described
here: https://github.com/bootlin/buildroot-external-st which builds a 5.15
kernel.

Using the same dtb , the 5.15 kernel fails to mount the root device (a
micro sd card on SDMMC1) and gets stuck in a loop looking for a device
matching the PARTUUID in class_find_device().  The only devices listed are
loop and ram.

The probe function in drivers/mmc/host/mmci.c, which gets called in the
working kernel prior to mounting the root device does not get called with
the 5.15 kernel.

I don't understand why this is happening given that the same device tree is
used in both cases and not sure where next to look.

[-- Attachment #1.2: Type: text/html, Size: 1041 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-08 16:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28 20:52 [Buildroot] stm32mp1 kernel won't boot on custom board Ra C
2023-01-28 21:21 ` Thomas Petazzoni via buildroot
2023-01-28 22:52   ` Ra C
2023-01-30 14:54 ` Simon Doppler
2023-02-08 16:30   ` Ramon Crichlow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox