avrdude and arduino
Fernando Apesteguía
fernando.apesteguia at gmail.com
Mon May 14 06:31:03 UTC 2012
On Sun, May 13, 2012 at 8:20 PM, Colin Barnabas
<colin.barnabas at gmail.com> wrote:
> Has anyone been able to get the Arduino Uno board working with
> avrdude? I keep getting programmer not responding errors.
Not for the Uno, but I got Arduino Duemilanove working.
>
> avrdude: ser_recv(): programmer is not responding
> avrdude: stk500_recv(): programmer is not responding
This is typical when the microcontroller is somehow busy or stuck.
>
>
> This is the command I'm using:
>
> %sudo avrdude -F -v -v -v -v -c arduino -p ATMEGA328P -P /dev/cuaU0 -U flash:w:flash.hex
This is what I use for Duemilanove
sudo avrdude -V -F -c stk500v1 -p m168 -b 19200 -P /dev/cuaU0 -U
flash:w:flash.hex (Arduino)
I also have a Pololu 3pi[1] which uses an ATmega328 and I can download
the software into the
chip using this:
sudo avrdude -c avrispv2 -p m168 -P /dev/cuaU0 -U flash:w:test.hex (Pololu)
HTH
[1] http://www.pololu.com/catalog/product/975
>
> Any suggestions would be much appreciated.
>
>
> --
> Colin Barnabas
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
More information about the freebsd-questions
mailing list