updated serial flash instructions

pull/25/head
Thorsten von Eicken 10 years ago
parent 666cb104ee
commit 4e77a37ff6
  1. 6
      BOARDS.md

@ -139,9 +139,9 @@ If you're a little python challenged (like I am) then the following install inst
Using esptool.py a esp-link release can be flashed as follows: Using esptool.py a esp-link release can be flashed as follows:
``` ```
curl -L https://github.com/jeelabs/esp-link/releases/download/0.9.5/esp-link.tgz | tar xzf - curl -L https://github.com/jeelabs/esp-link/releases/download/0.10.1/esp-link.tgz | tar xzf -
cd firmware cd esp-link
esptool.py write_flash 0x00000 boot_v1.3.b3.bi 0x1000 user1.bin 0x7e000 blank.bin esptool.py write_flash 0x00000 boot_v1.4\(b1\).bin 0x1000 user1.bin 0x7e000 blank.bin
``` ```
If you want to speed things up a bit and if you need to specify the port you can use a command If you want to speed things up a bit and if you need to specify the port you can use a command
line like: line like:

Loading…
Cancel
Save