Documentation fixes and improvements

This commit is contained in:
zador-blood-stained 2016-06-12 22:43:50 +03:00
parent c2f76fe1d7
commit 531f39025d
3 changed files with 8 additions and 7 deletions

View File

@ -5,8 +5,8 @@ Some boards require some manual configuration to turn on/off certain features
In some cases, the procedure is "less than obvious", so we document some basic examples here.
# Orange Pi Lite
# H3 based Orange Pi, legacy kernel
## Enable serial /dev/ttyS3 on pins 8 and 10 of the 40 pin header
@ -16,15 +16,15 @@ Decompile .bin to .fex
```
cd /boot
bin2fex script.bin > custom.fex
rm script.bin # only removes symbolic link
rm script.bin # only removes symbolic link
```
Edit .fex file
```
[uart3]
uart_used = 1 # Change from 0 to 1
uart_used = 1 ; Change from 0 to 1
uart_port = 3
uart_type = 2 # In this case we have a 2 pin UART
uart_type = 2 ; In this case we have a 2 pin UART
uart_tx = port:PA13<3><1><default><default>
uart_rx = port:PA14<3><1><default><default>
```

View File

@ -1,8 +1,8 @@
# Release history
**v5.14 / 12.6.2016**
- Cubieboard 1 images rebuilt
- Cubieboard 1 images rebuilt
- Cubox / Hummingboard kernel upgrade to 3.14.72 and 4.6.2
- Trusty wes replaced with Xenial on those two boards
- Trusty was replaced with Xenial on those two boards
**v5.14 / 5.6.2016**
- Odroid C2 and Orange Pi+ images rebuilt

View File

@ -232,6 +232,7 @@ fingerprint_image()
Author: Igor Pecovnik, www.igorpecovnik.com
Sources: http://github.com/igorpecovnik/lib
Support: http://www.armbian.com, http://forum.armbian.com/
Changelog: http://www.armbian.com/logbook/
--------------------------------------------------------------------------------
$(cat $SRC/lib/LICENSE)
--------------------------------------------------------------------------------