You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to upload to a SparkFun 9DoF Razor IMU M0, I get the following error:
java.io.IOException: Cannot run program "{runtime.tools.bossac-1.7.0.path}/bossac.exe": CreateProcess error=2, ...
I found that the variable runtime.tools.bossac-1.7.0.path is now called runtime.tools.bossac-1.7.0-arduino3.path in arduinos SAMD boards plattform.txt
Two fixing alternatives found:
Update Sparkfun SAMD by changing line 134 of C:\Users\%USERNAME%\AppData\Local\Arduino15\packages\SparkFun\hardware\samd\1.6.1\platform.txt from : tools.bossac.path={runtime.tools.bossac-1.7.0.path} to tools.bossac.path={runtime.tools.bossac-1.7.0-arduino3.path} and restart the arduino IDE to reload files.
Downgrade the installed Arduino Board to version 1.6.19 on your system (this one worked for me and seems to be latest still supported version)
Cannot run program "{runtime.tools.bossac-1.7.0-arduino3.path}/bossac.exe": CreateProcess error=2, The system cannot find the file specified - same here, your fix to downgrade corrected the issue, what a mess is this Pro RF board, Thank you.
However by downgrading the board definition one unwillingly introduces the ADC accuracy bug described below:
VersionSpecs:
Windows 10
Arduino 1.8.9
SparkFun SAMD Boards 1.6.1
Arduino SAMD Boards 1.8.1
Trying to upload to a SparkFun 9DoF Razor IMU M0, I get the following error:
java.io.IOException: Cannot run program "{runtime.tools.bossac-1.7.0.path}/bossac.exe": CreateProcess error=2,
...I found that the variable
runtime.tools.bossac-1.7.0.path
is now calledruntime.tools.bossac-1.7.0-arduino3.path
in arduinos SAMD boards plattform.txtTwo fixing alternatives found:
C:\Users\%USERNAME%\AppData\Local\Arduino15\packages\SparkFun\hardware\samd\1.6.1\platform.txt
from :tools.bossac.path={runtime.tools.bossac-1.7.0.path}
totools.bossac.path={runtime.tools.bossac-1.7.0-arduino3.path}
and restart the arduino IDE to reload files.Please update your guide if you can reproduce this Issue since I followed the listed steps for the problem to arise (https://learn.sparkfun.com/tutorials/9dof-razor-imu-m0-hookup-guide/all#installing-the-9dof-razor-arduino-core)
The text was updated successfully, but these errors were encountered: