summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodor Gherzan <theodor@resin.io>2016-04-21 20:42:39 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-22 10:59:44 +0200
commit47440c32a4c78cfcb47f2346605c62e2eef30d0e (patch)
tree160b077790c6e16e495f45d4c3a0c0c1fede8612
parent3fe96d9212d6c3e5e50b6567cd76891b07531ca7 (diff)
downloadmeta-raspberrypi-47440c32a4c78cfcb47f2346605c62e2eef30d0e.tar.gz
README: Document new variable configuration
Signed-off-by: Theodor Gherzan <theodor@resin.io> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index ec9f905..5a6a0d9 100644
--- a/README
+++ b/README
@@ -29,6 +29,7 @@ Contents:
29 3.L. Enable SPI bus 29 3.L. Enable SPI bus
30 3.M. Enable I2C 30 3.M. Enable I2C
31 3.N. Enable PiTFT support 31 3.N. Enable PiTFT support
32 3.O. Enable UART support
324. Extra apps 334. Extra apps
33 4.A. omxplayer 34 4.A. omxplayer
345. Board Configuration 355. Board Configuration
@@ -238,6 +239,20 @@ List of currently supported models:
238 - pitft22 239 - pitft22
239 - pitft28r 240 - pitft28r
240 241
2423.O. Enable UART
243===============
244
245RaspberryPi 1, 2 and CM will have UART console enabled by default.
246
247RaspberryPi 3 does not have the UART enabled by default because this needs a
248fixed core frequency and enable_uart wil set it to the minimum. Certain
249operations - 60fps h264 decode, high quality deinterlace - which aren't
250performed on the ARM may be affected, and we wouldn't want to do that to users
251who don't want to use the serial port. Users who want serial console support on
252RaspberryPi3 will have to explicitely set in local.conf: ENABLE_UART = "1".
253
254Ref.: https://github.com/raspberrypi/firmware/issues/553
255 https://github.com/RPi-Distro/repo/issues/22
241 256
2424. Extra apps 2574. Extra apps
243============= 258=============