Skip to content

staticbear/linux-compulab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,062,318 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kernel Build Manual

Prerequisites

It is up to developers to prepare the host machine; it requires:

CompuLab Linux Kernel setup

  • WorkDir:
mkdir -p compulab-kernel/build && cd compulab-kernel
  • 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
ucm-imx93 export MACHINE=ucm-imx93
  • Clone the source code:
git clone -b linux-compulab_v5.15.71 https://github.com/compulab-yokneam/linux-compulab.git
cd linux-compulab

Compile the Kernel

  • Apply the default CompuLab config:
make ${MACHINE}_defconfig compulab.config
  • Ussue menuconfig on order to change the default CompuLab configuration:
make menuconfig
  • Build the kernel
nice make -j`nproc`

About

Linux Kernel for CompuLab SOCs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Assembly 0.9%
  • Shell 0.3%
  • Makefile 0.2%
  • Python 0.1%
  • Perl 0.1%