Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tools:canutils [2015/11/11 18:45] – created darron | tools:canutils [2022/12/07 13:17] (current) – [Install] darron | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== CAN utils for Linux ==== | ==== CAN utils for Linux ==== | ||
- | With CAN utils on Linux we can debug CAN buses. | + | With CAN utils for Linux we can debug a CAN bus. |
=== Install === | === Install === | ||
- | |||
- | Install autoconf and libtools. | ||
< | < | ||
- | git clone https:// | + | apt install |
- | cd can-utils | + | |
- | wget http:// | + | |
- | patch < cangen.diff | + | |
- | ./ | + | |
- | ./configure --prefix=/ | + | |
- | make | + | |
- | make install | + | |
</ | </ | ||
+ |