Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
To customize the Device Tree and add the overlay for the Capacitive Touch Display 10.1" LVDS using TorizonCore Builder for your Verdin Development Board V1.1F with the Verdin-iMX8MP SoM, you need to clone the appropriate branch from the Toradex Device Tree and Overlays repository.
Here are the steps to follow:
-
Install TorizonCore Builder: If you haven’t already, install TorizonCore Builder by following the instructions provided in the TorizonCore Builder documentation.
-
Download and Unpack the TorizonCore Image:
- Download a base TorizonCore image (preferably without containers) inside the TorizonCore Builder working directory.
- Unpack the image using the following command:
torizoncore-builder images unpack torizon-core-docker-verdin-imx8mp-Tezi_5.3.0+build.7.tar
- Alternatively, you can use the
images download
command to download and unpack the image:torizoncore-builder images download --remote-host <board_ip> --remote-username <username> --remote-password <password>
-
Clone the Toradex Device Tree and Overlays Repository:
- Clone the repository using the
dt checkout
command:torizoncore-builder dt checkout
- Clone the repository using the
-
Select the Desired Overlay:
- To check the available overlays for your device tree, run the following command:
torizoncore-builder dto list
- To check the available overlays for your device tree, run the following command:
-
Apply the Overlay to the Image:
- To enable the Capacitive Touch Display 10.1" LVDS overlay, use the following command:
torizoncore-builder dto apply verdin-imx8mp_cap-touch-10inch-lvds_overlay.dts
- To enable the Capacitive Touch Display 10.1" LVDS overlay, use the following command:
-
Build the Custom Image:
- Create a
tcbuild.yaml
file with the necessary configurations. Here is an example configuration:input: easy-installer: local: torizon-core-docker-verdin-imx8mp-Tezi_5.3.0+build.7.tar customization: device-tree: custom: device-trees/verdin-imx8mp.dts overlays: add: - device-trees/overlays/verdin-imx8mp_cap-touch-10inch-lvds_overlay.dts output: easy-installer: local: torizon-core-docker-verdin-imx8mp-Tezi_5.3.0.CUSTOM
- Run the build command:
torizoncore-builder build
- Create a
-
Deploy the Custom Toradex Easy Installer Image:
- Follow the instructions provided in the TorizonCore Builder documentation to deploy the custom image to your board.
By following these steps, you should be able to customize the Device Tree and add the overlay for the Capacitive Touch Display 10.1" LVDS using TorizonCore Builder for your Verdin-iMX8MP SoM.
Please, also check if these links can help you solve your problem:
Capacitive Touch Display 10.1" LVDS | Toradex Developer Center.