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 --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/machine/include/rpi-base.inc') diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 4bbd576..57ad8e1 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -26,6 +26,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \ overlays/iqaudio-dac.dtbo \ overlays/iqaudio-dacplus.dtbo \ overlays/lirc-rpi.dtbo \ + overlays/mcp2515-can0.dtbo \ overlays/pi3-disable-bt.dtbo \ overlays/pi3-miniuart-bt.dtbo \ overlays/pitft22.dtbo \ -- cgit v1.2.3-54-g00ecf