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.

Linux/PROCESSOR-SDK-AM57X: Qt Wayland Compositor examples

Part Number: PROCESSOR-SDK-AM57X

Tool/software: Linux

Has anyone successfully ran Qt-Wayland Compositor examples from Qt5 [1]?

I've tried a variety of configurations:

Configuration 1:

export QT_QPA_EGLFS_INTEGRATION=none

./ivi-compositor --platform eglfs

// Segmentation Fault

Configuration 2:

export QT_QPA_EGLFS_INTEGRATION=eglfs

./ivi-compositor --platform eglfs
qt.qpa.egldeviceintegration: Failed to load EGL device integration "eglfs"
EGL library doesn't support Emulator extensions
Aborted (core dumped)

[1] doc.qt.io/.../qtwaylandcompositor-examples.html