diff options
author | Fabien Lahoudere <fabien.lahoudere@collabora.com> | 2018-11-16 16:10:54 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-12-12 16:24:17 +0000 |
commit | 12e61faf30b08909b58ed87b9542f2753d0249dc (patch) | |
tree | 26d3567b9d91b684319e97b35666b41d9fc09d70 /docs/extra-build-config.md | |
parent | 1803681e8477394953833a82a9c0f4b0934bdaa0 (diff) | |
download | meta-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.md | 9 |
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 | ||
244 | See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio> | 244 | See: <https://openlabs.co/OSHW/Raspberry-Pi-802.15.4-radio> |
245 | 245 | ||
246 | ## Enable CAN with Pican2 | ||
247 | |||
248 | In order to use Pican2 CAN module, set the following variables: | ||
249 | |||
250 | ENABLE_SPI_BUS = "1" | ||
251 | ENABLE_CAN = "1" | ||
252 | |||
253 | See: <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 | ||
248 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to | 257 | The `RPI_EXTRA_CONFIG` variable can be used to manually add additional lines to |