Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -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 <serial-port> erase_flash
* Optional:
* ampy (pip install adafruit-ampy)
* Azure iot service client (pip install azure-iothub-service-client)

esptool.py --port \<serial-port\> erase_flash

esptool.py --port \<serial-port\> --baud 115200 write_flash -fm dout -fs 1MB 0x00000 <Firmware>

(these settings were tested on ESP8285)

on ESP8285
esptool.py --port <serial-port> --baud 115200 write_flash -fm dout -fs 1MB 0x00000 <Firmware>