stlink: use {{localhost}}
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user