AVR Downloader/UploaDEr - Bugs: bug #53180, missing programmer or bad -P...
You are not allowed to post comments on this tracker with your current authentication level.
bug #53180: missing programmer or bad -P option argument doesn't result in error message
Submitter: | None | ||
Submitted: | Sat 17 Feb 2018 10:59:23 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | None |
Status: | None | Privacy: | Public |
Assigned to: | None | Originator Name: | Britton Kerin |
Originator Email: | -email is unavailable- | Open/Closed: | Open |
Release: | 6.3 | Programmer hardware: | AVR ISPmkII |
Device type: | Mega 328P |
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.
No changes have been made to this item
This command:
avrdude -c avrispmkII -p m328p -P usb:090200198577 -U hfuse:r:-:h
issued when there is no avrispmkII connected, yields only this message on stderr:
avrdude done. Thank you.
avrdude does exit with a non-zero code in this case, but it should also be able to give an informative error message.
This command:
avrdude -c avrispmkII -p m328p -P usb:090200198577 -U hfuse:r:-:h
issued when there is no avrispmkII with serial number 090200198577 connected, does the same thing.