summaryrefslogtreecommitdiffstats
path: root/docs/extra-build-config.md
diff options
context:
space:
mode:
authorFabien Lahoudere <fabien.lahoudere@collabora.com>2018-11-16 16:10:54 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2018-12-12 16:24:17 +0000
commit12e61faf30b08909b58ed87b9542f2753d0249dc (patch)
tree26d3567b9d91b684319e97b35666b41d9fc09d70 /docs/extra-build-config.md
parent1803681e8477394953833a82a9c0f4b0934bdaa0 (diff)
downloadmeta-raspberrypi-12e61faf30b08909b58ed87b9542f2753d0249dc.tar.gz
Add Pican2 support
In order to make Pican 2 work, we : - add mcp2515.dto to the overlay list - add a variable to enable it in local.conf - create a udev rule to mount interface http://skpang.co.uk/catalog/pican2-canbus-board-for-raspberry-pi-23-p-1475.html Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.com>
Diffstat (limited to 'docs/extra-build-config.md')
-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