-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Description
This is Issue 891 moved from a Google Code project.
Added by 2012-04-20T02:26:35.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Closed (WontFix).
Original labels: Type-Defect, Priority-Medium
Original description
What steps will reproduce the problem?
- Set preferences show verbose output during upload
- upload even a small sketch
- setting avrdude -v -v -v -v shows every byte transfered including target acknowledgement and verify. So much information so that the Window overflows loosing earily important information
What is the expected output?
avrdude: Recv: . [14]
avrdude: Recv: r [72] [20] o [6f] f [66] [20] z [7a] e [65] r [72] o [6f] s [73] ) [29] . [0a] . [00] s [73] i [69] n [6e] c [63] e [65] [20] s [73] t [74] a [61] r [72] t [74] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] [20] x [78] : [3a] [20] m [6d] a [61] x [78] [20] o [6f] f [66] [20] z [7a] e [65] r [72] o [6f] s [73] . [0a] . [00] . [01] . [00] . [00] . [00] . [00] . [dd] . [04] u [75] . [05] q [71] . [04] . [a2] . [04] . [82] . [04] . [cb] . [04] . [00]
avrdude: Recv: . [10]
| 100% 1.56s
avrdude: verifying ...
avrdude: 3660 bytes of flash verified
avrdude: Send: Q [51] [20]
avrdude: Recv: . [14]
avrdude: Recv: . [10]
avrdude done. Thank you.
What do you see instead?
| 100% 1.56s
avrdude: verifying ...
avrdude: 3660 bytes of flash verified
avrdude done. Thank you.
What version of the Arduino software are you using? 1.01r2
On what operating system? Mac OSX Lion
Which Arduino board are you using? Duemilenova.
Please provide any additional information below.
By disconnecting the download target I was able to see the -v -v -v -v (yes that's 4) verbose flags to avrdude.
Anyone with the understanding to need level 4 verbosity is able to used command line interface so a 3 level is sufficient.