How to start HDMI from U-boot in STM32MP2
Is it possible to start the HDMI from U-boot in STM32MP2?
I want to see the start up log.
Is it possible to start the HDMI from U-boot in STM32MP2?
I want to see the start up log.
Hi
I think this is not an issue of DSI / LTDC because they are already supported properly in U-Boot (this is the reason why splash screen on DSI works).
This is the DSI to HDMI bridge driver that need a driver support in U-Boot. For example, on STM32MP257F-DK board, we embed the ADV7533 bridge, and you can see the driver sources in Linux source code (adv7533.c). However, the bridge driver is not present in U-Boot, we only use the compatible to make a simple detection, but I think we do not configure the internal register of the bridge.
Kind regards,
Erwan.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.