-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Error flashing pro micro on windows #60
Comments
Same error, looks like some things got mixed up in the most recent release (which is now over a year old). |
Does anyone know how to use an older version? (or a new version with this fixed?) |
@Micro-Biology download it from the Releases page in this repository. |
Unfortunately I'm already on this release, I did try reinstalling, still has the bug. |
The same problem here, couldn't get any release to work anymore, both on a win 8.1 VM or a win 8.1 dedicated machine. |
on a newly downloaded version, does this still happen? |
I just downloaded and get the same error. It's saying that the -P flag is given with no arguments. This flag is supposed to have the serial port for the device, so I'd guess that issue is with pulling in that serial port. |
This may be fixed now? |
I just downloaded v 0.0.14 on Win 10 yesterday (11/22/19) and encountered the same problem. Using version 0.0.13 I was able to successfully flash my pro micro. |
If you've upgraded windows recently it may have uninstalled the drivers. They do this on every major upgrade. Try reinstalling using zadig. |
Zadig won't help, Caterina is driverless. I don't see any changes between 0.0.13 and 0.0.14 that would affect the behaviour of avrdude (barely anything on the Windows side of things was touched). It is probably just a coincidence that downgrading worked - this particular error seems to be somewhat of a race condition related to the appearance of the COM port and the USB device providing it. |
So as it turns out, there was a change that affected avrdude (more specifically, the COM port detection) after all. My bad. The PR linked above will fix this; for now just use the previous version. |
Not fixed for me, it just doesnt work with pro micro and QMK Toolbox 0.0.21 and avrdude 6..3 |
Could you post a screenshot? |
Have a look in Device Manager (hit |
Got the exact same error. Same versions as @louia - works if i execute the command manually and append
(Note the com7 after the -P) |
se ha solucionado el error? |
Issue occurs whilst using qmk toolbox on windows 8.1 enterprise edition.
Possibly related to this issue #42.
avrdude.exe -p atmega32u4 -c avr109 -U flash:w:"<hex-file-location>\macro12_default.hex":i -P <qmk-install-location>\QMK\QMK Toolbox\0.0.9\avrdude.exe: option requires an argument -- P Usage: avrdude.exe [options]
I assume it its just a error and it should be this or something similar:
avrdude.exe -p atmega32u4 -c avr109 -U flash:w:"<hex-file-location>\macro12_default.hex":i -P "<qmk-install-location>\QMK\QMK Toolbox\0.0.9\avrdude.exe"
The text was updated successfully, but these errors were encountered: