Setting up CAN on a Pi
The Subsystems Computer's interface to the firmware
The CAN0 overlay
// TODO: Find this codedtc -@ -I dts -O dtb mcp2518fd-can0.dts -o mcp2518fd-can0.dtbo
cp mcp2518fd-can0.dtbo /boot/overlays# MCP2518FD CAN chip support
# TODO: Verify this
[all]
dtparam=spi=on
dtoverlay=mcp2518fd-can0,oscillator=16000000,interrupt=25,spimaxfrequency=1000000The command line
Testing
More Resources
Last updated