Check prerequisites here Building a Reference Image with Yocto Project
$ repo init -u https://github.com/VC-MIPI-modules/manifest-vc-bsp.git -b refs/tags/toradex-kirkstone-0.6.0 -m tdxref/default.xml
$ repo sync -j1
$ . export
In build/conf/local.conf
- Uncomment
MACHINE ?= "verdin-imx8mp" - Add
ACCEPT_FSL_EULA = "1" - Add
IMAGE_INSTALL += " v4l2-test test.sh"
$ bitbake-layers add-layer ../layers/meta-vc-mipi
$ bitbake-layers add-layer ../layers/meta-vc-mipi-test
$ bitbake tdx-reference-multimedia-image
Check prerequisites here Building a Reference Image with Yocto Project
$ repo init -u https://github.com/VC-MIPI-modules/manifest-vc-bsp.git -b refs/tags/toradex-scarthgap-0.6.0 -m tdxref/default.xml
$ repo sync -j1
$ . export
In build/conf/local.conf
- Uncomment
MACHINE ?= "verdin-imx8mp" - Add
ACCEPT_FSL_EULA = "1" - Add
IMAGE_INSTALL += " v4l2-test test.sh"
$ bitbake-layers add-layer ../layers/meta-vc-mipi
$ bitbake-layers add-layer ../layers/meta-vc-mipi-test
$ bitbake tdx-reference-multimedia-image
The output artifacts can be found here Build Artifacts
Follow the instructions in Toradex Easy Installer Documentation