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

@ -4,7 +4,7 @@ README
This is a blink example program using libopenstm32.
It's intended for the ST STM32-based Olimex MB525 eval board (see
It's intended for the ST STM32-based MB525 eval board (see
http://www.st.com/stonline/products/literature/um/13472.htm for details). It
should blink the LED on the board.
@ -30,7 +30,7 @@ For a more verbose build you can use
Flashing
--------
You can flash the generated code on the STM32-H103 board using OpenOCD:
You can flash the generated code on the MB525 board using OpenOCD:
$ make flash
@ -38,9 +38,8 @@ Or you can do the same manually via:
$ openocd -f interface/jlink.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> init
> reset halt
> flash write_image erase fancyblink.bin 0x08000000
> flash write_image erase fancyblink.hex
> reset
Replace the "jlink.cfg" with whatever JTAG device you are using, and/or

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 fancyblink.bin 0x08000000
> flash write_image erase fancyblink.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or

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 miniblink.bin 0x08000000
> flash write_image erase miniblink.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or

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