Updated example README files.

This commit is contained in:
Piotr Esden-Tempski
2010-01-22 17:48:16 +01:00
parent bc46b3118e
commit 6ca739296d
4 changed files with 6 additions and 10 deletions

View File

@@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase usart.bin 0x08000000
> flash write_image erase usart.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or