固件类型:官方提供的固件
固件文件名称:AIO-RV1126-JD4-MIPI101-BSD1218-A101KL68_Linux_v2.2
固件下载地址:https://pan.baidu.com/s/1AtOy8tMV-2klS1DI11-4BQ#list/path=%2Fsharelink1414141670-653898688338972%2FAIO-RV1126(1109)-JD4%2FBuildroot%2FIPC通用固件&parentPath=%2Fsharelink1414141670-653898688338972
Log日志:log.zip
通过 qml 不能正常开启 QT, 请提供正常可以开起 QT 的版本,和操作指导文档。
[root@RV1126_RV1109:/]# cat /tmp/test.qml
import QtQuick 2.0
Rectangle {
width: 200; height: 200
color: “green”
Text { text: “Qt Works!”; anchors.centerIn: parent }
}
[root@RV1126_RV1109:/]# qml /tmp/test.qml -platform linuxfb
Unable to figure out framebuffer device. Specify it manually.
linuxfb: Failed to initialize screen
Segmentation fault (core dumped)
[root@RV1126_RV1109:/]# qml /tmp/test.qml -platform eglfs
This application failed to start because it could not find or load the Qt platform plugin “eglfs”
in “”.
Available platform plugins are: linuxfb, minimal, offscreen, vnc.
Reinstalling the application may fix this problem.
Aborted (core dumped)
tchip_askquestions
log.zip (12.7 KB)