diff --git a/src/bare-metal/microcontrollers/debugging.md b/src/bare-metal/microcontrollers/debugging.md index e7d4993d..cf125469 100644 --- a/src/bare-metal/microcontrollers/debugging.md +++ b/src/bare-metal/microcontrollers/debugging.md @@ -10,13 +10,13 @@ chip = "nrf52833_xxAA" enabled = true ``` -In one terminal: +In one terminal under `src/bare-metal/microcontrollers/examples/`: ```sh cargo embed --bin board_support debug ``` -In another terminal: +In another terminal in the same directory: ```sh gdb-multiarch target/thumbv7em-none-eabihf/debug/board_support --eval-command="target remote :1337"