On 2017-11-02 02:10, Nick Sayer wrote:
> The AtmelICE, unfortunately, presents itself to the host as a HID device. 
> That means that unless steps are taken, it’s not possible to use avrdude on 
> MacOS X to talk to it through libusb because the HID stack claims the device.

Kind of related to this, the unreleased development version of avrdude
in the Subversion repository supports linking with hidapi [1].
By accessing the programmer as a HID device instead of using libusb, no
special system configuration or kernel extensions are required.

There was an announcement by Joerg on this list:
http://lists.nongnu.org/archive/html/avrdude-dev/2016-02/msg00030.html

I compiled the development version of avrdude myself, linked against
hidapi-devel from MacPorts and it works fine for me on macOS 10.12
Sierra with the target being an ATmega328PB Xplained Mini board.

Rainer

[1] http://www.signal11.us/oss/hidapi/

_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to