RTL00ConsoleROM/flasher/gdb_run_ram.jlink
2016-09-26 17:55:41 +03:00

11 lines
143 B
Text

#
# J-LINK GDB SERVER initialization
#
source -v flasher/gdb_flasher.jlink
InitJlink
SetBootCall4
load test.elf
monitor reset
monitor go
quit