/meta-compulab-bsp

CompuLab Yocto Meta Layer

Primary LanguageAssembly

Quick Start Guide

Supported CompuLab Machines

  • cl-som-imx8

  • cl-som-imx7

Prepare NXP BSP

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

Download CompuLab meta layer

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

Set a desire machine

  • cl-som-imx8

    COMPULAB_MACHINE=cl-som-imx8
  • cl-som-imx7

    COMPULAB_MACHINE=cl-som-imx7

Build Images

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

This example shows how to build an XWayland image for a supported CompuLab machine with the Qt5 support.

MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source ./fsl-setup-release.sh -b build-xwayland
source ../sources/meta-compulab-bsp/tools/setup-compulab-env
bitbake -k fsl-image-qt5-validation-imx

Pre-Built Development Image

Boot from SD-card

  • Insert a created SD card into the SD socket P13 (SB-iMX8 print side).

  • Power on the board

  • Press and hold SW5 and SW6

  • Release SW5 and then SW6

Wiki Page (TBD)

meta-compulab-bsp wiki