mirror of
https://github.com/pvvx/RTL00ConsoleROM.git
synced 2024-11-24 11:04:17 +00:00
9 lines
127 B
Text
9 lines
127 B
Text
|
#
|
||
|
# J-LINK GDB SERVER initialization
|
||
|
#
|
||
|
source -v flasher/gdb_flasher.jlink
|
||
|
InitJlink
|
||
|
SetBootFlash
|
||
|
monitor reset
|
||
|
monitor go
|
||
|
quit
|