Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
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:
Clone the necessary repositories:
You’ve already cloned the Linux and Device Tree repositories, which is good. Ensure you have the correct branches:
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:
Build the custom TorizonCore image:
Use TorizonCore Builder to build the custom image with the specified overlay:
tcbuild build
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.
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:
May I ask what carrier board you use with the Verdin iMX8MP module?
Looking at your message I think you are using the DSI to LVDS adapter - which is why you try to enable this overlay: verdin-imx8mp_dsi-to-lvds_panel-cap-touch-10inch-lvds_overlay.dts
Please note that if your carrier board has a native LVDS connector (for example, the Mallow board), you should use the overlay verdin-imx8mp_panel-cap-touch-10inch-lvds_overlay.dts instead.
In that case, your tcbuild.yaml file should look like this:
Once you have the correct tcbuild.yaml file, you can simply build the custom image with the command torizoncore-builder build. Your custom image should be built into the output_directory.