Files
Upsilon/gdb_script.gdb
2015-05-02 13:25:27 +02:00

9 lines
146 B
Plaintext

# Let's connect to OpenOCD
target remote localhost:3333
# Load our executable
load boot.elf
# Tell OpenOCD to reset and halt
monitor reset halt