Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I want to run an qt quick application in Beaglebone Black. Here are some things I did:
@sedsuke you'll need to deploy QML and plugins to the device. In short, copy qml, plugins and all libraries to the same folder as your executable.
qml
plugins
Or install your cross-compiled Qt system-wide.