Skip to content
New issue

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

Nano RP2040 - Sketch > Upload Using Programmer with Tools > Programmer ‘J-Link’ fails #939

Open
rei-vilo opened this issue Aug 17, 2024 · 0 comments

Comments

@rei-vilo
Copy link

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 should be interface/jlink.cfg
  • target/rp2040.cfg is unknown, use target/rp2040-core0.cfg instead

Environment

  • Arduino IDE 2.3.2
  • Arduino Mbed OS Npno Boards 4.1.5
  • Segger J-Link Plus 11.0
  • Windows 11 23H2

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant