2023-04-30 22:28:29 +03:00
2023-04-30 22:08:55 +03:00
2023-04-30 15:35:01 +03:00
2023-04-30 22:28:29 +03:00
2023-04-30 15:35:01 +03:00
2023-02-09 00:44:25 +02:00
2023-02-09 00:44:25 +02:00
2023-02-09 00:44:25 +02:00
2021-08-31 00:47:50 +03:00
2023-04-29 23:25:58 +03:00

Development branch

Only for development purpose

NOT intended for production

Quick Start Guide

Supported CompuLab machines:

  • IOT-GATE-iMX8

Setup Yocto Environment

  • Install the repo utility:
mkdir ~/bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
PATH=${PATH}:~/bin
  • Create a work directory
mkdir compulab-freescale-bsp && cd compulab-freescale-bsp
  • Set environmet varables:
export COMPULAB_MACHINE=iot-gate-imx8
export LREPO=imx_5.15.32-2.0.0-compulab.xml
export CLB_RELEASE=rel_imx_5.15.32-2.0.0-dev/

repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.0.0.xml

mkdir -p .repo/local_manifests
wget --directory-prefix .repo/local_manifests https://raw.githubusercontent.com/compulab-yokneam/meta-bsp-imx8mm/${CLB_RELEASE}/scripts/${LREPO}

repo sync

Build

Run CompuLab Linux Yocto Project setup

  • Initialize the build environment:
MACHINE=${COMPULAB_MACHINE} DISTRO=fsl-imx-xwayland source compulab-setup-env -b build

Build image

bitbake -k core-image-full-cmdline
S
Description
No description provided
Readme
6.9 MiB
Languages
BitBake 88%
Shell 11.5%
C++ 0.5%