Hi everyone,
I have made my own filesystem with buildroot. When i config buildroot, i selected iproute2 support and can-utils.
But, when i type
"ip link set can0 type can bitrate 125000 "
this command gives below output
"ip: either dev is duplicate, or "type" is garbage "
Then i type "ip -V" to check iproute2 it gives
"BusyBox v1.19.3 (2012-02-16 14:41:41 EET) multi-call binary
Usage: ip [OPTIONS] {address | route | link | tunnel | rule } {COMMAND}
ip [OPTIONS] OBJECT {COMMAND}
where OBJECT := {address | route | link | tunnel | rule }
OPTIONS := {-f [amily] {inet | inet6 | link } -o[neline] }
but it has to show this output instead of the output above;
ip utility, iproute2-ss090324
What should i do to enable/configure canbus ?
Thanks in advance,