summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 13:30:45 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:15 -0400
commit89393990340df50d4919fa82d94ef660344b5bf3 (patch)
treee7feb694c32470cae8d94de4cea3550ef4867dc9 /development
parenteb2807728a92219fa65c79419136bfc1882a7571 (diff)
downloadslackbuilds-89393990340df50d4919fa82d94ef660344b5bf3.tar.gz
slackbuilds-89393990340df50d4919fa82d94ef660344b5bf3.tar.xz
development/dfu-programmer: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development')
-rw-r--r--development/dfu-programmer/README12
-rw-r--r--development/dfu-programmer/README.SBo10
2 files changed, 11 insertions, 11 deletions
diff --git a/development/dfu-programmer/README b/development/dfu-programmer/README
index f75afde793..218ac12582 100644
--- a/development/dfu-programmer/README
+++ b/development/dfu-programmer/README
@@ -4,14 +4,4 @@ Atmel chips with a USB bootloader.
It seems to be working just fine with the LUFA based DFU Bootloader.
(http://www.fourwalledcubicle.com/LUFA.php).
-
-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).
+See README.SBo for post-install configuration.
diff --git a/development/dfu-programmer/README.SBo b/development/dfu-programmer/README.SBo
new file mode 100644
index 0000000000..4b18e535ae
--- /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:
+
+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).