-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
digispark-tiny upload failing #106
Comments
Thanks a lot for report! This is a bug, I will fix it as soon as possible! Current solution is to put "something" to > platformio run -t upload --upload-port /dev/null Does it work for you? |
At this point, output pauses, and I plug in the device (despite not being prompted to). Once I plug in the device, I see:
|
@jonlorusso We will fix it tomorrow. I've just opened for it separated issue #107 |
It seems that this error is caused by usb permissions issue. |
Getting closer:
|
Fixed in #107 and will be released in PlatformIO 1.0.2 today. Please re-open if you still have this issue. |
Could you try new version 1.1.0? Please use Thanks in advance! |
For future Googlers: a similar problem occurs in OS X with USB3 ports. Try connecting the target device via a USB2 hub. |
Case of mine, a workaround is to just press Upload, then power up device AFTER process is trying to upload (it will be paused for a while, no need to be a ninja). https://github.com/micronucleus/micronucleus In my particular case, i have atinny85 usb device, i found and used those drivers: Hope this helps. |
Thx a lot. It DID help.... ;-) |
digispark-tiny upload is failing:
Fails with:
When uploading to the digispark via micronucleus I am normally prompted to insert the device. No port name is required.
The text was updated successfully, but these errors were encountered: