Consistently use the hex file for flashing.

This commit is contained in:
Uwe Hermann
2010-03-05 23:30:26 +01:00
parent 8faf33275a
commit d8eb8ce746
6 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ Or you can do the same manually via:
$ openocd -f interface/jlink.cfg -f board/olimex_stm32_h103.cfg
$ telnet localhost 4444
> reset halt
> flash write_image erase pwmleds.bin
> flash write_image erase pwmleds.hex
> reset
Replace the "jlink.cfg" with whatever JTAG device you are using, and/or