Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Submit patch to avrdude to toggle DTR & RTS for stk500v2 protocol. #744

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. With the current Arduino USB Mega2560 driver
2. Try uploading anything using avrdude
3. The mega2560 doesn't do a reset... 

The expected output is the Mega2560 board would reset and code would begin 
uploading

1.0 Release, Windows 7

Read this exchange:

http://www.visualmicro.com/forums/YaBB.pl?num=1323016339/0#5

The problem appears to be that the driver isn't resetting the Arduino board.   
A work around is to do something that forces a reset just before doing the 
"real" download  (see batch file in the above exchange)

Original issue reported on code.google.com by k9jmli...@gmail.com on 9 Dec 2011 at 5:07

GoogleCodeExporter commented 8 years ago
Does the upload work in the Arduino software?  If so, this is something that 
would have to be patched in avrdude.  Which is probably a good thing to do.

Original comment by dmel...@gmail.com on 9 Dec 2011 at 10:46

GoogleCodeExporter commented 8 years ago
It works with the Arduino Software... but not with AVR Dude

Original comment by k9jmli...@gmail.com on 11 Dec 2011 at 11:36

GoogleCodeExporter commented 8 years ago
Marking this as a duplicate of 806 since that issue has a potential patch.

Original comment by dmel...@gmail.com on 29 Mar 2012 at 1:48