diff options
| author | Aurelian Zanoschi <aurelian17@gmail.com> | 2021-02-04 10:14:06 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2021-02-04 19:36:22 +0000 |
| commit | 48d081265d06d14090f3b22c44f712a603116fba (patch) | |
| tree | 688855296c0cc178fc6d69af2a0848953dd49461 | |
| parent | 71938572843428cb881948e8151742d8493ee89e (diff) | |
| download | meta-raspberrypi-48d081265d06d14090f3b22c44f712a603116fba.tar.gz | |
[documentation]Add USB host support in documentation
Signed-off-by: Aurelian Zanoschi <aurelian17@gmail.com>
| -rw-r--r-- | docs/extra-build-config.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 921dcc5..1caf904 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
| @@ -269,6 +269,15 @@ local.conf: | |||
| 269 | 269 | ||
| 270 | ENABLE_DWC2_PERIPHERAL = "1" | 270 | ENABLE_DWC2_PERIPHERAL = "1" |
| 271 | 271 | ||
| 272 | ## Enable USB host support | ||
| 273 | |||
| 274 | By default in case of the Compute Module 4 IO Board the standard USB driver | ||
| 275 | that usually supports host mode operations is disabled for power saving reasons. | ||
| 276 | Users who want to use the 2 USB built-in ports or the other ports provided via | ||
| 277 | the header extension should set the following in local.conf: | ||
| 278 | |||
| 279 | ENABLE_DWC2_HOST = "1" | ||
| 280 | |||
| 272 | ## Enable Openlabs 802.15.4 radio module | 281 | ## Enable Openlabs 802.15.4 radio module |
| 273 | 282 | ||
| 274 | When using device tree kernels, set this variable to enable the 802.15.4 hat: | 283 | When using device tree kernels, set this variable to enable the 802.15.4 hat: |
