- add missing svn props
git-svn-id: svn://svn.berlios.de/openocd/trunk@634 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
9a6b762ca7
commit
a565d0aa83
|
@ -1,2 +1,2 @@
|
||||||
#do not remap 0x0000-0x0020 to anything but the flash
|
#do not remap 0x0000-0x0020 to anything but the flash
|
||||||
mwb 0xE01FC040 0x01
|
mwb 0xE01FC040 0x01
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
#
|
#
|
||||||
# halt target
|
# halt target
|
||||||
#
|
#
|
||||||
poll
|
poll
|
||||||
sleep 1
|
sleep 1
|
||||||
halt
|
halt
|
||||||
wait_halt
|
wait_halt
|
||||||
#
|
#
|
||||||
# disable wdt
|
# disable wdt
|
||||||
#
|
#
|
||||||
mww 0xfffec808 0x000000f5
|
mww 0xfffec808 0x000000f5
|
||||||
mww 0xfffec808 0x000000a0
|
mww 0xfffec808 0x000000a0
|
||||||
|
|
||||||
mww 0xfffeb048 0x0000aaaa
|
mww 0xfffeb048 0x0000aaaa
|
||||||
sleep 500
|
sleep 500
|
||||||
mww 0xfffeb048 0x00005555
|
mww 0xfffeb048 0x00005555
|
||||||
sleep 500
|
sleep 500
|
||||||
#
|
#
|
||||||
# detect flash
|
# detect flash
|
||||||
#
|
#
|
||||||
flash probe 0
|
flash probe 0
|
||||||
|
|
Loading…
Reference in New Issue