Linux
Command
Library
Commands
Basics
Tips
st-util
st-util
TLDR
Run GDB server on port 4500
$ st-util -p [4500]
Connect to GDB server
$ (gdb) target extended-remote [localhost]:[4500]
Write firmware to device
$ (gdb) load [firmware.elf]
COLLAPSE ALL
Copied to clipboard