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 use https://github.com/stm32duino/Arduino_Core_STM32 with arduino-cli, but get Upload tool 'stlink_upload' not found. error during upload process. With Arduino IDE everything works fine.
Steps to reproduce
arduino-cli 0.3.1-alpha.preview on macOS
/Users/user/arduino_cli_stm_bugreport with folders sketchbook, arduino_data and a .cli-config.yml file which looks like this:
Summary
Trying to use https://github.com/stm32duino/Arduino_Core_STM32 with
arduino-cli
, but getUpload tool 'stlink_upload' not found.
error during upload process. With Arduino IDE everything works fine.Steps to reproduce
arduino-cli
0.3.1-alpha.preview on macOS/Users/user/arduino_cli_stm_bugreport
with folderssketchbook
,arduino_data
and a.cli-config.yml
file which looks like this:It installs and compiles fine:
but upload fails:
arduino-cli --config-file .cli-config.yml upload --fqbn STM32:stm32:Nucleo_64:opt=o3std,pnum=NUCLEO_F401RE,upload_method=STLink --port /dev/tty.usbmodem14103 -t ./sketchbook/helloStm Upload tool 'stlink_upload' not found.
Here are the relevant sections from
boards.txt
and from
platform.txt
The tool itself seems to be right where it needs to:
The text was updated successfully, but these errors were encountered: