From 531f39025d7aff7ce375d39487f5e0c9b0fb8538 Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sun, 12 Jun 2016 22:43:50 +0300 Subject: [PATCH] Documentation fixes and improvements --- documentation/Enabling_hardware_features.md | 10 +++++----- documentation/logbook.md | 4 ++-- general.sh | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/documentation/Enabling_hardware_features.md b/documentation/Enabling_hardware_features.md index 084a911b76..8ea9fcda71 100644 --- a/documentation/Enabling_hardware_features.md +++ b/documentation/Enabling_hardware_features.md @@ -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> uart_rx = port:PA14<3><1> ``` diff --git a/documentation/logbook.md b/documentation/logbook.md index 585a8f2941..1504622fb7 100644 --- a/documentation/logbook.md +++ b/documentation/logbook.md @@ -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 diff --git a/general.sh b/general.sh index 1c7a3b92e9..101632374d 100644 --- a/general.sh +++ b/general.sh @@ -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) --------------------------------------------------------------------------------