mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2024-11-01 01:44:15 +00:00
12 lines
154 B
Text
12 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
|
||
|
|