Other Parts Discussed in Thread: AM3358,
Hi expert,
We have an AM3358 EVM board and can load the default image in the SDK 08.02.00.24 successfully.
And we want to use QT with eglfs in our board (Linux 5.15, AM3354), so, I need to get the EGL library and SGX driver from you.
I had gotten the repos of SGX kernel module and SGX user mode library, I built the pvrsrvkm.ko from branch "ti-img-sgx/1.17.4948957/k5.10", also I found the libraries of user mode for 5.10 on branch "remotes/origin/ti-img-sgx/thud/1.17.4948957" in user mode repo.
I had built and inserted the kernel module "pvrsrvkm.ko" successfully, the dmesg likes below image.

But I found the "libEGL.so" and "libGLESv2.so" are based on "libwayland-server.so" and "libwayland-client.so". It's not OK for me, because we will not have wayland in our system.
So, my questions are:
- Is there any document for setup env for Qt based on eglfs on AM335x with PowerVR SGX?
- Where/How can I get the user mode libraries that do not depend on wayland?
- How could I confirm the kernel module "pvrsrvkm.ko" and user mode libraries could work well?
Looking forward to your reply! :)