diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/extra-build-config.md | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 35abbdf..806c238 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
| @@ -221,7 +221,7 @@ needs a fixed core frequency and enable_uart wil set it to the minimum. Certain | |||
| 221 | operations - 60fps h264 decode, high quality deinterlace - which aren't | 221 | operations - 60fps h264 decode, high quality deinterlace - which aren't |
| 222 | performed on the ARM may be affected, and we wouldn't want to do that to users | 222 | performed on the ARM may be affected, and we wouldn't want to do that to users |
| 223 | who don't want to use the serial port. Users who want serial console support on | 223 | who don't want to use the serial port. Users who want serial console support on |
| 224 | RaspberryPi3 will have to explicitely set in local.conf: | 224 | RaspberryPi3 will have to explicitly set in local.conf: |
| 225 | 225 | ||
| 226 | ENABLE_UART = "1" | 226 | ENABLE_UART = "1" |
| 227 | 227 | ||
| @@ -229,6 +229,14 @@ Ref.: | |||
| 229 | * <https://github.com/raspberrypi/firmware/issues/553> | 229 | * <https://github.com/raspberrypi/firmware/issues/553> |
| 230 | * <https://github.com/RPi-Distro/repo/issues/22> | 230 | * <https://github.com/RPi-Distro/repo/issues/22> |
| 231 | 231 | ||
| 232 | ## Enable USB Peripheral (Gadget) support | ||
| 233 | |||
| 234 | The standard USB driver only supports host mode operations. Users who | ||
| 235 | want to use gadget modules like g_ether should set the following in | ||
| 236 | local.conf: | ||
| 237 | |||
| 238 | ENABLE_DWC2_PERIPHERAL = "1" | ||
| 239 | |||
| 232 | ## Manual additions to config.txt | 240 | ## Manual additions to config.txt |
| 233 | 241 | ||
| 234 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to | 242 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to |
