SimpleCore™ Tractor demo with Qt6#
The simpleswitch-qt6-tractor
offers a container with the SimpleCore™ Tractor using Qt6.
On sm2s-imx8nano
Due to the lack of 2D GPU acceleration support, the tractor is having a very poor performance.
Registration
If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.
How to get it#
## From the base image run
$ skopeo login ghcr.io
$ export machine=$CONTAINER_HELPER_ARCH
$ export package=simpleswitch-qt6-tractor
$ export tag=$RELEASE_VERSION
$ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
$ simpleswitch-helper start ${package}
## On your computer run
$ scotty build simpleswitch-qt6-tractor
## On your computer run
$ bitbake simpleswitch-qt6-tractor
Note
This recipe needs meta-qt6
in the layer setup, if you want to build it yourself.
## On your computer run
$ scotty setup --features-layers-set qt --features-layers-set simpleswitch
## On your computer run
$ bitbake-layers add-layer <path to meta-qt6>