On 01/29/12 12:44, Joerg Wunsch wrote:
"Thomas D. Dean"<[email protected]>  wrote:


# sudo avrdude  -c avrisp -P /dev/ugen0.3 -v -v -p m16

First, it's an "avrisp2" (aka. AVRISPmkII) rather than an old V1
device.  Second, the correct port name would be just "usb".  AVRDUDE
then uses internal logic to talk to it through libusb, rather than
trying to open a serial device (which is what your commandline
attempted).


I caught the -c avrispmkII difference.

I read the manual

 For the JTAG ICE mkII, if avrdude has been configured with
 libusb support, port can alternatively be specified as
 usb[:serialno].

I read this to mean this was an alternate way of specifying the port. Obviously, I never tried usb.

But, this is the solution.

avrdude -c avrispmkII -P usb -v -v -p m128

Thanks,
Tom Dean

_______________________________________________
AVR-chat mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/avr-chat

Reply via email to