i am using the imx93evk board with the full image running on it
i just installed QT creator and picked an example project and loaded it with the boot2qt 6.6.0 NXP 93 EVK 11x11 environment. the example i picked was media player
it builds fine
i had to alter the deploy because rsync doesn't exist on the "full" image. that is issue 1
i changed it to deploy using sftp
when it goes to run it says this:
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 assume app controller doesn't exist in the "full" image build
where do i start to fix this? why would example projects not work? is there some QT setting that needs to be added to make this work?