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