can't run qt exampls on DK2
I make st-example-image-qt image with openstlinux-5.10
on the board, i can't run any qt exampls , when i run a qt app,i get this
Could not open egl display
Aborted (core dumped)do i miss something
I make st-example-image-qt image with openstlinux-5.10
on the board, i can't run any qt exampls , when i run a qt app,i get this
Could not open egl display
Aborted (core dumped)do i miss something
Hello @Jzhua ,
If you have a keyboard connected via USB to your STM32MP1, and you want to use it on your Qt application, I think you have to configure an environment variable of Qt to link the input of your keyboard with what your Qt app understands. This is done via evdevtouch input backend.
If I remember well, before launching your application, you can export the QT_QPA_EGLFS_NO_LIBINPUT=1 environment variable to make the link.
Board $> export QT_QPA_EGLFS_NO_LIBINPUT=1
Please let me know if it helps you.
Regards.
Erwan.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.