mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-07 03:33:18 +02:00
st-util: remove gdb prompt (#17305)
This commit is contained in:
parent
36c5948874
commit
4432f0b6e6
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
`st-util {{[-p|--listen_port]}} {{4500}}`
|
||||
|
||||
- Connect to GDB server:
|
||||
- Connect to GDB server within `gdb`:
|
||||
|
||||
`(gdb) target extended-remote {{localhost}}:{{4500}}`
|
||||
`target extended-remote {{localhost}}:{{4500}}`
|
||||
|
||||
- Write firmware to device:
|
||||
|
||||
`(gdb) load {{firmware.elf}}`
|
||||
`load {{firmware.elf}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue