Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

BBB CAN Configuration

Brielle Law edited this page Apr 3, 2021 · 2 revisions

CAN:

On BBB:

ifconfig -a (This will list all the interfaces that are On or Off)

ifconfig (can0 will not be there if it is Off)

sudo ip link set can0 type can bitrate 500000

sudo ip link set up can0

ifconfig (you should now see can0)

candump0

https://sgframework.readthedocs.io/en/latest/cantutorial.html

Clone this wiki locally