Jump to content

Unable to Setup CAN Network


Rodman
Go to solution Solved by JohnTheCoolingFan,

Recommended Posts

Hello,

 

I've been having some issues with the official CB1 image on github provided by BTT. Namely, I'm having CAN issues with bytes_invalid increasing during printing operation which is exacerbated once I add more than 1 CAN device.

 

One of the recommendations was to try a newer kernel so I'm trying to migrate to Armbian. I have called out the appropriate overlays (MCP2515)and verified that they are loaded in the armbianEnv.txt file. However, I am not able to load up a Can network. I have created a file in /etc/systemd/network/80-can.network containing the below info.


 

[Match]
Name=can*

[CAN]
BitRate=1000000

 

I also ran

dtc -s /proc/device-tree 2>/dev/null > foo.dts

 

foo.dts

Edited by Rodman
Added foo.dts file
Link to comment
Share on other sites

Looks like removing the "light" overlay does allow the CAN network to start up. Thanks for the help!

 

Unfortunately, it appears that the bytes_invalid issue persists with this kernel as well. The hunt continues!

Link to comment
Share on other sites

Sorry for the long delay.

I don't have experience with CAN networks, but a quick search found this gist, which uses systemd network and udev rules to set the txqueuelen: https://gist.github.com/Lauszus/733c4c4c6abacd19a0b5dad099fab172

You can change the device name match to just can0 instead of a wildcard if you want.

 

I've bought a few spi-to-can adapters to later test how this works myself, but if you can please try the linked method.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines