From 40aa501e0c738445f7e2ca4fe337b4f264334525 Mon Sep 17 00:00:00 2001 From: Holger Kenn Date: Sat, 5 May 2018 15:33:52 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ea065b7..4d9906f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,12 +1,16 @@ # firmware installation process -- Requirements: - -- Python 2.7 ( [windows] (https://www.python.org/downloads/windows/ ) ) - -- esptool (pip install esptool ) - -- ampy (pip install adafruit-ampy) - -- Azure iot service client (pip install azure-iothub-service-client) +* Requirements: + * Python 2.7 ( [windows] (https://www.python.org/downloads/windows/ ) ) + * esptool (pip install esptool ) -esptool.py --port erase_flash +* Optional: + * ampy (pip install adafruit-ampy) + * Azure iot service client (pip install azure-iothub-service-client) + +esptool.py --port \ erase_flash + +esptool.py --port \ --baud 115200 write_flash -fm dout -fs 1MB 0x00000 + +(these settings were tested on ESP8285) -on ESP8285 -esptool.py --port --baud 115200 write_flash -fm dout -fs 1MB 0x00000