Add 'CAN-binder/libs/bitfield-c/' from commit 'a34745ec93ae0a1d4f1b640dba8fb6702331a8e9'
[apps/low-level-can-service.git] / CAN-binder / can_samples / init_vcan.sh
1 #!/bin/sh
2 # example for setting up vcan0 and modules
3 sudo modprobe can
4 sudo modprobe vcan
5 sudo ip link add dev $1 type vcan
6 sudo ip link set up $1