diff options
author | Bernardo A. Rodrigues <bernardoaraujor@gmail.com> | 2019-09-04 18:58:28 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-09-10 12:01:27 +0300 |
commit | 34dab90dfc1b518cd9235e2fbb8e0e9ee0ecd263 (patch) | |
tree | afe4cc75f69aaffb04856c59ad530d9119a420f9 | |
parent | 866ccc829f728f722f623571b24305d2bc9d8b17 (diff) | |
download | meta-raspberrypi-34dab90dfc1b518cd9235e2fbb8e0e9ee0ecd263.tar.gz |
extra-build-config.md: add RPi 0W to UART section
This makes it clear in the docs that ENABLE_UART can be used both for the RPi 0W or 3.
Signed-off-by: Bernardo A. Rodrigues <bernardaraujor@gmail.com>
-rw-r--r-- | docs/extra-build-config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index b44dece..426423a 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
@@ -219,7 +219,7 @@ needs a fixed core frequency and enable_uart wil set it to the minimum. Certain | |||
219 | operations - 60fps h264 decode, high quality deinterlace - which aren't | 219 | operations - 60fps h264 decode, high quality deinterlace - which aren't |
220 | performed on the ARM may be affected, and we wouldn't want to do that to users | 220 | performed on the ARM may be affected, and we wouldn't want to do that to users |
221 | who don't want to use the serial port. Users who want serial console support on | 221 | who don't want to use the serial port. Users who want serial console support on |
222 | RaspberryPi3 will have to explicitly set in local.conf: | 222 | RaspberryPi 0 Wifi or 3 will have to explicitly set in local.conf: |
223 | 223 | ||
224 | ENABLE_UART = "1" | 224 | ENABLE_UART = "1" |
225 | 225 | ||