STM32MP15 ECO 5.0.0. kernel halts after Secondary CPU 1 switching to normal world boot
Custom board. Boot log as below
extlinux.conf:
MENU BACKGROUND /splash_landscape.bmp
TIMEOUT 20
LABEL OpenSTLinux
KERNEL /uImage
FDTDIR /
INITRD /st-image-resize-initrd
APPEND root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw console=${console},${baudrate} dyndbg="file drivers/usb/core/hub.c +p"
adding the dyndbg following: https://wiki.st.com/stm32mpu/wiki/How_to_use_the_kernel_dynamic_debug#Debug_messages_during_boot_process
ums 0 mmc 0
Did not show /media/$USER/bootfs.
Any hints/ideas/suggestion to (enable) debug the root cause?
the dt of u-boot is the same as for the kernel.
The kernel uImage and DT blob were copied to bootfs.
The rootfs /lib/modules was also updated, probably not needed as the SD card was created with the files and tools of the starter package in ECO 5.0.0. and modules were not changed.
U-Boot 2022.10-stm32mp-r1 (Oct 06 2023 - 20:22:10 +0800)
CPU: STM32MP157AAA Rev.B
Model: STMicroelectronics custom STM32CubeMX board - openstlinux-6.1-yocto-mickledore-mp1-v23.06.21
DRAM: 512 MiB
Core: 67 devices, 28 uclasses, devicetree: board
NAND: 0 MiB
MMC: STM32 SD/MMC: 0, STM32 SD/MMC: 1
Loading Environment from MMC... OK
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
Boot over mmc0!
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:8...
Found /mmc0_extlinux/extlinux.conf
Retrieving file: /mmc0_extlinux/extlinux.conf
Retrieving file: /splash_landscape.bmp
1: OpenSTLinux
Enter choice: 1: OpenSTLinux
Retrieving file: /uImage
Retrieving file: /st-image-resize-initrd
append: root=PARTUUID=e91c4e10-16e6-4c0e-bd0e-77becf4a3582 rootwait rw console=ttySTM0,115200
Retrieving file: /stm32mp157a-board-mx.dtb
## Booting kernel from Legacy Image at c2000000 ...
Image Name: Linux-6.1.28
Created: 2023-10-05 15:40:50 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 7762200 Bytes = 7.4 MiB
Load Address: c2000040
Entry Point: c2000040
Verifying Checksum ... OK
## Flattened Device Tree blob at c4000000
Booting using the fdt blob at 0xc4000000
XIP Kernel Image
Loading Ramdisk to cfa0c000, end cffffcd7 ... OK
Loading Device Tree to cf9f8000, end cfa0b977 ... OK
Starting kernel ...
I/TC: Secondary CI/TC: Secondary CPU 1 switching to normal world boot
