mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:02:08 +02:00
stlink: use {{localhost}}
This commit is contained in:
parent
f07e797642
commit
29d7166a4d
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
- Run GDB server on port 4500:
|
||||
|
||||
`st-util --listen_port {{4500}}`
|
||||
`st-util -p {{4500}}`
|
||||
|
||||
- Connect to GDB server:
|
||||
|
||||
`(gdb) target extended-remote localhost:4500`
|
||||
`(gdb) target extended-remote {{localhost}}:4500`
|
||||
|
||||
- Write firmware to device:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue