Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 594 Bytes

compulab_imx8

Compulab iMX8 build tools

Usage

Create Docker image This downloads all dependencies and sources and creates a container ready for build

docker build --build-arg "host_uid=$(id -u)" --build-arg "host_gid=$(id -g)" --tag yocto .

Create a output folder in the same directory

mkdir output

Run Image to build

docker run -it --rm -v $PWD/output:/home/vifdaq/vifdaq_v3/build-cl-som-imx8-fsl-imx-xwayland yocto

The iMX image can be found in ./output/tmp/deploy/images/cl-som-imx8/core-image-full-cmdline-cl-som-imx8-XXX.rootfs.sdcard.bz2