Fix docs: OpenOCD 'resume' command doesn't work properly, use 'reset'.
This commit is contained in:
parent
734a87d4c5
commit
bb7ce24f42
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user