Deduplicate example README file contents.

This commit is contained in:
Uwe Hermann
2010-12-29 19:49:59 +01:00
parent d9f6f200c1
commit 01bfbfed41
23 changed files with 26 additions and 810 deletions

12
README
View File

@@ -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
------------