diff options
author | Anton Gerasimov <tossel@gmail.com> | 2018-06-02 16:42:40 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-06-04 16:00:39 +0100 |
commit | b2da4618b0ac2ad7dbc26387cad4c03796f8a06e (patch) | |
tree | 763920180dc53889a0d0d16f3df58a1b84d92b42 | |
parent | f51047bafbc7dd33ba0066bf482a2ebbaa006faa (diff) | |
download | meta-raspberrypi-b2da4618b0ac2ad7dbc26387cad4c03796f8a06e.tar.gz |
docs: document support for 802.15.4 hat
Signed-off-by: Anton Gerasimov <tossel@gmail.com>
-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 |