Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misleading error message: cannot find programmer id #1805

Closed
stefanrueger opened this issue May 9, 2024 · 0 comments · Fixed by #1806
Closed

Misleading error message: cannot find programmer id #1805

stefanrueger opened this issue May 9, 2024 · 0 comments · Fixed by #1806
Labels
misc Minor fixes like typo, overzealous compiler warning fixes, coding style changes, etc

Comments

@stefanrueger
Copy link
Collaborator

stefanrueger commented May 9, 2024

$ avrdude -qq -c tumpa_jtag -p m328p
avrdude error: cannot find programmer id tumpa_jtag

However, the programmer is known to AVRDUDE; it just so happens that it's not compatible with m328p:

$ avrdude -qq -c tumpa_jtag -p m2560
avrdude error: error -3 occurred: device not found
avrdude error: unable to open port usb for programmer tumpa_jtag

Also avrdude error: error -3 occurred: device not found doesn't look good. Better perhaps sth like avrdude error: device not found (-3)

@stefanrueger stefanrueger changed the title Misleading error message programmer not found Misleading error message: cannot find programmer id May 9, 2024
@stefanrueger stefanrueger added the misc Minor fixes like typo, overzealous compiler warning fixes, coding style changes, etc label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
misc Minor fixes like typo, overzealous compiler warning fixes, coding style changes, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant