summaryrefslogtreecommitdiffstats
path: root/development/dfu-programmer/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'development/dfu-programmer/README.SBo')
-rw-r--r--development/dfu-programmer/README.SBo16
1 files changed, 8 insertions, 8 deletions
diff --git a/development/dfu-programmer/README.SBo b/development/dfu-programmer/README.SBo
index 4b18e535ae..b35a127b74 100644
--- a/development/dfu-programmer/README.SBo
+++ b/development/dfu-programmer/README.SBo
@@ -1,10 +1,10 @@
You might want to add the following udev rule under /etc/udev/rules.d:
-SUBSYSTEM=="usb",ACTION=="add",ATTRS{idVendor}=="03eb",ATTRS{idProduct}=="2ff4",GROUP="plugdev"
-
-so when you plug the AVR chip to program, the USB devices becomes
-available to all the members of the "plugdev" group. Also, I found
-that the programmer doesn't work for non-root users when the "usbfs"
-is mounted on /proc/bus/usb, so my advice is to remove the "usbfs"
-entry from /etc/fstab if it is there (or maybe there is a better
-solution).
+ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", MODE="0664", GROUP="plugdev"
+
+so when you plug the Atmel chip to program, the device becomes
+available to all the members of the "plugdev" group.
+
+You will need to reboot your system or run the following command:
+
+sudo udevadm control --reload