diff options
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -78,6 +78,7 @@ b. Add needed layer to bblayers.conf: | |||
78 | c. Set MACHINE in local.conf to one of the supported boards: | 78 | c. Set MACHINE in local.conf to one of the supported boards: |
79 | - raspberrypi | 79 | - raspberrypi |
80 | - raspberrypi0 | 80 | - raspberrypi0 |
81 | - raspberrypi0-wifi | ||
81 | - raspberrypi2 | 82 | - raspberrypi2 |
82 | - raspberrypi3 | 83 | - raspberrypi3 |
83 | - raspberrypi-cm (dummy alias for raspberrypi) | 84 | - raspberrypi-cm (dummy alias for raspberrypi) |
@@ -251,10 +252,10 @@ WAVESHARE_1024X600_C_2_1 = "1" | |||
251 | 252 | ||
252 | 3.P. Enable UART | 253 | 3.P. Enable UART |
253 | =============== | 254 | =============== |
254 | RaspberryPi 1, 2 and CM will have UART console enabled by default. | 255 | RaspberryPi 0, 1, 2 and CM will have UART console enabled by default. |
255 | 256 | ||
256 | RaspberryPi 3 does not have the UART enabled by default because this needs a | 257 | RaspberryPi 0 WiFi and 3 does not have the UART enabled by default because this |
257 | fixed core frequency and enable_uart wil set it to the minimum. Certain | 258 | needs a fixed core frequency and enable_uart wil set it to the minimum. Certain |
258 | operations - 60fps h264 decode, high quality deinterlace - which aren't | 259 | operations - 60fps h264 decode, high quality deinterlace - which aren't |
259 | performed on the ARM may be affected, and we wouldn't want to do that to users | 260 | performed on the ARM may be affected, and we wouldn't want to do that to users |
260 | who don't want to use the serial port. Users who want serial console support on | 261 | who don't want to use the serial port. Users who want serial console support on |