Fixed binary name in README

This commit is contained in:
Thomas Otto 2010-03-24 20:41:27 +01:00
parent 384a7e688e
commit 3882f8f96f
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Or you can do the same manually via:
$ openocd -f interface/jtagkey-tiny.cfg -f target/stm32.cfg
$ telnet localhost 4444
> reset halt
> flash write_image erase i2c_stts75_sensor.hex
> flash write_image erase adc.hex
> reset
Replace the "jtagkey-tiny.cfg" with whatever JTAG device you are using, and/or