Add the overlay of the Capacitive Touch Diplay 10.1" LVDS to the (Verdin Development Board , SoM Verding iMX8MP) Device Tree

Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!

Did you like my answer?

:+1: :-1:


To add the overlay for the Capacitive Touch Display 10.1" LVDS to the Verdin Development Board with the Verdin-iMX8MP SoM using TorizonCore Builder, you can follow these steps:

  1. Clone the necessary repositories:
    You’ve already cloned the Linux and Device Tree repositories, which is good. Ensure you have the correct branches:

    git clone -b toradex_5.15-2.2.x-imx git://git.toradex.com/linux-toradex.git linux
    git clone -b toradex_5.15-2.2.x-imx git://git.toradex.com/device-tree-overlays.git device-trees
    
  2. Prepare the tcbuild.yaml file:
    You need to configure the tcbuild.yaml file to include the overlay for the Capacitive Touch Display 10.1" LVDS. Here is an example configuration:

    # tcbuild.yaml
    input:
      easy-installer:
        local: path/to/torizon-core-docker-verdin-imx8mp-Tezi_6.7.0-devel-202405+build.23.tar
    customizations:
      device-tree:
        include-dirs:
          - device-trees
        custom: |
          #include "verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts"
    
  3. Build the custom TorizonCore image:
    Use TorizonCore Builder to build the custom image with the specified overlay:

    tcbuild build
    
  4. Deploy the custom image:
    Once the build is complete, you can deploy the custom image to your Verdin Development Board. Follow the instructions provided by TorizonCore Builder for deploying the image.

  5. Verify the overlay:
    After deploying the custom image, verify that the overlay is correctly applied by checking the device tree and ensuring the display works as expected.

If you encounter any issues or need further assistance, please refer to the Torizon documentation or contact Toradex technical support.

Please, also check if these links can help you solve your problem:

Verdin IMX8MP: Use native LVDS and HDMI Interface.