You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated build.sh user "interface"
* Some small spelling changes; Using apt instead of apt-get
* Syntax error fixed in README.md
* Small simplifications
Copy file name to clipboardExpand all lines: README.md
+20-16Lines changed: 20 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
# Kernel 4.14 for BPI-R2
1
+
# Kernel 4.14 for BananaPi R2
2
2
3
3
<ahref="https://travis-ci.com/frank-w/BPI-R2-4.14"target="_blank"><imgsrc="https://travis-ci.com/frank-w/BPI-R2-4.14.svg?branch=4.14-main"alt="Build status 4.14-main"></a>
4
4
5
5
## Requirements
6
6
7
-
On x86/x64-host you need cross compile tools for the armhf architecture (bison and flex-package are needed for kernels >=4.16):
7
+
On a x86/x64-host you need cross compile tools for the armhf architecture (bison and flex-package are needed for kernels >=4.16):
8
8
```sh
9
-
sudo apt-get install gcc-arm-linux-gnueabihf libc6-armhf-cross u-boot-tools bc make gcc libc6-dev libncurses5-dev libssl-dev bison flex
9
+
sudo apt install gcc-arm-linux-gnueabihf libc6-armhf-cross u-boot-tools bc make gcc libc6-dev libncurses5-dev libssl-dev bison flex
10
10
```
11
-
if you build directly on r2 (not recommended) you do not need the crosscompile-packages gcc-arm-linux-gnueabihf and libc6-armhf-cross
11
+
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
12
12
13
13
## Issues
14
-
currently gcc7 is not supported (https://bugs.linaro.org/show_bug.cgi?id=3823)
14
+
Currently gcc7 is not supported (https://bugs.linaro.org/show_bug.cgi?id=3823)
* HW-NAT only works between LAN and WAN (bridge unclear, wifi not working)
75
+
(Testing in seperate branch wlan/hdmi/hwnat/hwqos)
76
+
77
+
* HW-NAT only works between LAN and WAN (bridge unclear, wifi not supported)
73
78
* HW-QoS is merged into 4.14-main, but we do not know how to test it
74
79
* 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 https://github.com/frank-w/BPI-R2-4.14/issues/35). Power-off is also initiated by pressing the power-switch
75
80
* VIDEO is hdmi-output (X-server/framebuffer-console)...here some resolutions are not supported by vendor-driver
0 commit comments