This script is for Slackware 14.1 only and may be outdated.

SlackBuilds Repository

14.1 > Development > dfu-programmer (0.5.4)

dfu-programmer is a Device Firmware Update based USB programmer for
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).

Maintained by: Andrzej Telszewski
Keywords: AVR,DFU,programmer,flash,eeprom
ChangeLog: dfu-programmer

Homepage:
http://dfu-programmer.sourceforge.net/

Source Downloads:
dfu-programmer-0.5.4.tar.gz (707dcd0f957a74e92456ea6919faa772)

Download SlackBuild:
dfu-programmer.tar.gz
dfu-programmer.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 14.1

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds