Added precompiled DTB that support overlay
This commit is contained in:
parent
7f883e2e2e
commit
e5efb3b15c
3 changed files with 17 additions and 0 deletions
BIN
docs/files/dt-overlay/lk4.14_armada-388-helios4.dtb
Executable file
BIN
docs/files/dt-overlay/lk4.14_armada-388-helios4.dtb
Executable file
Binary file not shown.
BIN
docs/files/dt-overlay/lk4.19_armada-388-helios4.dtb
Executable file
BIN
docs/files/dt-overlay/lk4.19_armada-388-helios4.dtb
Executable file
Binary file not shown.
17
docs/gpio.md
17
docs/gpio.md
|
@ -240,6 +240,23 @@ For more info please refer to
|
||||||
|
|
||||||
### Device Tree Overlay under Armbian
|
### Device Tree Overlay under Armbian
|
||||||
|
|
||||||
|
!!! info
|
||||||
|
Armbian older than version 5.98 is still not compiled with overlay support. Refer to instruction to [Compile Helios4 DTB with Symbol Support](#compile-helios4-dtb-with-symbol-support)
|
||||||
|
or use precompiled binary.
|
||||||
|
|
||||||
|
Armbian Default (Stretch, Linux Kernel 4.14):
|
||||||
|
|
||||||
|
`wget https://wiki.kobol.io/files/dt-overlay/lk4.14_armada-388-helios4.dtb`
|
||||||
|
|
||||||
|
`sudo cp lk4.14_armada-388-helios4.dtb /boot/dtb/armada-388-helios4.dtb`
|
||||||
|
|
||||||
|
Armbian Next (Buster, Linux Kernel 4.19):
|
||||||
|
|
||||||
|
`wget https://wiki.kobol.io/files/dt-overlay/lk4.19_armada-388-helios4.dtb`
|
||||||
|
|
||||||
|
`sudo cp lk4.19_armada-388-helios4.dtb /boot/dtb/armada-388-helios4.dtb`
|
||||||
|
|
||||||
|
|
||||||
Create */boot/overlay-user/* to store the overlay and copy the overlay to the folder
|
Create */boot/overlay-user/* to store the overlay and copy the overlay to the folder
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue