diff --git a/flash.gdb b/flash.gdb new file mode 100644 index 0000000000000000000000000000000000000000..70f0a3857b649e28dc7459a0f9419bd30bf7bf3b --- /dev/null +++ b/flash.gdb @@ -0,0 +1,9 @@ +target remote localhost:3333 + +define reset + mon mww 0x40000004 0x80000000 +end +load build/bootloader/bootloader.elf +load build/epicardium/epicardium.elf +load build/pycardium/pycardium.elf +quit