Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 582 Bytes

linux_kernel_build.md

File metadata and controls

26 lines (20 loc) · 582 Bytes

Building Linux Kernel for CompuLab's i.MX8M Plus products

  • Define the following environment variable:
Description Command Line
CompuLab branch name export CPL_BRANCH=kirkstone
  • Create a folder to organize the files:
mkdir imx8mp
cd imx8mp
  • Download CompuLab BSP
git clone -b ${CPL_BRANCH} https://github.com/compulab-yokneam/meta-bsp-imx8mp.git
export DEV_SHELL=$(pwd)/meta-bsp-imx8mp/Documentation
  • Run the developmet shell and follow the on screen instructions:
cd ${DEV_SHELL}
KERNEL=1 ./cl-buildenvironment.shell