summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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=============