On Tue, Mar 1, 2011 at 9:52 AM, <[email protected]> wrote:

> Hallo Arpan,
>
>
> > My OS is Ubuntu Lucid Lynx and I have installed avrdude, avrlibc, etc.
> all
> > carefully and correctly.
> > But when I connect Arduino Duemilanove with it and try to upload any
> > program
> > it says:
> > *stk500(): Programmer is not responding.*
> > *
>
> What programmer did you specify ? With the option -c arduino
> avrdude toggles the handshake lines so that the Arduino2009
> do a reset and jumps into the boot loader.
>
> > *
> > In Arduino (ver 0018), I have selected Board correctly, port /ttyUSB0
> > correctly. And it was working well before.*
>
> Yep, the Arduino GUI has the handshake toggling burried somewhere
> deep in the Java code outside of avrdude and therefor specifies
> -c stk500 ;-)
>
> Hth, Axel
>

I tried both the way. Arduino GUI as well as in command line.
In command line I used:
avrdude -p m328p -b 9600 -c arduino -P /dev/ttyUSB0
but same response. . .
Is that anything to do with the bootloader? But the board initializes with
the blink LED program by default.
_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to