mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-22 05:54:17 +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
|
||
|
|