tdx-reference-minimal-image created ok, and it boots nice, display is not yet connected.
I have gone some of the topics related to LVDS and come to know that need to adjust the timings and resolution of the display in overlays.
However we are going to use P0840XGF1MA00 tianma display (1024*768) resolution.
My question is which overlays i have take as a reference overlay to adjust my display timing and resolution?
Previously i have tried by modifying
1.display-lt170410_sn65dsi84_overlay.dtsi but the display is not up and also tried with
2.display-rvt70hslnwca0_overlay.dtsi but still the display is not up.
Any quick response would be appreciated.
Thanks in advance.
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To integrate your Tianma P0840XGF1MA00 LVDS display with the Verdin iMX8MP, you’ll need to modify a device tree overlay to match your display’s specifications. Here’s a concise guide to help you:
Select a Base Overlay: Since you’ve tried display-lt170410_sn65dsi84_overlay.dtsi and display-rvt70hslnwca0_overlay.dtsi, consider which one aligns more closely with your display’s interface and resolution. If neither is suitable, you might need to create a new overlay using these as references.
Modify the Overlay: Open the chosen overlay file and adjust the display timings and resolution according to your display’s datasheet. Pay attention to horizontal and vertical timings, including back porch, front porch, sync length, and active area.
Verify Timing Parameters: Ensure the horizontal period equals hbackporch + hactive + hfront_porch + hsync-len and the vertical period equals vback_porch + vactive + vfront_porch + vsync-len. Correct settings are crucial for display functionality.
Deploy and Test: Compile the modified overlay and deploy it to your device. Make sure the overlay is enabled in your boot configuration. After deployment, reboot your device to check if the display is recognized.
Troubleshoot if Necessary: If the display does not work, recheck the timing parameters and ensure the overlay is correctly applied. You may need to experiment with different base overlays or consult the display’s documentation for specific requirements.
By carefully adjusting the device tree overlay to match your display’s specifications, you should be able to get your LVDS display working with the Verdin iMX8MP.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem: