U-Boot not starting from SP_MIN on STM32MP151
- October 7, 2020
- 1 reply
- 2050 views
I am on environment 2.0.0 and a custom board with PMIC and STM32MP151 booting via serial interface with the STM32CubeProgrammer using UART4 for debug output.
I managed to get the TF-A running up until it is in BL32 (sp_min) and prints "Preparing exit to normal world". This seems to be the last message before U-Boot is supposed to print something. Which it does not.
I tried to enable early debug, but i am not exactly sure where and how to set those options.
I added
CONFIG_DEBUG_UART_BOARD_INIT=y
CONFIG_DEBUG_UART=y
CONFIG_DEBUG_UART_STM32=y
to the stm32mp15_basic_defconfig, but this has no effect.
I did fill all the user sections in the DT as far as i can think of. Using one of the eval boards as a template.
I attached both DT for TF-A and U-Boot as well as a UART Trace.
Any idea where to start looking?
