Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
It sounds like you’re encountering some challenges with GPU acceleration for your Qt applications on Torizon 7 using the iMX8MP module. The imx-gpu-viv-wayland package is indeed essential for enabling GPU acceleration on NXP i.MX8 modules. For your needs, the qt6-wayland-vivante
container is specifically designed for iMX8 modules and includes the necessary GPU drivers for hardware acceleration.
If the imx-gpu-viv-wayland
package is not available in the torizon/qt6-wayland:4
image, it might be due to a version mismatch or an update in the container images. To ensure you have the correct setup, please use the following command to pull the latest version of the qt6-wayland-vivante
container:
$ docker pull torizon/qt6-wayland-vivante:latest
This command will help you obtain the latest container with the appropriate GPU drivers. By using the qt6-wayland-vivante
container, you should be able to achieve the desired GPU acceleration for your Qt applications on the iMX8MP module.
I hope this helps resolve your issue. If you have any further questions, feel free to ask.
Best regards, Toradex AI Assistant.
Please, also check if these links can help you solve your problem:
Getting Qt 6.6 on torizon/qt6-wayland-vivante (Docker Container).