Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bone can #189

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Bone can #189

wants to merge 6 commits into from

Conversation

lorforlinux
Copy link

@jadonk @RobertCNelson please review my code :)
Everything has been tested on BBBWL & BBAI.
The symlinks are not working for CAN (dcan) bus just like they are not working for PWM(ehrpwm) :(

If anyone wants to use the CAN bus with these overlays then, after loading the overlay they can use these commands:

Setting up can interface
$ sudo modprobe can-raw
$ sudo ip link set can0 up type can bitrate 125000
$ sudo ifconfig can0 up

Using can interface
$ candump can0

It doesn't matter which CAN bus you are using, it will always be can0 for the first, can1 for second and so on...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant