Skip to content

Commit

Permalink
Merge pull request commaai#65 from rabidaudio/driver-docs
Browse files Browse the repository at this point in the history
updated linux driver docs
  • Loading branch information
geohot committed Nov 21, 2017
2 parents 5f026d7 + 279f048 commit 3db5a6f
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions drivers/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ Installs the panda linux kernel driver using DKMS.
This will allow the panda to work with tools such as `can-utils`

prerequisites:
- apt-get install dkms gcc linux-headers-$(uname -r) make sudo
- `apt-get install dkms gcc linux-headers-$(uname -r) make sudo`

installation:
- make link (only needed the first time. It will report an error on subsequent attempts to link)
- make all
- make install
- `make link` (only needed the first time. It will report an error on subsequent attempts to link)
- `make all`
- `make install`

uninstall:
- make uninstall
- `make uninstall`

usage:

You will need to bring it up using `sudo ifconfig can0 up` or
`sudo ip link set dev can0 up`, depending on your platform.

0 comments on commit 3db5a6f

Please sign in to comment.