Skip to content

mayfieldrobotics/OrangePI-Kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.1%
  • Objective-C 5.1%
  • C++ 3.5%
  • Makefile 0.6%
  • Assembly 0.5%
  • Perl 0.1%
  • Other 0.1%