This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM437x SDK 03.01.00.06 qt eglfs issue

Hi all,

I found the qt app can't use eglfs by using the default filesystem provided by TI PSDK3.01.
Here are some error dumps:
root@am437x-evm:~# ./myApp -platform eglfs
...
PVR:(Error): WSEGL_CreateWindowDrawable: Couldn't set CRTC: Permission denied [0, ]
EGL Error : Could not create the egl surface: error = 0x3003

Aborted (core dumped)
root@am437x-evm:~#

But the app can use wayland:
root@am437x-evm:~# ./myApp -platform wayland
...
Using Wayland-EGL
wlpvr: PVR Services Initialised
...
root@am437x-evm:~#

I have serveral questions:
1. How can I use the eglfs correctly?
2. I don't want to use wayland for display since I have patch the Qt souce before which will use EGLFS for display,
so how can I remove the wayland(scripts, services) and use EGLFS?

Thank you very much!!!