diff --git a/gdb_script.gdb b/gdb_script.gdb index e4fa04f07..4d41c4a9b 100644 --- a/gdb_script.gdb +++ b/gdb_script.gdb @@ -5,7 +5,7 @@ target remote localhost:3333 set pagination off # Load our executable -load boot.elf +load # Tell OpenOCD to reset and halt monitor reset halt