aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorUwe Hermann2009-07-25 01:59:25 +0200
committerUwe Hermann2009-07-25 01:59:25 +0200
commitbb7ce24f4217667ed55ca0afca8da9dd62a0e4d7 (patch)
tree2c49618b62a1c0b29e857afa34e0ad781dce0345 /examples
parent734a87d4c55e29545bdaa0a23049a0bacbd41e06 (diff)
Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.
Diffstat (limited to 'examples')
-rw-r--r--examples/fancyblink/README2
-rw-r--r--examples/miniblink/README2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/fancyblink/README b/examples/fancyblink/README
index f537497..706e07e 100644
--- a/examples/fancyblink/README
+++ b/examples/fancyblink/README
@@ -41,7 +41,7 @@ Or you can do the same manually via:
> init
> reset halt
> flash write_image erase fancyblink.bin 0x08000000
- > resume 0x08000000
+ > reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
replace "olimex_stm32_h103.cfg" with your respective board config file.
diff --git a/examples/miniblink/README b/examples/miniblink/README
index a481157..a0fc0ee 100644
--- a/examples/miniblink/README
+++ b/examples/miniblink/README
@@ -41,7 +41,7 @@ Or you can do the same manually via:
> init
> reset halt
> flash write_image erase miniblink.bin 0x08000000
- > resume 0x08000000
+ > reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
replace "olimex_stm32_h103.cfg" with your respective board config file.