I am trying to apply my first device tree overlay on a Colibri iMX7D 1GB, V1.1A board.
Installation of Torizon Builder went well (on Ubuntu 20.04.4 LTS) and I downloaded the following image into the tcbworkdir directory:
torizon-core-docker-colibri-imx7-emmc-Tezi_5.6.0+build.13.tar
Running “torizoncore-builder images unpack torizon-core-docker-colibri-imx7-emmc-Tezi_5.6.0+build.13.tar” went well.
I also created a custom device overlay file (only disabling uart2 for the moment).
However, when I try to deploy the overlay, I get the following error:
There is indeed no build 18 for version 5.6.0. My question is, do you have any idea where the “18” is coming from? Could it be from the Torizon version installed on the module ?
It is a while since I installed Torizon on the module so I don’t remember what version I installed. How can I get this information via the module’s command line ?
Little update:
The installed Torizon version on the Colibri iMX7 is :
TDX Wayland with Wayland Upstream 5.6.0+build.18 (dunfell)
So now I know where the ‘18’ is coming from…
So the question becomes a bit different : is it an error that there is no build 18 in the Artifactory or is it an error having installed this specific build on the Colibri ?
on the module and then also used the same image for the “torizoncore-builder images unpack” command.
This solved the error and the ‘dto deploy’ command did correctly download the image.
(there are other problems now but they are not related to this thread)