Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Increase CAN transmit buffer size.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Nov 22, 2023
1 parent 41cb352 commit 145b7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ echo 0 > /sys/class/gpio/gpio$GPIO_CAN0_STBY/value

ip link set $CAN type can bitrate $CAN_BITRATE
ip link set $CAN up
ifconfig can0 txqueuelen 1000

sudo -u fio ifconfig $CAN

Expand Down

0 comments on commit 145b7c5

Please sign in to comment.