Files
Upsilon/gdb_script.gdb
Romain Goyet f504528463 Nicer boot
2015-05-03 20:07:10 +02:00

13 lines
169 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
break main
#continue