STM32MP157-EV1 Display not working on first boot
I'm trying to get STM32MP157F-EV1 board working with the STM32Cube ecosystem. I have successfully followed the getting started guide., STM32MP157x-EV1 Lets Start URL. I get to the last step in /Populate_the_target_and_boot_the_image, (Step 8), Boot the Board and GUI never shows up on Display. After multiple reboots, reflashes, I thought let me go to next step, anyways, https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-EV1/Let%27s_start/Execute_basic_commands . Well it turns out that I am able to login to device using Minicom. I checked dmesg output,
dmesg | grep display
[ 0.117034] platform 5a001000.display-controller: Fixed dependency cycle(s) with /soc/dsi@5a000000
[ 0.131004] platform 5a001000.display-controller: Fixed dependency cycle(s) with /soc/dsi@5a000000
[ 0.131240] platform 5a000000.dsi: Fixed dependency cycle(s) with /soc/display-controller@5a001000
[ 2.751026] stm32-display-dsi 5a000000.dsi: Fixed dependency cycle(s) with /soc/dsi@5a000000/panel-dsi@0
[ 2.863569] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0
[ 19.592612] stm32-display-dsi 5a000000.dsi: Timeout during read operation
[ 35.242363] stm32-display-dsi 5a000000.dsi: Timeout during read operatio
I am wondering if I am doing a step incorrectly, but I just follwed the Guide. So wondering if a) Documentation is incorrect, or b) my HW display is bad.
Demo Launcher does not display.
Using, Create a simple Hello World program application I am able to compile "Hello World" program but it too, does not display a UI on STM32MP157F-ev1
Where else can I look for HW display not working or what additional information is needed to troubleshoot?
