Hi,
I have a problem building a demo image in Vs code using the apalis imx8 with the lxora carrier board. I try to build the Qt template demo example of the Torizon Extention in vs code and get the following message
[+] Building 0.7s (3/3) FINISHED docker:default
=> [internal] load build definition from Dockerfile.sdk 0.0s
=> => transferring dockerfile: 2.17kB 0.0s
=> ERROR [internal] load metadata for docker.io/torizon/qt6-wayland-imx8:3.3.1 0.6s
=> [auth] torizon/qt6-wayland-imx8:pull token for registry-1.docker.io 0.0s
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To address your issue with Qt6 containers on Torizon OS 6 for IMX8 modules, please consider the following points:
For Torizon OS 6, ensure you are using the qt6-wayland-vivante container for IMX8 modules, as these utilize the Vivante GPU. You can find more details in the Toradex documentation.
It is important to use the major version 4 release of Torizon Containers, which are now SoC-specific. For IMX8 modules, use the -imx8 platform prefix. More information is available in the TorizonCore upgrade notes.
If you are migrating from qt6-wayland-vivante:3, you should transition to using weston-imx8:4 as per the latest guidelines.
To resolve your issue, update your Dockerfile to reflect the correct container image name and version for IMX8. Ensure you are using the platform-specific container with the appropriate version tag.
Looking at your error here it seems like something is strange with the project template.
The error is with trying to pull the torizon/qt6-wayland-imx8:3.3.1 container image. However, this container image does not exist which explains why you’re getting the error. Though now the question is why was this project trying to pull something that does not exist in the first place.
Could you please share the following additional information:
The contents of the Dockerfile.sdk file from this project
What template did you select to create this project?
What version of the Torizon IDE extension do you have installed in VSCode?
Thanks fro getting back to me. I uninstalled and reinstalled Vs Code but still facing the issue.
The Vs code is version 1.98.2
Toradex IDE extention 3.0.2
Selected the C++ Qt 6 QML Application template
so the content of the Dockerfile.sdk is the following:
Not sure what is happening here. I have been using Vs code to run my application. AT some point I changed my password in Docker hub. Not sure if this could be linked to the issue. My colleague who tried to run a program on the same board was able to run it properly.