1
0
Fork 0
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:
Managor 2025-07-21 22:17:44 +03:00 committed by GitHub
parent 36c5948874
commit 4432f0b6e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}`