I have hardware:
- Colibri imx8x
- Carrier Board : iris V2.0A
- Toradex 10.1 LVDS Touch Screen
I tried the following image from Toradex Easy Installer using Network image:
-
Toradex Embedded Linux Reference Multimedia Image 6.4.0 build.8 (2023-10-04)
Changed the Device Tree Overlay to :# cat /boot/overlays.txt fdt_overlays=colibri-imx8x_panel-cap-touch-10inch-lvds_overlay.dtbo
VGA Display : Yes
LVDS Display : No
Touch : No -
Toradex Embedded Linux Reference Multimedia Image 5.7.2 build.21 (2023-02-22)
Changed the Device Tree Overlay to :
# cat /boot/overlays.txt fdt_overlays=colibri-imx8x_parallel-rgb-lvds_overlay.dtbo colibri-imx8x_atmel-mxt-connector_overlay.dtbo display-dpi-lt170410_overlay.dtbo
VGA Display : Yes
LVDS Display : Yes
Touch : Yes -
boot2qt(6.5.3)(Build using Yocto)
VGA Display : Yes
LVDS Display : NO
Touch : NO
Why doesn’t the display work with Reference Multimedia Image 6.4 build?
My goal is to use boot2qt(6.5) with a customized Display. However Boot2qt does not have the /boot/overlays.txt. Any idea how to get the device tree overly working on Boot2qt image? Thanks!