Skip to content

Commit

Permalink
use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 19, 2024
1 parent 6110a14 commit 54cad07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/build_can_isotp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ set -e
cd /tmp
git clone https://github.com/hartkopp/can-isotp.git
cd can-isotp
git checkout mainline-5.4+
make
sudo make modules_install
sudo insmod ./net/can/can-isotp.ko
1 change: 0 additions & 1 deletion scripts/set_up_vcan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

sudo modprobe can
sudo modprobe can-isotp
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set dev vcan0 up

0 comments on commit 54cad07

Please sign in to comment.