bengur
September 21, 2023, 7:04pm
1
Hello,
I am putting together a yaml file to build a custom Torizon 5 image and can see here that I need the following overlay to use a 10.1 capacitive touch with my verdin imx8mp (DSI->LVDS):
touch-atmel-mxt_overlay.dtbo
The dts is not in the toradex overlays repo, where can I find it?
Thanks
eric.tx
September 21, 2023, 7:25pm
2
Hey @bengur ,
You will find those .dts files via our git overlay repository. Here is a link for toradex_5.4-2.3.x-imx
https://git.toradex.com/cgit/device-tree-overlays.git/tree/overlays?h=toradex_5.4-2.3.x-imx
edit: It looks like you only copied part of the name as well, "verdin-imx8mp_mezzanine-touch-atmel-mxt_overlay.dtbo"
can be found here: verdin-imx8mp_mezzanine-touch-atmel-mxt_overlay.dts « overlays - device-tree-overlays.git - Sources for Device Tree Overlays
-Eric
bengur
September 21, 2023, 7:41pm
3
Is this the right overlay? I don’t have a mezzanine , I’m pretty sure it’s the non-wifi verson of this .
On the website I linked in the original post the name is just touch-atmel-mxt_overlay.dtbo
.
edit: I found the file I needed in the repo you linked, it was the touch-atmel-mxt_overlay.dts
file.
eric.tx
September 21, 2023, 8:01pm
4
@bengur ,
On your link you can match will which carrier board you are using.
-Eric