Manual Arduino Due Installation - Bossac Location

Hello All,

I have installed the Arduino Due package manually, as there are issues with my firewall.

I seem to have successfully installed everything, however when I attempt to upload to the Due, the system faults out with the following message:

java.io.IOException: Cannot run program "___REMOVE___/bossac.exe": 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.uploadUsingPreferences(SerialUploader.java:197)
	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:2075)
	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)
	... 9 more
An error occurred while uploading the sketch

Meanwhile, I can successfully flash the Due if I Export Compiled Binary and then flash manually using Bossac, located in:

C:\Users\USERNAME\AppData\Local\Arduino15\packages\arduino\tools\bossac\1.6.1-arduino

I navigate Command Prompt to this location and use command line to flash.

Any Ideas?

Thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.