2023-10-05 05:31 AM
I have a system (built using yocto kirkstone) working with the bootchain TF-a -> sp_min -> uboot when loaded from the sdcard and from the emmc
I have tried to boot into uboot by loading it directly into memory (as a precondition to the use it to flash the emmc) by following this guide: https://wiki.st.com/stm32mpu/wiki/How_to_load_U-Boot_with_STM32CubeProgrammer
I have used the correct tf-a binary and it does manage to load SP_MIN (I get all the SP_MIN traces), but the boot just hangs afterwards.
Does u-boot require some special compilation flag in order to be used in this manner?
2023-10-06 07:53 AM
Hi @lorenzoruffati ,
Could you share
Did you hit CTRL+C on the board serial console to get the uBoot prompt ?
Regards