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.SBo10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/dfu-programmer/README.SBo b/development/dfu-programmer/README.SBo
new file mode 100644
index 0000000000..b35a127b74
--- /dev/null
+++ b/development/dfu-programmer/README.SBo
@@ -0,0 +1,10 @@
+You might want to add the following udev rule under /etc/udev/rules.d:
+
+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