We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling Sketch > Upload Using Programmer with Tools > Programmer ‘J-Link’ fails.
"C:\Users\USER\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.11.0-arduino2/bin/openocd.exe" -d2 -s "C:\Users\USER\AppData\Local\Arduino15\packages\arduino\tools\openocd\0.11.0-arduino2/share/openocd/scripts/" -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "telnet_port disabled; init; reset init; halt; adapter speed 10000; program {C:\Users\USER\AppData\Local\Temp\arduino\sketches\8FE9FD5B6B5F64C506A06759674DFACF/Blink_Serial.ino.elf}; reset run; shutdown" Open On-Chip Debugger 0.11.0+dev-gab95bac57-dirty (2021-05-11-10:45) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html debug_level: 2 embedded:startup.tcl:26: Error: Can't find target/rp2040.cfg in procedure 'script' at file "embedded:startup.tcl", line 26 Failed programming: uploading error: exit status 1
interface/cmsis-dap.cfg
interface/jlink.cfg
target/rp2040.cfg
target/rp2040-core0.cfg
Environment
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Calling Sketch > Upload Using Programmer with Tools > Programmer ‘J-Link’ fails.
interface/cmsis-dap.cfg
should beinterface/jlink.cfg
target/rp2040.cfg
is unknown, usetarget/rp2040-core0.cfg
insteadEnvironment
Thank you!
The text was updated successfully, but these errors were encountered: