diff options
author | Theodor Gherzan <theodor@resin.io> | 2016-04-21 20:42:39 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-22 10:59:44 +0200 |
commit | 47440c32a4c78cfcb47f2346605c62e2eef30d0e (patch) | |
tree | 160b077790c6e16e495f45d4c3a0c0c1fede8612 | |
parent | 3fe96d9212d6c3e5e50b6567cd76891b07531ca7 (diff) | |
download | meta-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-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 | ||
32 | 4. Extra apps | 33 | 4. Extra apps |
33 | 4.A. omxplayer | 34 | 4.A. omxplayer |
34 | 5. Board Configuration | 35 | 5. Board Configuration |
@@ -238,6 +239,20 @@ List of currently supported models: | |||
238 | - pitft22 | 239 | - pitft22 |
239 | - pitft28r | 240 | - pitft28r |
240 | 241 | ||
242 | 3.O. Enable UART | ||
243 | =============== | ||
244 | |||
245 | RaspberryPi 1, 2 and CM will have UART console enabled by default. | ||
246 | |||
247 | RaspberryPi 3 does not have the UART enabled by default because this needs a | ||
248 | fixed core frequency and enable_uart wil set it to the minimum. Certain | ||
249 | operations - 60fps h264 decode, high quality deinterlace - which aren't | ||
250 | performed on the ARM may be affected, and we wouldn't want to do that to users | ||
251 | who don't want to use the serial port. Users who want serial console support on | ||
252 | RaspberryPi3 will have to explicitely set in local.conf: ENABLE_UART = "1". | ||
253 | |||
254 | Ref.: https://github.com/raspberrypi/firmware/issues/553 | ||
255 | https://github.com/RPi-Distro/repo/issues/22 | ||
241 | 256 | ||
242 | 4. Extra apps | 257 | 4. Extra apps |
243 | ============= | 258 | ============= |