aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/README
diff options
context:
space:
mode:
Diffstat (limited to 'example-fsm-55/README')
-rw-r--r--example-fsm-55/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-fsm-55/README b/example-fsm-55/README
index 351e6cd..2e01b0f 100644
--- a/example-fsm-55/README
+++ b/example-fsm-55/README
@@ -6,7 +6,7 @@ Display. Please see the product page:
The file stlink-v2.cfg can be used for ST-Link/V2 with OpenOCD. You
can flash by typing:
- $ openocd -f ./stlink-v2.cfg -c "program build/hacker-emblem.elf"
+ $ openocd -f ./stlink-v2.cfg -c "program build/hacker-emblem.elf; reset run; shutdown"
Thanks to Kiwamu Okabe who kindly tested OpenOCD and wrote the
configuration.