Hello.
I created a yocto image for the apalis imx8 module. my image is tx-reference-multimedia-image. a qt application is running when i install it on my card. I dont want this. How can I create a custom yocto image for myself? what i want is a desktop screen (gnome, lxde, etc.), qt5, opencv, gstreamer.
When I create the reference image of toradex, I cannot import qt5 and gstreamer on python. how can i run my own c++ or python project? But the important thing is how can I compile a custom image for myself. gstreamer, opencv, qt5, lxde or any other desktop application.
Hello @pm06 ,
I hope you already referred to this article that explains how you could build a custom image with yocto on top of our BSP.
The demo that will run is the Qt cinematic experience. In order to kill that after boot-up, you can perform killall Qt5_CinematicExperience
. If you want to create a custom image without the demos, you can simply not include them in the image that you are building.
I hope this helps.
Best Regards,
Janani