thienducee / BPI-R2-4.14

Linux kernel 4.14+ for BPI-R2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kernel 4.14 for BananaPi R2

Build status 4.14-main

Requirements

On a x86/x64-host you need cross compile tools for the armhf architecture (bison and flex-package are needed for kernels >=4.16):

sudo apt install gcc-arm-linux-gnueabihf libc6-armhf-cross u-boot-tools bc make gcc libc6-dev libncurses5-dev libssl-dev bison flex

If you build it directly on the BananaPi-R2 (not recommended) you do not need the crosscompile-packages gcc-arm-linux-gnueabihf and libc6-armhf-cross

Issues

Usage

  ./build.sh importconfig
  ./build.sh config (To configure manually with menuconfig)
  ./build.sh

Usage with docker

The Dockerfile in utils/docker/ provides a build environment without installing the native compilers on the local system.

The local directory will be mounted into the docker container. All changes will also be present in the respository folder.

  1. Build the docker container for building once:
    sh ./utils/docker/build_container.sh
  2. Start and connect to the running docker container:
    sh ./utils/docker/run.sh
  3. Now you can use the commands from above:
    ./build.sh
  4. Close the container with exit or CTRL-D.
  5. Your build artifacts from the build script will be in the folder ./SD/

If you want to clean up you can remove all containers (and the associated docker images) with:

docker rmi bpi-cross-compile:1 --force

Branch details

Kernel upstream + BPI-R2

Kernel versions

Kernel features by version

Feature 4.4 4.9 4.14 4.19
PCIe Y Y Y Y
SATA Y Y Y Y
2 GMAC Y Y Y Y
DSA N Y Y Y
USB Y Y Y Y
VLAN Y
HW NAT Y Y N
HW QOS Y ? N
Crypto Y Y Y
WIFI Y Y Y
BT N N Y Y
VIDEO Y N Y Y
ACPI ? N Y Y
Other options -- -- -- --
OpenVPN ? Y Y
iptables ? Y Y Y
LXC / Docker ? ? Y

Symbols:

Symbol Meaning
? Unsure
() Testing

(Testing in seperate branch wlan/hdmi/hwnat/hwqos)

  • HW-NAT only works on 4.14 between LAN and WAN (bridge unclear, wifi not supported)
  • HW-QoS is merged into 4.14-main, but we do not know how to test it
  • ACPI-feature means System is powered off, not only halted (power-consumption ~0.2W, no reboot on reset), reboot-problem with soldered power-switch (see frank-w#35). Power-off is also initiated by pressing the power-switch
  • VIDEO is hdmi-output (X-server/framebuffer-console)...here some resolutions are not supported by vendor-driver

kernel 4.4 / uboot (2014-04): https://github.com/frank-w/BPI-R2-4.4

4.4-main does not contain drivers for r2 yet because this is too much work to merge it

new uboot: https://github.com/frank-w/u-boot

Links

License

GPL-2.0

Free Software, Hell Yeah!

About

Linux kernel 4.14+ for BPI-R2

License:Other


Languages

Language:C 96.0%Language:Assembly 1.4%Language:C++ 1.4%Language:Objective-C 0.5%Language:Makefile 0.3%Language:Perl 0.1%Language:Shell 0.1%Language:Python 0.1%Language:Yacc 0.0%Language:SmPL 0.0%Language:Roff 0.0%Language:Lex 0.0%Language:Awk 0.0%Language:GDB 0.0%Language:UnrealScript 0.0%Language:Gherkin 0.0%Language:M4 0.0%Language:Clojure 0.0%Language:XS 0.0%Language:Perl 6 0.0%Language:Dockerfile 0.0%Language:sed 0.0%