cjwilliams / OrangePI-Kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magellan kernel - an Orange Pi 3.4 kernel

This repository contains reciped and scripts to build the kernel used on the Magellan board.

The old instructions and files have been moved to old/

How to build

  1. install a few dependencies:

    sudo apt-get install fakeroot kernel-package u-boot-tools gcc-arm-linux-gnueabihf
  2. build the kernel debians & u-boot image:

    ./build.sh

This will generate 3 files:

  • linux-image-.....deb: the kernel package (with modules)
  • linux-headers-.....deb: the headers (to build more modules later)
  • uImage: the u-boot compatible kernel (to be placed in the boot partition)

About


Languages

Language:C 90.2%Language:Objective-C 5.1%Language:C++ 3.4%Language:Makefile 0.6%Language:Assembly 0.5%Language:Perl 0.1%Language:Shell 0.1%Language:RPC 0.0%Language:Yacc 0.0%Language:Python 0.0%Language:Roff 0.0%Language:PHP 0.0%Language:Lex 0.0%Language:Scilab 0.0%Language:UnrealScript 0.0%Language:XS 0.0%Language:XC 0.0%Language:Awk 0.0%Language:M4 0.0%Language:ASP 0.0%Language:CSS 0.0%Language:GDB 0.0%Language:Perl 6 0.0%Language:sed 0.0%Language:Batchfile 0.0%Language:Ruby 0.0%