-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Uploading to a 32u4 board fails #3910
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
Comments
Its an IDE bug. I recompiled my working HoodLoader2 with their VID/PID. changing the PID (+arduino VID) works but changing both gives the error above. This is "poor" 3rd party support and should be fixed. Tested with
And sparkfun pro micro16 (Tried in an USB3 Port) |
Hello. I'm from Pololu Robotics & Electronics (@pololu), and I don't think this is a bug in the Arduino IDE. I suspect you just need to follow the instructions from the a-star README, which say:
This problem could also be solved by updating ModemManager to a newer verison that includes our patch. |
Cant the arduino program catch this error? However the exceptions should be fixed. |
I have the same bug exactly with my official Arduino Leonardo. I haven't been able to upload any sketches on it (I bought it yesterday) Firstly I get this: And then I get this: |
Is it from arduino.org or from arduino.cc? Maybe their vendor ID also cause problems. This should be fixed somehow if possible. Or at least a proper error message should be printed. |
It is from Arduino.org |
On other thing to try: Try stopping / killing ModemManager if it is running. I've seen it cause problems by probing all serial ports that might be a modem. For a normal Uno, this only causes problems when you upload directly after plugging in, but since a Leonardo resets its USB during upload, this might cause this problem, I believe. |
You were right! |
Ok, closing this then.Thanks for reporting back. |
@chrispanag Link is down/redirected. The solution to this problem is missing. What have you seen @chrispanag? Please share! |
I managed to get it to work on Linux by running |
I tried to upload a program to a pololu 32u4 Mini LV board today and I got the following errors.
Used this PR as build, linux 64 bit.
#3896 (comment)
Uploading to a leonardo board works as expected. (with HoodLoader2.0.5 but with leonardo PID/VID)
I also tried to install the software files:
https://github.com/pololu/a-star/tree/master/add-on/pololu
Currently trying to find the reason for this bug. However the 2nd error should not happen I guess. I will report the progress here, just that you know this bug exists.
First time hitting upload:
2nd Time hitting upload:
Updates
The text was updated successfully, but these errors were encountered: