Run QML in Beaglebone Black

35 Views Asked by At

I built an image for Beaglebone Black based on the following instructions: build image for BBB. After that, I have crosscompiled Qt 5 for BBB based on this instructions: crosscompiled Qt for BBB. I have created and compiled a Qt quick application to run on board BBB but I got the this error: enter image description here

How to fix this error?

Here is the Qt Quick and Qt QML in config.summary file:
Qt QML:
QML network support .................... yes
QML debugging and profiling support .... yes
QML sequence object .................... yes
QML list model ......................... yes
QML XML http request ................... yes
QML Locale ............................. yes
QML delegate model ..................... yes
Qt Quick:
Direct3D 12 ............................ no
AnimatedImage item ..................... yes
Canvas item ............................ yes
Support for Qt Quick Designer .......... yes
Flipable item .......................... yes
GridView item .......................... yes
ListView item .......................... yes
TableView item ......................... yes
Path support ........................... yes
PathView item .......................... yes
Positioner items ....................... yes
Repeater item .......................... yes
ShaderEffect item ...................... yes
Sprite item ............................ yes

0

There are 0 best solutions below