dfu-programmer is a Device Firmware Update based USB programmer for Atmel chips with a USB bootloader.
dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. This program was created because the Atmel FLIP program for flashing devices does not support flashing via USB on Linux, and because standard DFU loaders do not work for Atmel's chips.
dfu-programmer is an implementation of the Device Firmware Upgrade class USB driver that enables firmware upgrades for various USB enabled (with the correct bootloader) Atmel chips. This program was created because the Atmel FLIP program for flashing devices does not support flashing via USB on Linux, and because standard DFU loaders do not work for Atmel's chips.
To install dfu-programmer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dfu-programmer
To see what files were installed by dfu-programmer, run:
port contents dfu-programmer
To later upgrade dfu-programmer, run:
sudo port selfupdate && sudo port upgrade dfu-programmer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.