Skip to content

Ben-Pin/meta-bsp-imx8mm

 
 

Repository files navigation

Quick Start Guide

Supported CompuLab machines:

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

1 Setup environment

1.1 Prepare NXP BSP

repo init -u git://github.com/nxp-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-stable/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

3 Precompiled images

Machine Image
ucm-imx8m-mini compulab-ucm-imx8m-mini-ucm-imx8m-mini-YYYYMMDDhhmmss.rootfs.wic.bz2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 55.7%
  • Shell 21.1%
  • BitBake 16.3%
  • NASL 5.8%
  • Pascal 1.1%