diff options
| author | Anton Gerasimov <tossel@gmail.com> | 2018-06-02 16:42:40 +0200 |
|---|---|---|
| committer | Andrei Gherzan <andrei@gherzan.com> | 2018-09-06 20:00:49 +0100 |
| commit | 690e196f02c00f0a0b6c05784be857027a04cbaf (patch) | |
| tree | 629c64a66830eedc0228c98776a3b698d39f6994 /docs | |
| parent | 42de47506a4204843611d38949a14135655acb57 (diff) | |
| download | meta-raspberrypi-690e196f02c00f0a0b6c05784be857027a04cbaf.tar.gz | |
docs: document support for 802.15.4 hat
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/extra-build-config.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index 806c238..04314aa 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md | |||
| @@ -237,6 +237,14 @@ local.conf: | |||
| 237 | 237 | ||
| 238 | ENABLE_DWC2_PERIPHERAL = "1" | 238 | ENABLE_DWC2_PERIPHERAL = "1" |
| 239 | 239 | ||
| 240 | ## Enable Openlabs 802.15.4 radio module | ||
| 241 | |||
| 242 | When using device tree kernels, set this variable to enable the 802.15.4 hat: | ||
| 243 | |||
| 244 | ENABLE_AT86RF = "1" | ||
| 245 | |||
| 246 | See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio> | ||
| 247 | |||
| 240 | ## Manual additions to config.txt | 248 | ## Manual additions to config.txt |
| 241 | 249 | ||
| 242 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to | 250 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to |
