aboutsummaryrefslogtreecommitdiff
path: root/example-fsm-55/README
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-08-06 11:01:49 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-08-06 11:02:34 +0900
commit1bbbaabe0dd7b9b501d7fc5cac6cddba2e7785bf (patch)
tree9d6ad0192c59a959966c89a87f41831316951ea1 /example-fsm-55/README
parent218102c5c4232876dd74ce537eb0f13fdd8701dc (diff)
Add a speaker
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.