mirror of
https://github.com/pvvx/RTL00ConsoleROM.git
synced 2024-11-22 02:04:14 +00:00
11 lines
143 B
Text
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
|
|
|