I ran a basic qt application with the eglfs platform,
but there is a CPU load 100% issue.
What's the reason?
1. environment
- am5729 cpu (dual core)
- tisdk-06.03.00.106
- embedded linux
- eglfs platform
2. helloqt qml source
Window { Rectangle { width: 200 Text { MouseArea { |
3. cpu load 100%
4. board env
/ # env TSLIB_TSDEVICE=/dev/input/touchscreen0 SHLVL=2 HOME=/ SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt QT_QPA_EGLFS_ALWAYS_SET_MODE=1 QT_WAYLAND_SHELL_INTEGRATION=wl-shell TERM=linux QT_QPA_EGLFS_INTEGRATION=eglfs_kms TSLIB_CONFFILE=/etc/ts.conf QT_QPA_GENERIC_PLUGINS=tslib QT_QPA_EGLFS_KMS_CONFIG=/etc/qt5/eglfs_kms_cfg.json PWD=/ QT_QPA_PLATFORM=eglfs TSLIB_CALIBFILE=/etc/pointercal |
5. qtbase config.opt
Command line: -v -opensource -confirm-license -no-use-gold-linker |
Please Help me.
Best regards.