GUI doesnt loads post ST Banner after USART changes in STM32MP157C-DK2 board. DIsplay controller probe failure -22
Hello,
I have done the modification in the device tree related to inclusion of usart3 as per 3.3.1 Activation of a USART or UART instance in https://wiki.st.com/stm32mpu/wiki/Serial_TTY_device_tree_configuration
&usart3 {
pinctrl-names = "default", "sleep", "idle"; /* pin configurations definition */
pinctrl-0 = <&usart3_pins_a>; /* default pin configuration selection */
pinctrl-1 = <&usart3_sleep_pins_a>; /* sleep pin configuration selection */
pinctrl-2 = <&usart3_idle_pins_a>; /* idle pin configuration selection */
status = "okay"; /* device activation */
};
in the dk2 dsi
, but after kernel booting , Banner seems stuck at ST and doesnt loads the full gui.
I need to connect to it for delta changes in the application and then pushing it to the board using scp but without gui loading I cant test further. Help please !
I can connect via minicom and see ttySTM1 up.
this is the boot log :
I confirm that without any modifications , js building and loading the kernel works fine and GUI loads up.
Tx,
