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

This commit is contained in:
Uwe Hermann 2009-07-25 01:59:25 +02:00
parent 734a87d4c5
commit bb7ce24f42
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Or you can do the same manually via:
> init > init
> reset halt > reset halt
> flash write_image erase fancyblink.bin 0x08000000 > 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 the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
replace "olimex_stm32_h103.cfg" with your respective board config file. replace "olimex_stm32_h103.cfg" with your respective board config file.

View File

@ -41,7 +41,7 @@ Or you can do the same manually via:
> init > init
> reset halt > reset halt
> flash write_image erase miniblink.bin 0x08000000 > 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 the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
replace "olimex_stm32_h103.cfg" with your respective board config file. replace "olimex_stm32_h103.cfg" with your respective board config file.