Hi,
I am trying to bringup LVDS on Imx93 EVK using yocto linux and I want to run simple qt application on the board. I have created image of imx-image-core type using 'fsl-imx-xwayland' as distro. For building qt toolchain(meta-toolchain-qt6) I have used the same distro.
For enabling LVDS created a patch to support timing parameter for my display.
When I run my qt application. I am getting below error.
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin “wayland” in “” even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Can anyone suggest right configuration for the yocto build. Also what should be the right environment parameters for running qt application?
@AldoG