-
Notifications
You must be signed in to change notification settings - Fork 6
01. Build CompuLab Images
vraevsky edited this page Apr 15, 2022
·
20 revisions
is a set of recipes and configuration files for Yocto Build Environmet
that allows to create
CompuLab Yocto Images
Neither Krogoth
nor Morty
supported any longer by NXP.
The cl-som-imx6
support for Sumo
and Warrior
moved to meta-bsp-imx6
The cl-som-imx6ul
support for Sumo
and Warrior
moved to meta-bsp-imx6
- Make sure that one of supported Linux distributions is in use: Linux Distributions List
- Install all required packages: Packages List
- Refer to Yocto Project Quick Start for details.
$: export IMX_BRANCH=imx-4.1-krogoth or $: export IMX_BRANCH=imx-morty; IMX_BRANCH+=' -m imx-4.1.33-7ulp_beta.xml'
$: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b ${IMX_BRANCH} $: repo sync
$: git clone -b devel https://github.com/compulab-yokneam/meta-compulab sources/meta-compulab
Refer to this Build Environment Known Issues page for details.
$: export MACHINE=cm-fx6-evk or $: export MACHINE=cl-som-imx6ul or $: export MACHINE=cl-som-imx7 or $: export MACHINE=cl-som-imx6
$: export DISTRO=fsl-imx-x11 or $: export DISTRO=fsl-imx-fb or $: export DISTRO=fsl-imx-xwayland or $: export DISTRO=fsl-imx-wayland
- Issue
NXP
Setup Script
$: source fsl-setup-release.sh -b build-${MACHINE}-${DISTRO}
- Issue
CompuLab
Setup Script
$: source ../sources/meta-compulab/bb-tools/setup-compulab-env
Select an image: fsl-image-gui/fsl-image-qt5/compulab-eval-image-xfce
$: export IMAGE=fsl-image-gui or $: export IMAGE=fsl-image-qt5 or $: export IMAGE=compulab-eval-image-xfce
⚠️ compulab-eval-image-xfce
does not work in Morty
⚠️ compulab-eval-image-xfce
requires DISTRO=fsl-imx-x11
$: bitbake ${IMAGE}
$: bitbake linux-compulab
$: bitbake u-boot-compulab