avr-chat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-chat] Avrdude on FreeBSD


From: Thomas D. Dean
Subject: Re: [avr-chat] Avrdude on FreeBSD
Date: Sun, 29 Jan 2012 13:16:04 -0800
User-agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0

On 01/29/12 12:44, Joerg Wunsch wrote:
"Thomas D. Dean"<address@hidden>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]