mirror of https://github.com/commaai/panda.git
Update README.md
This commit is contained in:
parent
9881e61184
commit
32a344ef6e
|
@ -37,6 +37,13 @@ And to send one on bus 0:
|
||||||
```
|
```
|
||||||
Find user made scripts on the [wiki](https://community.comma.ai/wiki/index.php/Panda_scripts)
|
Find user made scripts on the [wiki](https://community.comma.ai/wiki/index.php/Panda_scripts)
|
||||||
|
|
||||||
|
Note that you may have to setup [udev rules](https://community.comma.ai/wiki/index.php/Panda#Linux_udev_rules) for Linux, such as
|
||||||
|
```
|
||||||
|
sudo -i
|
||||||
|
echo 'SUBSYSTEMS=="usb", ATTR{idVendor}=="bbaa", ATTR{idProduct}=="ddcc", MODE:="0666"' > /etc/udev/rules.d/11-panda.rules
|
||||||
|
exit
|
||||||
|
```
|
||||||
|
|
||||||
Usage (JavaScript)
|
Usage (JavaScript)
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue