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.
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
.
- 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