Impossible to UPLOAD my new GENUINO 101 with simple blink sample !?
my IDE version is 1.6.8
Any solution !!?
java.io.IOException: Cannot run program “C:\Users\ppicault\AppData\Local\Arduino15\packages\Intel\tools\arduino101load\1.6.4+1.18/arduino101load/arduino101load”: CreateProcess error=2, Le fichier spécifié est introuvable
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: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: CreateProcess error=2, Le fichier spécifié est introuvable
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.(ProcessImpl.java:386)
at java.lang.ProcessImpl.start(ProcessImpl.java:137)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
… 9 more
Hi ppicaut, it looks like something went wrong during the core installation.
Could you double-check that the file C:\Users\ppicault\AppData\Local\Arduino15\packages\Intel\tools\arduino101load\1.6.4+1.18/arduino101load/arduino101load.exe actually exists?
If it exists, the problem could be related with your environment. Is your processor a Pentium3 or an AthlonXP?
If it doesn't exist, please uninstall the core via board manager and reinstall it
Finally it all works with Genuino101 core version 1.0.4.
Thanks for all
I can use the Arduino IDE for the 101 under windows, but not from Raspbian on the Raspberry pi 3.
First I noticed there was no board manager on the Arduino IDE on the Pi. Then I realised it was an ancient version. So I manually downloaded and installed the experimental arm version 1.6.
This 1.6 IDE version has a board manager, and I can see the 101 download. But when I select the different versions I get either :
1.0.7 - arduino101load is not available for your OS
1.0.6 - arc-elf-32 is not available for your OS
1.0.5 - arc-elf-32 is not available for your OS
1.0.4 - arc-elf-32 is not available for your OS
I went through the 1.6 Arduino IDE experimental install for Raspbian (as the arm is still experimental).
I want to use the CurieNeurons of the Genuino 101, but I want to program the 101 from the Pi 3.
Any help
Marcus