On 08/30/2010 10:12 PM, Jorge A. Castro wrote:
> Hi Oliver,
> 
> Thanks a lot for your ideas. Reading again the documentation help me a
> lot to understand better what I need to do. Now I'm struggling with the
> creation of a vcan, because the iproute that I have in my embedded linux
> distribution doesn't bring me the possibility to use the add option;
> typing 'ip link help' I just got
> Usage: ip link set DEVICE { up | down |
>                              arp { on | off } |
>                              dynamic { on | off } |
>                              multicast { on | off } |
>                              allmulticast { on | off } |
>                              promisc { on | off } |
>                              trailers { on | off } |
>                              txqueuelen PACKETS |
>                              name NEWNAME |
>                              address LLADDR | broadcast LLADDR |
>                              mtu MTU }
>        ip link show [ DEVICE ]
> 
> If you have any idea on how can I make the netdevice (an alternative
> way) will be great.

You need a recent version of the IPROUTE2 utility suite, which you can
get from:

http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2

> Another question. I'm thinking in cross compile the can-utils to used
> them in my ARM processor board, do you have any suggestion about it?

$ make CC=<arm-prefix>-gcc

Wolfgang.
_______________________________________________
Socketcan-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-users

Reply via email to