Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 670 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 670 Bytes

CompuLab Buildroot

  • Disclaimer
!IMPORTANT! This is a development branch; provided for demo purpose only

Configuring the build

  • WorkDir:
mkdir compulab-br2 && cd compulab-br2
  • Set a CompuLab machine:
Machine Command Line
ucm-imx8m-plus export MACHINE=ucm-imx8m-plus
som-imx8m-plus export MACHINE=som-imx8m-plus
iot-gate-imx8plus export MACHINE=iot-gate-imx8plus
  • Download the code:
source <(curl -L https://raw.githubusercontent.com/compulab-yokneam/buildroot/lf-6.1.36-2.1.0/tools/run.me)
  • Issue defconfig:
make ${MACHINE}_defconfig
  • Issue build:
make -j `nproc`