Problem installing QT5 application using yocto on IMX8MINI

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem installing QT5 application using yocto on IMX8MINI

Jump to solution
1,134 Views
kmarconi
Contributor I

Hi everyone,

 

I'm posting on this forum because I'm stuck on a problem which not a lot of person has encoutered on the web apparently. I'm working on a IMX8MMINI and I want to deploy by using yocto, a qt application on it. The recipe is working, the apps is well installed in the yocto image, but I have a segmentation fault when I'm launching my app. This app is using QT5 with some packages like gstreamer and the error I have when using gdb is :

qt.qpa.xcb : xcb_shm_create_segment() failed for size 1228800
Segmentation fault

 

QOpenGLContext::shareGroup() const () from /usr/lib/libQt5Gui.so.5

Does anyone knows where could this come from ? Thanks

0 Kudos
1 Solution
1,115 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello kmarconi,

 

Looks like you are using X11 as backend, this is not supported by the MX8MMini.

 

Regards

 

View solution in original post

0 Kudos
2 Replies
1,116 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello kmarconi,

 

Looks like you are using X11 as backend, this is not supported by the MX8MMini.

 

Regards

 

0 Kudos
1,109 Views
kmarconi
Contributor I

Yes exactly. I changed my platform to wayland and everything is fine now. Thanks !

0 Kudos