majbthrd / pico-debug

virtual debug pod for RP2040 "Raspberry Pi Pico" with no added hardware
386 stars 50 forks source link

a small typo in a otherwise extremely good project #4

Closed kangsenlu closed 3 years ago

kangsenlu commented 3 years ago

$ cd ~/pico/pico-examples/build/picoboard/blinky $ gdb-multiarch picoboard-blinky.elf

In the above gdb-multiarch command, the elf file name should contain "_", not "-".

In addition, the application must be built before the openocd is built and gdb is started.

Thanks for the good work.

majbthrd commented 3 years ago

Thank you! I've made a correction.