Skip to content

Instantly share code, notes, and snippets.

@pklazy
Created August 8, 2018 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pklazy/7978dee0b27b583c347462bb6492a624 to your computer and use it in GitHub Desktop.
Save pklazy/7978dee0b27b583c347462bb6492a624 to your computer and use it in GitHub Desktop.

라즈베리 파이에서 can-isotp 설치 기록

git clone https://github.com/hartkopp/can-isotp.git
cd can-isotp
sudo apt install raspberrypi-kernel-headers
make
sudo make modules_install
sudo depmod -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment