forked from auracaster/openocd
11 lines
216 B
Plaintext
11 lines
216 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 0xA0000050 0x01c2
|
|
monitor mdw 0xA0000050
|
|
load
|
|
break main
|
|
continue |