Hi NXP Team
We need to use the GPU acceleration in QT.
How to use the GPU acceleration in QT imx8m Plus?
I try to add shell script to run QT app (/home/root/myapp).
My Shell script :
---------------------------------------------------------------------------
#!/bin/sh
export XDG_RUNTIME_DIR=/run/user/0
export WaylandEnable=true
export QT_QPA_PLATFORM=wayland-egl
export KWIN_OPENGL_INTERFACE=egl_wayland
/home/root/myApp
----------------------------------------------------------------------------
But myapp cpu loading is still over 90%.

We need to enable the nxp GPU acceleration.
How to do add GPU acceleration in myQT app?
Thanks.