Unable to install can-utils on Gateworks 5220 single board computer

0

Here is some documentation on how to use GW5220 CANBUS. I'm trying to configure the SocketCAN and issued the following command:

ip link set can0 type can bitrate 250000 listen-only off

which gives this error:

Garbage instead of arguments "bitrate ...". Try "ip link help".

What does this error mean and how do I configure the SocketCAN interface?

Nobetrotter

Posted 2019-04-08T18:37:33.213

Reputation: 3

No answers