Re: avrdude and arduino

2012-05-15 Thread Warren Block
On Sun, 13 May 2012, Colin Barnabas wrote: Has anyone been able to get the Arduino Uno board working with avrdude? I keep getting programmer not responding errors. avrdude: ser_recv(): programmer is not responding avrdude: stk500_recv(): programmer is not responding This is the command I'm us

Re: avrdude and arduino

2012-05-14 Thread Fernando ApesteguĂ­a
On Mon, May 14, 2012 at 3:25 PM, Wojciech Puchar wrote: >>> 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/cua

Re: avrdude and arduino

2012-05-14 Thread Wojciech Puchar
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) maybe stupid question but why do you use sud

Re: avrdude and arduino

2012-05-13 Thread Fernando ApesteguĂ­a
On Sun, May 13, 2012 at 8:20 PM, Colin Barnabas 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 > avrd

avrdude and arduino

2012-05-13 Thread Colin Barnabas
Has anyone been able to get the Arduino Uno board working with avrdude? I keep getting programmer not responding errors. avrdude: ser_recv(): programmer is not responding avrdude: stk500_recv(): programmer is not responding This is the command I'm using: %sudo avrdude -F -v -v -v -v -c arduino