Skip to content

USBasp gone?! #339

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

Closed
kr15uk opened this issue Apr 24, 2021 · 2 comments
Closed

USBasp gone?! #339

kr15uk opened this issue Apr 24, 2021 · 2 comments
Assignees
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@kr15uk
Copy link

kr15uk commented Apr 24, 2021

Flash using USBasp option seems to be gone, is it?!
Thanks.

  • OS: macOS BigSur ARM
  • Version: 2.0 beta5
@per1234 per1234 added status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself labels Apr 24, 2021
@per1234
Copy link
Contributor

per1234 commented Apr 24, 2021

Hi @kr15uk. USBasp is still supported. A change (arduino/Arduino#9900) was made in Arduino IDE 1.8.13, which persists into Arduino IDE 2.x as well, which makes it so only the programmers defined by the platform of the currently selected board (and the platform of its core in case it uses a core reference).

So if you have selected a board that doesn't define a USBasp programmer, or you have no board at all selected, then you won't see USBasp listed under the Tools > Programmer menu.

If you have selected one of the boards of the Arduino AVR Boards platform, then you should definitely see a Tools > Programmer > USBasp item. If you have selected a board that is not compatible with the USBasp, then it is normal and expected for it to not be listed in that menu, since it would not be of any use. It's possible there are some 3rd party AVR boards that have not adapted to the change by providing their own USBasp definitions. I'm not aware of any such, but if there are that would be a matter to take up with the maintainer of the platform after verifying they haven't already done so.

Please try this:

  1. Tools > Board > Boards Manager
  2. Verify that the "Arduino AVR Boards" platform is shown as "INSTALLED".
  3. Tools > Board > Arduino AVR Boards > Arduino Uno
  4. Open the Tools > Programmer menu.

Do you see "USBasp" listed in the menu there?

@kr15uk
Copy link
Author

kr15uk commented Apr 24, 2021

Perfect, all sorted now.
Had to install AVR support from the board manager.
Funny though it had ESP8826, ESP32, Due etc already preinstalled but not AVR.
Just assumed AVR is there by default (hence others were) and new v2.0 does some funky detection like Platform IO/AVRfuses does.
Oh well, should have been more thorough I guess.

Thanks for your help.

@per1234 per1234 closed this as completed Apr 24, 2021
@per1234 per1234 added conclusion: invalid Issue/PR not valid and removed status: waiting for information More information must be provided before work can proceed labels Apr 24, 2021
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
@per1234 per1234 self-assigned this Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: invalid Issue/PR not valid topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants