2021-10-03 02:10:51 +03:00
2021-09-01 17:30:21 +03:00
2021-08-31 18:20:17 +03:00
2021-10-03 02:10:51 +03:00
2020-08-20 20:27:33 +03:00
2021-08-31 00:47:50 +03:00
2021-08-31 12:43:56 +03:00

Quick Start Guide

Supported CompuLab machines:

  • mcm-imx8m-mini
  • ucm-imx8m-mini

1 Setup environment

1.1 Prepare NXP BSP

repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-hardknott -m imx-5.10.35-2.0.0.xml

1.2 Download CompuLab meta layer

wget --directory-prefix .repo/manifests https://raw.githubusercontent.com/compulab-yokneam/meta-bsp-imx8mm/rel_imx_5.10.35_2.0.0-experiment/scripts/imx-5.10.35_2.0.0_compulab.xml

1.3 Get entire BSP tree

repo init -m imx-5.10.35_2.0.0_compulab.xml
repo sync

2 Build

2.1 Define COMPULAB_MACHINE environment variable

Machine Command Line
mcm-imx8m-mini export COMPULAB_MACHINE=mcm-imx8m-mini
ucm-imx8m-mini export COMPULAB_MACHINE=ucm-imx8m-mini

2.2 Run CompuLab Linux Yocto Project setup

NOTE Refer to the NXP Readme for details about how to select a correct backend & distro.
MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source compulab-setup-env -b build

2.3 Build image

bitbake -k compulab-ucm-imx8m-mini
S
Description
No description provided
Readme
6.9 MiB
Languages
BitBake 88%
Shell 11.5%
C++ 0.5%