GithubHelp home page GithubHelp logo

virtana / linux-compulab Goto Github PK

View Code? Open in Web Editor NEW

This project forked from compulab-yokneam/linux-compulab

0.0 0.0 0.0 1.81 GB

Linux Kernel for CompuLab SOMs

Home Page: https://www.compulab.com/products/computer-on-modules/

License: Other

Shell 0.31% C++ 0.03% Python 0.12% Perl 0.12% C 98.19% Clojure 0.01% Assembly 0.95% Awk 0.01% UnrealScript 0.01% Makefile 0.22% XS 0.01% Yacc 0.01% Lex 0.01% M4 0.01% Roff 0.02% Gherkin 0.01% sed 0.01% SmPL 0.02% Raku 0.01%

linux-compulab's Introduction

Kernel Build Manual

Prerequisites

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

CompuLab Linux Kernel setup

  • WorkDir:
mkdir -p compulab-bsp/linux-compulab && cd compulab-bsp/linux-compulab
  • 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 .

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`
  • Builds' targets
target make command
Uncompressed kernel image make -j`nproc` Image
Build all modules make -j`nproc` modules
Build device tree blobs make -j`nproc` dtbs

linux-compulab's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.