From 32a344ef6e025000c322bffc8d755df751892ff3 Mon Sep 17 00:00:00 2001 From: Ross Fisher Date: Wed, 25 Sep 2019 10:55:46 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 42f432dfc32a38..3c740933d87cab 100644 --- a/README.md +++ b/README.md @@ -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) +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) -------