mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 13:02:18 +10:00
- corrected str912 makefile eof git-svn-id: svn://svn.berlios.de/openocd/trunk@411 b42882b7-edfa-0310-969c-e2dbd0fdcd60
11 lines
222 B
Plaintext
11 lines
222 B
Plaintext
target remote localhost:3333
|
|
monitor reset
|
|
monitor sleep 500
|
|
monitor poll
|
|
monitor soft_reset_halt
|
|
monitor arm7_9 force_hw_bkpts enable
|
|
monitor mww 0xE01FC040 0x0002
|
|
monitor mdw 0xE01FC040
|
|
load
|
|
break main
|
|
continue |