TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: fiche on September 29, 2016, 11:48:02 AM

Title: Can't upload sketch
Post by: fiche on September 29, 2016, 11:48:02 AM
Hi!

I'm quite stuck, I had a working setup with board and libraries installed a few months back.
I've updated both to latest version, and installed arduino 1.6.12

See attached screen for board/port setup

Now, I can't upload any sketch to my TinyScreen+, even the most basic one, with no code at all. Here's the error I'm running into.

How can I fix this?

Code: [Select]
Sketch uses 10,916 bytes (4%) of program storage space. Maximum is 262,144 bytes.
java.io.IOException: Cannot run program "{runtime.tools.bossac-1.6.1-arduino.path}/bossac": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
at java.lang.Runtime.exec(Runtime.java:620)
at java.lang.Runtime.exec(Runtime.java:485)
at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:11)
at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:123)
at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:175)
at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
at processing.app.Sketch.upload(Sketch.java:1186)
at processing.app.Sketch.exportApplet(Sketch.java:1160)
at processing.app.Sketch.exportApplet(Sketch.java:1132)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2381)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:248)
at java.lang.ProcessImpl.start(ProcessImpl.java:134)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
... 11 more
Title: Re: Can't upload sketch
Post by: Ben Rose on October 03, 2016, 06:52:23 PM
Sorry about this- we have a board package update(1.0.5) that should resolve it.

Thanks,
Ben
Title: Re: Can't upload sketch
Post by: fiche on October 06, 2016, 10:45:36 AM
Cool, thanks :)