Hi, I'm setting my imx93-evk board to see how the camera is well working.
I bought IMX-MIPI-HDMI to watch the frame from the camera with HDMI monitor.
However, even after I connected the board to the monitor, the monitor displays nothing.
(LEDs on IMX-MIPI-HDMI are on - yellow and red)
Should I edit some U-boot settings?
If I should, please let me know.
+) I read this page and I followed U-boot Steps.
But the result is the same.
I found U-boot configuration could be shown on display.
But after finishing configuration, the monitor is shut down immediately.
How can I fix it? 🥲
did you use nxp evk board? what did you change? what dtb file do you use?
you don't need change any fdt file, you just use the default dtb, which isimx93-11x11-evk.dtb, the dtb you choose if for mipi display, not for hdmi
do you mean you can boot up new hdmi display even use imx93-11x11-evk-rm67199.dtb? what old hdmi display resolution and pixel clock you use? current bsp uses adv7535 as mipi to hdmi bridge, if your hdmi clock isn't supported by adv7535, you need add new clock in the clock driver, but imx93-11x11-evk-rm67199.dtb deleted the adv7535, so if you want to bring up mipi to hdmi, you need use imx93-11x11-evk.dtb
ok got it, because you said not the dtb issue, so I need double confirm, firstly you need choose the correct dtb file, then you need to know what pixel clock of your display you need support, then you can add in the source code, maybe you can check the logfile, can to check if any information about your monitorA, or use cat /sys/module/drm/parameters/ to check it
Hi, I have a similar issue, I also have an IMX-MIPI-HDMI connected to my imx93-evk and my monitor works in uboot, but only shows a black screen after full boot to linux. I'm using the default dtb file. Could you provide some details how to debug this kind of issues and find out the monitor configuration? Thx