Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. issues using imx93evk deployment/run
Forum Updated to NodeBB v4.3 + New Features

issues using imx93evk deployment/run

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 205 Views
  • 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.
  • M Offline
    M Offline
    Mike Jacobson
    wrote on last edited by
    #1

    We have a imx93evk board and i have the kirkstone full image build running on it (5.15.71)

    yesterday i installed QT from an online installer and i made sure to install the boot2qt support for the imx93evk.

    i fired up qt creator and started an example project for a multimedia player. i selected the boot2qt imx93evk environment. i had to disable rsync and instead use sftp to deploy my images. rsync doesn't seem to be loaded on the full build because i got errors when it was tested and when a deploy was attempted.

    the application builds fine

    when i go to deploy it gives this error:

    16:32:58: Starting /usr/bin/appcontroller /usr/examples/demos/mediaplayer/MediaPlayerApp on NXP imx93EVK...
    sh: line 1: /usr/bin/appcontroller: No such file or directory
    16:32:58: /usr/bin/appcontroller on NXP imx93EVK exited with code 127

    i go into my board and there is no appcontroller in /usr/bin so that is an issue

    i went to /usr/examples/demos/mediaplayer and tried to launch the app manually and i get this error:

    ./MediaPlayerApp: error while loading shared libraries: libQt6Multimedia.so.6: cannot open shared object file: No such file or directory

    so i go to /usr/lib and there is no libQt6Multimedia.so.6 so that is another issue

    i'm new to Qt and i am fairly new to yocto. i'm sure i have to add the 2 missing pieces to a recipe but i am not sure of everything that needs to be done. i guess i assumed it would just work as this is an evaluation full image build and the actual evaluation board is listed in the drop down. silly me for having my hopes up. any help would be appreciated

    1 Reply Last reply
    0

    • Login

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