[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] Avrdude fails to connect to my Dragon...
From: |
Thomas Pircher |
Subject: |
Re: [avr-chat] Avrdude fails to connect to my Dragon... |
Date: |
Tue, 10 Mar 2009 11:08:00 -0000 (GMT) |
User-agent: |
SquirrelMail/1.4.15 |
Vincent Trouilliez wrote:
> I clearly specified to use the dragon not the parallel port cable
> anymore (and I don't have any avrduderc file that might override that),
> so I don't understand why it's still talking/complaining about the
> parallel port....
Have you tried the -P usb option?
My command to use the dragon (JTAG) looks like this:
avrdude -p $MCU -P usb -c dragon_jtag -U flash:w:$HEXFILE
Thomas