[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-chat] arduino upload problem
From: |
Renato |
Subject: |
Re: [avr-chat] arduino upload problem |
Date: |
Fri, 24 Sep 2010 16:02:44 +0200 |
On Wed, 22 Sep 2010 06:22:18 +0200 (MET DST)
address@hidden (Joerg Wunsch) wrote:
> Renato <address@hidden> wrote:
>
> > $ avrdude ... -cstk500v1 ...
>
> The Arduino uses STK500v1 protocol, but requires some special handling
> in order to activate the bootloader. Thus, use -c arduino rather than
> -c stk500v1.
>
> Unfortunately, the old hacked AVRDUDE version that once shipped along
> with Arduino implemented the hack to activate the bootloader but
> didn't bother to change the programmer name.
ah, thank you, it seems it's working now. I also had to remove the "-C
~/.../arduino-0019/hardware/tools/avrdude.conf" part, otherwise I'd get
an "Can't find programmer id: arduino".
thanks
renato