Date: Mon, 14 May 2012 08:31:01 +0200 From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= <fernando.apesteguia@gmail.com> To: Colin Barnabas <colin.barnabas@gmail.com> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: avrdude and arduino Message-ID: <CAGwOe2ahP-4UHyLwmGLMaaUZKRvALb=cuVgkSP9sqthdro4fRw@mail.gmail.com> In-Reply-To: <20120513182051.GA63499@hs1.VERBENA> References: <20120513182051.GA63499@hs1.VERBENA>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, May 13, 2012 at 8:20 PM, Colin Barnabas <colin.barnabas@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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2ahP-4UHyLwmGLMaaUZKRvALb=cuVgkSP9sqthdro4fRw>