readme: sample usage update
Signed-off-by: Rafael Silva <perigoso@riseup.net>
This commit is contained in:
parent
e702afad69
commit
d99ab22f95
12
README.md
12
README.md
|
@ -94,14 +94,20 @@ arguments starts the server. When several BMP supported probes are connected,
|
||||||
their types, position and serial number is displayed and the program exits.
|
their types, position and serial number is displayed and the program exits.
|
||||||
Add "-P (position)" to the next invocation to select one.
|
Add "-P (position)" to the next invocation to select one.
|
||||||
For the setup from the sample session above:
|
For the setup from the sample session above:
|
||||||
|
|
||||||
In another terminal:
|
In another terminal:
|
||||||
```console
|
```console
|
||||||
> blackmagic
|
> blackmagic
|
||||||
Using 1d50:6018 E2E489E7 Black Sphere Technologies Black Magic Probe (STLINK), (Firmware v1.6.1-477-g70bb131-dirty)
|
Black Magic Debug App v1.8.0
|
||||||
Remote is Black Magic Probe (STLINK), (Firmware v1.6.1-477-g70bb131-dirty) v1.6.1-477-g70bb131-dirty
|
for Black Magic Probe, ST-Link v2 and v3, CMSIS-DAP, JLink and libftdi/MPSSE
|
||||||
|
Using 1d50:6018 8BB20A03 Black Magic Debug
|
||||||
|
Black Magic Probe v1.8.0
|
||||||
Listening on TCP: 2000
|
Listening on TCP: 2000
|
||||||
|
```
|
||||||
|
|
||||||
And in the GDB terminal:
|
And in the GDB terminal:
|
||||||
(gdb) target ext :2000
|
```console
|
||||||
|
(gdb) tar ext :2000
|
||||||
Remote debugging using :2000
|
Remote debugging using :2000
|
||||||
(gdb) mon s
|
(gdb) mon s
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue