aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2015-02-21 10:55:41 +0300
committerPaul Fertser <fercerpav@gmail.com>2015-03-09 08:58:16 +0000
commit571db89aa13554d5c5e38e88233927d3149edc3a (patch)
tree76b5961b8367ca52ed4384ed4b5987f34c21764c /doc
parent5aa08f785101b0eb72eabf61fac537fb0e91379f (diff)
downloadriscv-openocd-571db89aa13554d5c5e38e88233927d3149edc3a.zip
riscv-openocd-571db89aa13554d5c5e38e88233927d3149edc3a.tar.gz
riscv-openocd-571db89aa13554d5c5e38e88233927d3149edc3a.tar.bz2
flash/nor/stellaris: allow to recover a locked device that can't be examined
Change-Id: I28536184053e2d1ba906620e728f7fad6ba39f0a Reported-by: Ed Beroset <beroset@mindspring.com> Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/2552 Tested-by: jenkins Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-by: Ed Beroset <beroset@ieee.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/openocd.texi12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi
index 9a697e1..4086437 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -5480,12 +5480,12 @@ standard @command{flash erase_address} command.}
flash bank $_FLASHNAME stellaris 0 0 0 0 $_TARGETNAME
@end example
-@deffn Command {stellaris recover bank_id}
-Performs the @emph{Recovering a "Locked" Device} procedure to
-restore the flash specified by @var{bank_id} and its associated
-nonvolatile registers to their factory default values (erased).
-This is the only way to remove flash protection or re-enable
-debugging if that capability has been disabled.
+@deffn Command {stellaris recover}
+Performs the @emph{Recovering a "Locked" Device} procedure to restore
+the flash and its associated nonvolatile registers to their factory
+default values (erased). This is the only way to remove flash
+protection or re-enable debugging if that capability has been
+disabled.
Note that the final "power cycle the chip" step in this procedure
must be performed by hand, since OpenOCD can't do it.