Hi,
I am trying to enable the colibri-imx7_panel-res-touch-7inch_overlay.dtbo with 7.5.0-30 quarterly build. so that I can have the 800x480 resolution. I am currently only getting 640x480 resolution.
I am using a Colibri imx7d-1GB SOM along with the VS-Code Torizon extension and a TorizonCoreBuilder project.
When I use the following tcbuild.yaml to build the device tree the SOM reports and error.
input:
easy-installer:
local: torizon-docker-evaluation-colibri-imx7-emmc-Tezi_7.5.0+build.30.container.tar
customization:
splash-screen: splash-screen-600x480-0.png
device-tree:
include-dirs:
- linux/include
- linux/arch/arm/boot/dts/nxp/imx/
custom: linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-eval-v3.dts
# custom: linux/arch/arm/boot/dts/nxp/imx/imx7d-colibri-emmc-iris-v2.dts
overlays:
add:
#- device-trees/overlays/display-vga_overlay.dts
#- device-trees/overlays/display-xvga_overlay.dts
- device-trees/overlays/display-lt161010_overlay.dts
output:
easy-installer:
local: torizon-docker-evaluation-colibri-imx7-emmc-Tezi_7.5.0+build.30.CUSTOM
ostree:
branch: New_Screen_Resolution
commit-subject: New_Screen_Resolution
The error reported is:
panel-simple panel-dpi: Reject override mode: panel has a fixed mode
What is the procedure to add the 7" touch screen into Torizon OS?
Regards
Lloyd