From 12e61faf30b08909b58ed87b9542f2753d0249dc Mon Sep 17 00:00:00 2001 From: Fabien Lahoudere Date: Fri, 16 Nov 2018 16:10:54 +0100 Subject: 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 --- docs/extra-build-config.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/extra-build-config.md') 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: See: +## Enable CAN with Pican2 + +In order to use Pican2 CAN module, set the following variables: + + ENABLE_SPI_BUS = "1" + ENABLE_CAN = "1" + +See: + ## Manual additions to config.txt The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to -- cgit v1.2.3-54-g00ecf