1
0
Fork 0
mirror of https://github.com/pvvx/RTL00MP3.git synced 2025-03-31 03:56:49 +00:00
RTL00MP3/flasher/gdb_run_ram.jlink
2016-11-09 03:56:41 +03:00

11 lines
154 B
Text

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