issues using imx93evk deployment/run
-
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 127i 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