aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorUwe Hermann2010-12-29 19:49:59 +0100
committerUwe Hermann2010-12-29 19:49:59 +0100
commit01bfbfed411f9e96218070e2b36438b783df29ba (patch)
tree0f855fbcba35cb699b7d174b2c1b2e43057e5b37 /README
parentd9f6f200c189922ff71ec13e1343303bfdae3593 (diff)
Deduplicate example README file contents.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 9fc0908..1a3784c 100644
--- a/README
+++ b/README
@@ -52,6 +52,18 @@ The Makefiles of the examples are configured to use a certain OpenOCD
flash programmer, you might need to change some of the variables in the
Makefile if you use a different one.
+You can also flash manually like this:
+
+ $ openocd -f interface/jtagkey-tiny.cfg -f target/stm32.cfg
+ $ telnet localhost 4444
+ > reset halt
+ > flash write_image erase foobar.hex
+ > reset
+
+Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or
+replace "stm32.cfg" with your respective config file. Replace "foobar.hex"
+with the file name of the image you want to flash.
+
Installation
------------