Continuing the discussion from Problem with drazzy.com:
I'm struggling with this too. The official link appear to be bad agiin but the alternative one still allows you to load the boards:
raw.githubusercontent.com/SpenceKonde/ReleaseScripts/master/package_drazzy.com_index.json
you can put this in the
PREFERANCES > Additional Boards Management URLs
however I now get an error, after following the rest of the adafruit instructions, when I try to compile I get a error that ends with "python3" does not exist. If I navigate to the folder in question the file "python3.exe" does exist though.
Anyone got any ideas?
arduino 1.8.13
ERROR: Upload using programmer is not supported on optiboot boards""C:\Users\ThinkPad\AppData\Local\Arduino15\packages\megaTinyCore\tools\python3\3.7.2-post1/python3 -u C:\Users\ThinkPad\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.6.8/tools/prog.py -t uart -u COM9 -b 57600 -d attiny412 --fuses 0:0x00 2:0x02 6:0x04 7:0x00 8:0x02 -fC:\Users\ThinkPad\AppData\Local\Temp\arduino_build_784944/ZXSpectrumIF2.ino.hex -a write -v
java.io.IOException: Cannot run program "ERROR: Upload using programmer is not supported on optiboot boards\"\"C:\Users\ThinkPad\AppData\Local\Arduino15\packages\megaTinyCore\tools\python3\3.7.2-post1/python3": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129)
at cc.arduino.packages.uploaders.SerialUploader.runCommand(SerialUploader.java:383)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingProgrammer(SerialUploader.java:315)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:90)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77)
at processing.app.SketchController.upload(SketchController.java:732)
at processing.app.SketchController.exportApplet(SketchController.java:703)
at processing.app.Editor$UploadHandler.run(Editor.java:2071)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 10 more
An error occurred while uploading the sketch