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.
SDK :ti-processor-sdk-linux-rt-am335x-evm-07.03.00.005
hardware:beaglebone black BBVIEW+4.3inch LCD
when booting, the LCD worked like this:
the Matrix gui load failed , the I run the QT examples:
root@am335x-evm:/usr/share/examples/gui/analogclock# sudo ./analogclock -platform eglfs
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
Failed to move cursor on screen LVDS1: -13
qt.qpa.input: xkbcommon not available, not performing key mapping
Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is cre.
Could not set DRM mode for screen LVDS1 (Permission denied)
Could not queue DRM page flip on screen LVDS1 (Permission denied)
Could not queue DRM page flip on screen LVDS1 (Permission denied)
Could not queue DRM page flip on screen LVDS1 (Permission denied)
Could not queue DRM page flip on screen LVDS1 (Permission denied)
Could not queue DRM page flip on screen LVDS1 (Permission denied)
how to solve this DRM problem ?
Hello,
In order to run an application with EGLFS, you need to disable weston using the following command "/etc/init.d/weston stop".
Regards,
Krunal