Unable to run Qt Quick 3D application with hardware acceleration for embedded Linux target(Freescale i.MX53)
-
I developed a sample 3D demo with Qt Quick3d and build for embedded Linux. I was successfully able to run this demo without hardware acceleration enabled(i.e. with software rendering).
For running demo wtih Hardware acceleration support I build EGL-based screen driver qt-labs-simplegl and deployed on target BSP.
But, I was not able to run demo with that.
Target on which I am checking is Freescale i.MX53 and BSP deployed is LTIB_10.07.11.
I am hoping qt-labs-simplegl is supporting i.MX53.
Can anyone guide me to fix this issue?
Thanks in advance.