From bb7ce24f4217667ed55ca0afca8da9dd62a0e4d7 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 25 Jul 2009 01:59:25 +0200 Subject: Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'. --- examples/fancyblink/README | 2 +- examples/miniblink/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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. -- cgit v1.2.3