AVR Downloader/UploaDEr - Bugs: bug #50087, option parse error: after -U...
You are not allowed to post comments on this tracker with your current authentication level.
bug #50087: option parse error: after -U flash:w:program_to_upload.hex, subsequent -V ignored
Submitter: | None | ||
Submitted: | Thu 19 Jan 2017 09:08:55 AM UTC | ||
Category: | None | Severity: | 2 - Minor |
Priority: | 5 - Normal | Item Group: | None |
Status: | Confirmed | Privacy: | Public |
Assigned to: | None | Originator Name: | Britton Kerin |
Originator Email: | -email is unavailable- | Open/Closed: | Open |
Release: | 6.3 | Programmer hardware: | arduino |
Device type: | atmega328P |
Thu 19 Jan 2017 10:38:01 AM UTC, comment #1: |
Joerg Wunsch <joerg_wunsch>![]() |
Thu 19 Jan 2017 09:08:55 AM UTC, original submission:
Moving the -V in front of -U causes the read-back verification to be skipped as expected.
|
Anonymous |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-01-19 | joerg_wunsch | Severity | 3 - Normal | ![]() |
2 - Minor |
Status | None | ![]() |
Confirmed |
The problem is that the -U option parser already evaluates
the "verify" flag (see the "HERE!" comment):
Thus, if the -V option has not been present at this point,
it's being ignored ("verify" defaults to 1).
Unfortunately, there's no easy fix for that.