Stm32mp1xxx uart4 U-Boot stop boot routine when the Stlink not connected
Hi,
I have a small problem during stm32mp1xxx bring up. The Uart4 is debug console and is connected to stlink v2.1 on virtual serial. The problem is that this stlink makes all the time interrupt U-Boot and stack in it (stlink not connected to USB). To go system father I need to connect stlink to USB and type 'boot'.
I tried to add
CONFIG_BOOTDELAY=-2
CONFIG_SILENT_CONSOLE=y
CONFIG_SYS_DEVICE_NULLDEV=y
CONFIG_SILENT_CONSOLE_UPDATE_ON_SET=y
CONFIG_SILENT_U_BOOT_ONLY=ybut without success.
In the hardware, I added pull up resistors
To prove my theory I make a shortcut on resistor R58 and the system boot-up all the time.
How to correctly resolve this problem
Thanks in advanced
BR Michal
