setup the usb 2 can interface
This commit is contained in:
parent
19ca66a3b6
commit
35ef07635b
|
@ -0,0 +1,6 @@
|
||||||
|
#! /bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
ip addr ls dev can0
|
||||||
|
ip link set can0 type can bitrate 500000
|
||||||
|
ip link set up can0
|
Loading…
Reference in New Issue