Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8621

SDK • Re: problems with debugprobe and openocd

$
0
0
This may be a repeatable pattern:

reboot

run the ROM flash script:
t3 - success, no openocd instances running
t4 - success, no openocd instances running
t5 - success, no openocd instances running, https://pastebin.com/XdS04DFJ
t6 - fail, 3 openocd instances running, https://pastebin.com/9JJQ7uE9

Code:

mike@xygdev3:~/dev/github/pico-dev/wifi2$ mkdir t3mike@xygdev3:~/dev/github/pico-dev/wifi2$ ./load_wifi.sh > t3/load.txt 2>&1mike@xygdev3:~/dev/github/pico-dev/wifi2$ mkdir t4mike@xygdev3:~/dev/github/pico-dev/wifi2$ ./load_wifi.sh > t4/load.txt 2>&1mike@xygdev3:~/dev/github/pico-dev/wifi2$ mkdir t5mike@xygdev3:~/dev/github/pico-dev/wifi2$ ./load_wifi.sh > t5/load.txt 2>&1mike@xygdev3:~/dev/github/pico-dev/wifi2$ mkdir t6mike@xygdev3:~/dev/github/pico-dev/wifi2$ ./load_wifi.sh > t6/load.txt 2>&1ike@xygdev3:~$ ps axj | grep openocd   3706    3707    3706    3590 pts/0       3706 S+       0   0:00 sudo /home/mike/dev/pico/openocd/src/openocd -d3 -s tcl -f /home/mike/dev/pico/openocd/tcl/interface/cmsis-dap.cfg -f /home/mike/dev/pico/openocd/tcl/target/rp2350.cfg -c adapter speed 5000 -c program /home/mike/dev/github/pico-dev/wifi2/build/main.elf verify reset exit   3707    3708    3708    3708 pts/4       3709 Ss       0   0:00 sudo /home/mike/dev/pico/openocd/src/openocd -d3 -s tcl -f /home/mike/dev/pico/openocd/tcl/interface/cmsis-dap.cfg -f /home/mike/dev/pico/openocd/tcl/target/rp2350.cfg -c adapter speed 5000 -c program /home/mike/dev/github/pico-dev/wifi2/build/main.elf verify reset exit   3708    3709    3709    3708 pts/4       3709 Sl+      0   0:00 /home/mike/dev/pico/openocd/src/openocd -d3 -s tcl -f /home/mike/dev/pico/openocd/tcl/interface/cmsis-dap.cfg -f /home/mike/dev/pico/openocd/tcl/target/rp2350.cfg -c adapter speed 5000 -c program /home/mike/dev/github/pico-dev/wifi2/build/main.elf verify reset exit

Statistics: Posted by xyg — Tue Nov 18, 2025 12:36 am



Viewing all articles
Browse latest Browse all 8621

Trending Articles