Kirill Kapranov 3f01bf1f18 linux:rt: Update RT patch
Signed-off-by: Valentin Raevsky <valentin@compulab.co.il>
Signed-off-by: Kirill Kapranov <kirill.kapranov@compulab.co.il>
2023-07-03 23:33:32 +03:00
2023-05-10 17:07:06 +03:00
2023-05-10 17:07:06 +03:00
2023-02-14 17:46:08 +02:00
2023-07-03 23:33:32 +03:00
2020-08-20 20:27:33 +03:00
2023-04-27 22:05:33 +03:00
2023-07-03 23:33:32 +03:00
2021-08-31 00:47:50 +03:00
2023-05-10 17:07:06 +03:00

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 environment variables:
export COMPULAB_MACHINE=iot-gate-imx8
export LREPO=${COMPULAB_MACHINE}.xml
export CLB_RELEASE=iot-gate-imx8_r3.1.5

Prepare NXP BSP

repo init -u https://github.com/nxp-imx/imx-manifest.git -b imx-linux-hardknott -m imx-5.10.72-2.2.1.xml

Download CompuLab meta layer

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

Get entire BSP tree

repo init -m ${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%