PlatformIO: upload failed with picoprobe
wschaeffer opened this issue · 0 comments
wschaeffer commented
Running PlatformIO on MacOS with the following config:
[env:pico]
board = pico
framework = arduino
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
upload_protocol = picoprobe
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
; note that download link for toolchain is specific for OS. see https://github.com/earlephilhower/pico-quick-toolchain/releases.
platform_packages =
maxgerhardt/framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git
maxgerhardt/toolchain-pico@https://github.com/earlephilhower/pico-quick-toolchain/releases/download/1.3.3-a/x86_64-apple-darwin14.arm-none-eabi-ed6d983.220212.tar.gz
Results in the following error:
Configuring upload protocol...
AVAILABLE: cmsis-dap, jlink, picoprobe, picotool, raspberrypi-swd
CURRENT: upload_protocol = picoprobe
Uploading .pio/build/pico/firmware.elf
Open On-Chip Debugger 0.11.0+dev-gec0240e6a-dirty (2021-03-09-09:57)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
debug_level: 1
embedded:startup.tcl:26: Error: Can't find interface/picoprobe.cfg
in procedure 'script'
at file "embedded:startup.tcl", line 26
*** [upload] Error 1
[FAILED] Took 0.70 seconds