Closed GoogleCodeExporter closed 9 years ago
Massimo, how do you want to handle this?
Original comment by dmel...@gmail.com
on 5 Oct 2010 at 1:12
Christian: can you take a look at this?
Original comment by dmel...@gmail.com
on 19 Oct 2010 at 3:29
Is there an estimate as to when this will be addressed?
I would like to use an Arduino as an AVR ISP (In-System Programmer) as
described here: http://arduino.cc/en/Tutorial/ArduinoISP
Original comment by engin...@l-5.us
on 12 Feb 2011 at 10:01
Theory: ArduinoISP counts on running at a different bitrate than the
bootloader, causing the bootloader (after auto-reset) to see garbage and start
the sketch. But optiboot doesn't recognize "garbage"; it just assumes that
unrecognized characters are irrelevant commands that it doesn't implement, so
it just keeps running.
Disabling auto-reset is a workaround.
Original comment by wes...@gmail.com
on 3 Jun 2011 at 4:28
Original comment by wes...@gmail.com
on 5 Jun 2011 at 7:16
Fixed in the 1.0-associated sources, and now shipping on new hardware.
Original comment by wes...@gmail.com
on 20 Dec 2011 at 6:33
Original issue reported on code.google.com by
tom.i...@gmail.com
on 3 Oct 2010 at 6:40