Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

13
bin-scripts/can-up Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
# PCAN
echo "Can0"
modprobe pcan
ip link set can0 up type can bitrate 500000
ifconfig can0 up
# VCAN
echo "Vcan0"
modprobe vcan
ip link add dev vcan0 type vcan
ip link set up vcan0