Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 743 Bytes

OrangePi+ Kernel

This repository helps building a Linux 3.4.39 kernel for an OrangePiPlus board.

It is based on Boris Lovosevic (loboris) kernel, however

  • it produces a smaller kernel (800 k instead of 1M),
  • more drivers are included in.

Usage

Customize kernel version in the mybuild.sh shell-script, then run ./mybuild.sh.

After installing and booting on the new kernel, don't forget to perform a depmod -a.

Issues

  • how to use a 4.x kernel? (or even a more recent 3.x one)
  • update kernel version in mybuild.sh script
  • nand driver ?
  • using a more recent toolchain
  • creating debian packages