Browse Source

Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.

pull/2/head
Uwe Hermann 16 years ago
parent
commit
bb7ce24f42
  1. 2
      examples/fancyblink/README
  2. 2
      examples/miniblink/README

2
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.

2
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.

Loading…
Cancel
Save