summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/extra-build-config.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md
index 931ed0f..b44dece 100644
--- a/docs/extra-build-config.md
+++ b/docs/extra-build-config.md
@@ -243,6 +243,15 @@ When using device tree kernels, set this variable to enable the 802.15.4 hat:
243 243
244See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio> 244See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio>
245 245
246## Enable CAN with Pican2
247
248In order to use Pican2 CAN module, set the following variables:
249
250 ENABLE_SPI_BUS = "1"
251 ENABLE_CAN = "1"
252
253See: <http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html>
254
246## Manual additions to config.txt 255## Manual additions to config.txt
247 256
248The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to 257The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to