diff options
| -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 | ============= |
