Skip to content
Snippets Groups Projects

easy flash.gdb script

Merged genofire requested to merge genofire/flash-script into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
flash.gdb 0 → 100644
+ 9
0
 
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
Loading