From 4e77a37ff6c0ca1692be704505814ff719593d7c Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Tue, 23 Jun 2015 23:22:47 -0700 Subject: [PATCH] updated serial flash instructions --- BOARDS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BOARDS.md b/BOARDS.md index 3d01799..1080dee 100644 --- a/BOARDS.md +++ b/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: ``` -curl -L https://github.com/jeelabs/esp-link/releases/download/0.9.5/esp-link.tgz | tar xzf - -cd firmware -esptool.py write_flash 0x00000 boot_v1.3.b3.bi 0x1000 user1.bin 0x7e000 blank.bin +curl -L https://github.com/jeelabs/esp-link/releases/download/0.10.1/esp-link.tgz | tar xzf - +cd esp-link +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 line like: