Quick Start Guide

Supported CompuLab Machines

  • ucm-imx8m-mini

Prepare NXP BSP

repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
repo sync

Download CompuLab meta layer

git clone -b master https://github.com/compulab-yokneam/meta-bsp-imx8mm.git sources/meta-bsp-imx8mm/

Set a desire machine

  • ucm-imx8m-mini

    COMPULAB_MACHINE=ucm-imx8m-mini

Build Images

Refer to the NXP Readme for details about how to select a correct backend & distro.

imx8mm

  • This example shows how to build an NXP supported image for the ${COMPULAB_MACHINE}

    MACHINE=${COMPULAB_MACHINE} source sources/meta-bsp-imx8mm/tools/setup-imx8mm-env -b build-xwayland
    bitbake -k fsl-image-qt5-validation-imx
  • This example shows how to build the CompuLab board bootloader only:

    bitbake -k imx-boot