Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.04 KB

File metadata and controls

53 lines (40 loc) · 2.04 KB

Toradex Yocto Project

Kirkstone

Embedded Linux Release Matrix

Check prerequisites here Building a Reference Image with Yocto Project

Build Image

$ 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

Scarthgap

Embedded Linux Release Matrix

Check prerequisites here Building a Reference Image with Yocto Project

Build Image

$ 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

Install Image for Kirkstone and Scarthgap

Follow the instructions in Toradex Easy Installer Documentation