Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Run qt qml in Beaglebone Black
Qt 6.11 is out! See what's new in the release blog

Run qt qml in Beaglebone Black

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 277 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sedsuke
    wrote on last edited by
    #1

    Hello, I want to run an qt quick application in Beaglebone Black.
    Here are some things I did:

    • I cross compiled Qt for BBB based on the following instructions: link.
    • I installed all packages here (link) on BBB.
    • I cross compiled a basic qt quick application for BBB.
      I run my app on BBB and I got this error:
      fd5c0821-0d41-4a65-8040-63e605e0dc4f-image.png
      How to fix this error?
      Thank you!!
    sierdzioS 1 Reply Last reply
    0
    • S sedsuke

      Hello, I want to run an qt quick application in Beaglebone Black.
      Here are some things I did:

      • I cross compiled Qt for BBB based on the following instructions: link.
      • I installed all packages here (link) on BBB.
      • I cross compiled a basic qt quick application for BBB.
        I run my app on BBB and I got this error:
        fd5c0821-0d41-4a65-8040-63e605e0dc4f-image.png
        How to fix this error?
        Thank you!!
      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @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.

      Or install your cross-compiled Qt system-wide.

      (Z(:^

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved