8 lines
164 B
Bash
Executable File
8 lines
164 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ip link set can0 up type can bitrate 250000
|
|
ip link set can1 up type can bitrate 250000
|
|
ifconfig can0 txqueuelen 65536
|
|
ifconfig can1 txqueuelen 65536
|
|
|