Part Number: AM625
Hi,
Working on am62xx-sk based custom board. Recently migrated from QT5.15 to QT6.2.
Having a demo app that displays a logo and changes background colour with LCD Touch.
We are getting display logo properly. some times touch is not getting detected with QT app at boot up.
When the same app is restarted, We are seeing below errors when there is a touch event.
root@Node3408e17e8ea9:/etc/init.d#
root@Node3408e17e8ea9:/etc/init.d#
root@Node3408e17e8ea9:/etc/init.d#
root@Node3408e17e8ea9:/etc/init.d#
root@Node3408e17e8ea9:/etc/init.d#
root@Node3408e17e8ea9:/etc/init.d# (1040) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :683 ]
(1040) PVR:(Error): PVRDRIPlanesCreate: Failed to create plane [ :1499 ]
(1040) PVR:(Error): PVRDRIBufferCreate: Failed to create buffer planes [ :1875 ]
(1040) PVR:(Error): CreateImageShared: Failed to create buffer [ :434 ]
(1040) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :106 ]
(1040) PVR:(Error): KEGLGetDrawableParameters: Couldn't get drawable parameters [ :316 ]
(1040) PVR:(Error): PrepareToDraw: Invalid drawable [ :3110 ]
(1040) PVR:(Error): DoClear: Can't prepare to draw [ :2609 ]
(1040) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :683 ]
(1040) PVR:(Error): PVRDRIPlanesCreate: Failed to create plane [ :1499 ]
(1040) PVR:(Error): PVRDRIBufferCreate: Failed to create buffer planes [ :1875 ]
(1040) PVR:(Error): CreateImageShared: Failed to create buffer [ :434 ]
(1040) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :106 ]
(1040) PVR:(Error): KEGLGetDrawableParameters: Couldn't get drawable parameters [ :316 ]
(1040) PVR:(Error): PrepareToDraw: Invalid drawable [ :3110 ]
(1040) PVR:(Error): DrawElements: Can't prepare to draw [ :5673 ]
(1040) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :683 ]
(1040) PVR:(Error): PVRDRIPlanesCreate: Failed to create plane [ :1499 ]
(1040) PVR:(Error): PVRDRIBufferCreate: Failed to create buffer planes [ :1875 ]
(1040) PVR:(Error): CreateImageShared: Failed to create buffer [ :434 ]
(1040) PVR:(Error): PVRImageDrawableGetNativeInfo: Image get buffers call failed [ :106 ]
(1040) PVR:(Error): KEGLGetDrawableParameters: Couldn't get drawable parameters [ :316 ]
(1040) PVR:(Error): PrepareToDraw: Invalid drawable [ :3110 ]
(1040) PVR:(Error): DrawElements: Can't prepare to draw [ :5673 ]
(1040) PVR:(Error): PVRDisplayBufferCreate: Failed to create display buffer (err=12) [ :683 ]
(1040) PVR:(Error): PVRDRIPlanesCreate: Failed to create plane [ :1499 ]
(1040) PVR:(Error): PVRDRIBufferCreate: Failed to create buffer planes [ :1875 ]
(1040) PVR:(Error): CreateImageShared: Failed to create buffer [ :434 ]
QEGLPlatformContext: eglSwapBuffers failed: 3003
Could not lock GBM surface front buffer!