Skip to content
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

ATtiny88 Micronucleus Upload Error #711

Closed
SpenceKonde opened this issue Aug 3, 2022 Discussed in #710 · 6 comments
Closed

ATtiny88 Micronucleus Upload Error #711

SpenceKonde opened this issue Aug 3, 2022 Discussed in #710 · 6 comments
Assignees
Labels
2.0.0-dev bug This bug is present in 2.0.0-dev Critical Serious issue requiring priority fix
Milestone

Comments

@SpenceKonde
Copy link
Owner

Discussed in #710

Originally posted by founfabug August 3, 2022
Arduino: 1.8.13
ATTinyCore-2.0.0-dev: From today
System: Windows 10
Error on uploading:
java.io.IOException: Cannot run program "C:\Users\...\AppData\Local\Arduino15\packages\ATTinyCore\tools\micronucleus\2.5-azd1b/launcher": CreateProcess error=2, The system cannot find the file specified

micronucleus.exe is at that location.

Note that platform.txt contains a definition:
tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/launcher
which differs from master branch:
tools.micronucleus.cmd.path={runtime.tools.micronucleus.path}/micronucleus

Reverting the definition in platform.txt resolves the error, but introduces Unrecognized option: -cdigispark

Additional debugging indicates other things are not quite right, including my understanding of what is going on :-)

Uploads as expected with 1.5.2 core.

Thank you

@SpenceKonde SpenceKonde added Critical Serious issue requiring priority fix 2.0.0-dev bug This bug is present in 2.0.0-dev labels Aug 3, 2022
@SpenceKonde SpenceKonde self-assigned this Aug 3, 2022
@SpenceKonde
Copy link
Owner Author

This is one of the many reasons 2.0.0-dev is 2.0.0-dev instead 0f 2.0.0

@SpenceKonde
Copy link
Owner Author

I wonder if this is reklated to the issues I was having with the 861 ultramini boards I'm planning to sell as soon as I can make the bloody things work

@SpenceKonde SpenceKonde added this to the 2.0.0 release milestone Aug 14, 2022
@ArminJo
Copy link
Contributor

ArminJo commented Aug 26, 2022

If I use your core I get the error:
Error during install: Error downloading tool ATTinyCore:micronucleus@2.5-azd1b: Get "https://azduino.com/bin/micronucleus/micronucleus-cli-2.5-azd1-x86_64-linux-gnu.tar.bz2": dial tcp 3.218.2.136:443: connect: connection timed out
see here:
https://github.com/ArminJo/Github-Actions/runs/8044312905?check_suite_focus=true#step:4:312)
and here
https://github.com/ArminJo/Arduino-OpenWindowAlarm/runs/8044572270?check_suite_focus=true#step:3:63

@SpenceKonde
Copy link
Owner Author

I can't reproduce that issue, it sounds like a connectivity issue of some sort....

@ArminJo
Copy link
Contributor

ArminJo commented Sep 9, 2022

I thought you fixed it, since it worked a few hours later 😏

@SpenceKonde
Copy link
Owner Author

All I did was log onto the server long enough to do ps to see that httpd was runing, and confirm that I could download it.

Okay, 2.0.0 is now calling micronucleus directly for uploads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0.0-dev bug This bug is present in 2.0.0-dev Critical Serious issue requiring priority fix
Projects
None yet
Development

No branches or pull requests

2 participants