I have tried to install a boot2qt image on my Apalis IMX8 and launched my custom Qt Qml application
I was surprised that the image was managing eglfs as Qt qpa backend.
Previously, I have isntalled the toradex-reference-multimedia image and at first glance, Wayland is the backend to use.
Could you please confirm me I’m not wrong ?
If so, is it possible to run a Qt application with eglfs with the toradex-reference-multimedia ?
I mean, is there a way to build the toradex-reference-image
You are right that the toradex-reference-multimedia has Weston as a Backend. It will ship with booting into Wayland/Weston into a terminal window GUI, and have GStreamer functionality to test media playback and encoding/decoding.
The newer iMX8 GPUs as well as the iMX6 have a proper DRM interface. So, no special plug-in would be needed, as in this case, Qt EGLFS. The rendering engine eglfs_kms can be used (select it through QT_QPA_EGLFS_INTEGRATION).