Hello,
I’m attempting to build my Torizon image and am getting the following error:
=> Selecting custom device-tree 'static/device-trees/dts-arm64/imx8mp-verdin-wifi-dev.dts'
'imx8mp-verdin-wifi-dev.dts' compiles successfully.
warning: removing currently applied device tree overlays
Device tree imx8mp-verdin-wifi-dev.dtb successfully applied.
=> Adding device-tree overlay 'static/device-trees/overlays/touch-atmel-mxt_overlay.dts'
'touch-atmel-mxt_overlay.dts' compiles successfully.
Failed to apply '/tmp/tmperu_bpl_': FDT_ERR_NOTFOUND
error: cannot apply device tree overlays ['/tmp/tmperu_bpl_'] against device tree /storage/dt/usr/lib/modules/5.4.193-5.7.2+git.b60d3160fd04/dtb/imx8mp-verdin-wifi-dev.dtb.
error: overlay 'static/device-trees/overlays/touch-atmel-mxt_overlay.dts' is not applicable.
Because it wasn’t in the cloned Toradex github repo I just created a file and copy/pasted the touch-atmel-mxt_overlay.dts code from the following git.
Any idea what my issue is?