Updated Esptool (markdown)

Theo Arends 2017-08-20 15:42:47 +02:00
parent fce01138fe
commit 86a69e44eb
1 changed files with 2 additions and 0 deletions

@ -44,6 +44,7 @@ Erase the complete flash memory holding the firmware with the following command:
esptool.py --port COM5 erase_flash
```
NOTE1: When the command completes the device is out of firmware upload mode!
NOTE2: It only takes a few seconds to erase 1M of flash.
### Upload firmware
@ -54,5 +55,6 @@ Load the downloaded Tasmota firmware file *sonoff.bin* with the following comman
esptool.py --port COM5 write_flash -fs 1MB -fm dout 0x0 sonoff.bin
```
NOTE1: When the command completes the device is out of firmware upload mode!
NOTE2: For a proper device initialisation after first firmware upload power down and power up the device.