mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-04-09 11:34:42 +00:00
(Thanks to Spen for the hint) git-svn-id: svn://svn.berlios.de/openocd/trunk@420 b42882b7-edfa-0310-969c-e2dbd0fdcd60
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
target remote localhost:3333
|
|
monitor reset
|
|
monitor sleep 500
|
|
monitor poll
|
|
monitor soft_reset_halt
|
|
monitor arm7_9 sw_bkpts enable
|
|
monitor mww 0xFFE00000 0x1000213D
|
|
monitor mww 0xFFE00004 0x20003E3D
|
|
monitor mww 0xFFE00020 0x00000001
|
|
monitor mdw 0xFFE00000 1
|
|
monitor mdw 0xFFE00004 1
|
|
load
|
|
break main
|
|
continue
|