RTL00ConsoleROM/flasher/gdb_run_ram.jlink

12 lines
143 B
Text
Raw Normal View History

2016-09-26 14:55:41 +00:00
#
# J-LINK GDB SERVER initialization
#
source -v flasher/gdb_flasher.jlink
InitJlink
SetBootCall4
load test.elf
monitor reset
monitor go
quit