diff options
Diffstat (limited to 'docs')
| -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 |
