Closed GoogleCodeExporter closed 9 years ago
Concerning #1 above: I am having the verification issue using a avr109
programmer. I
think the issue is a -D parameter that is inserted:
line 68 in AvrdudeUploader.java:
commandDownloader.add("-D"); // don't erase
Is this necessary? Could a parameter be added to the boards.txt file so this is
an
option?
If the problem is the avr109 programmer, I understand...
Original comment by potos...@gmail.com
on 18 Apr 2010 at 1:48
what about switching parameter upload.verbose from boolean to integer? so users
can tell avrdude how verbose the output should be?
with 'upload.verbose=true' leading to 4times '-v' in AvrdudeUploader.java its
really hard to verify errors....
less could be more
regards
Manfred
Original comment by manfred....@gmail.com
on 6 Feb 2011 at 5:16
There are too many things shoved together in this issue to be useful. You
should be able to define non-serial programmers in programmers.txt. You can
also use upload.disable_flushing to prevent flushing of the serial port from
Java before the upload (if uploading using the bootloader - when using a
programmer, this flushing is never done).
Original comment by dmel...@gmail.com
on 21 Feb 2011 at 4:16
Original issue reported on code.google.com by
julian.d...@gmail.com
on 2 Nov 2009 at 6:31