How to get FSBL running on STM32MP151 over serial interface
Hi,
we are currently developing our own board using the STM32MP151 MPU.
Currently i am working on the FSBL in the non secure mode using U-boot.
I am able to generate a device tree with CubeMX, compile U-Boot and download it via STM32 Cube Programmer over UART4. After it seems to switch into the FSBL successfully the programmer can not contact the FSBL. I attached a log file and also my cube configuration.
I guess it would be helpfull to be able to debug the U-Boot. I know that the device tree should contain something like:
chosen {
stdout-path = "serial0:115200n8";
};
aliases {
serial0 = &uart7;
};But i can not seem to get CubeMX to generate that. Or is this one of the options i have to add manually? Or is there a more detailed guide how to debug the U-Boot?
I already read https://wiki.st.com/stm32mpu/wiki/U-Boot_-_How_to_debug
Thanks in advance
