-
Notifications
You must be signed in to change notification settings - Fork 56
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
Using USBasp with Deviot #208
Comments
Please check the changes in the last release It shouldn't ask you to select a port, but you should select the protocol in If you don't do this last step, |
👍 Like a charm! |
fixed in |
I still cannot use usbasp to upload my sketch. I select usbasp from the programmer menu but I get the "select port" window when I hit upload. What am I missing? |
Are you using the |
I am.
in platformio.ini and now I am able to upload. I thought it would be have done automatically when I chose USBasp as my programmer. Sorry to bother |
It should be done automatically, I'll check to commit a fix |
Any news on this? Have you tried to replicate it? |
Just an update after isntalling it again on a newer system (MacOS 13, ST4, Deviot dev 2.2.2, avrdude 8).
|
I'd like to use a USBasp to program my Atmega chip, for which I am using the following configuration in my
platformio.ini
file:This way of uploading does not need a serial port, as USBasp shows up as a device in
/dev/bus/usb/...
. However the Deviot interface still prompts for a serial port on upload, blocking the process.The text was updated successfully, but these errors were encountered: