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
When uploading Spresense Arduino projects from a machine running Ubuntu 20.04 with arduino-cli, I get the following error:
guberti@microtvm:~/blink$ arduino-cli upload --fqbn SPRESENSE:spresense:spresense --port /dev/ttyUSB0
Error during Upload: uploading error: cannot execute upload tool: fork/exec /home/vagrant/.arduino15/pack
ages/SPRESENSE/tools/spresense-tools/2.2.1/flash_writer/{runtime.os}/flash_writer: no such file or direct
ory
Workaround
This path (tools.spresense-tools.cmd.path.linux) is defined in platform.txt as seen below:
Hi @guberti
Thank you for reporting issue.
This is a known issue with arduino-cli, and it would be resolved at arduino/arduino-cli#1312.
Let's wait for the next arduino-cli release together.
Issue
When uploading Spresense Arduino projects from a machine running Ubuntu 20.04 with
arduino-cli
, I get the following error:Workaround
This path (
tools.spresense-tools.cmd.path.linux
) is defined inplatform.txt
as seen below:This issue can be fixed by changing the path to:
The text was updated successfully, but these errors were encountered: