mirror of https://github.com/arendst/Tasmota.git
Updated Flashing (markdown)
parent
ba071c836c
commit
c17913ce29
|
@ -94,13 +94,13 @@ Ensure the device is in flash mode before each step.
|
||||||
|
|
||||||
#### Erase flash memory
|
#### Erase flash memory
|
||||||
```
|
```
|
||||||
esptool -cp COM5 -cb 115200 -ce -v
|
esptool -cp COM5 -ce -v
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Upload firmware
|
#### Upload firmware
|
||||||
Once the erase is complete, put device back into programming mode and upload the firmware
|
Once the erase is complete, put device back into programming mode and upload the firmware
|
||||||
```
|
```
|
||||||
esptool -cp COM5 -cb 115200 -bm dout -cf sonoff.bin -v
|
esptool -cp COM5 -bm dout -cf sonoff.bin -v
|
||||||
```
|
```
|
||||||
|
|
||||||
Unplug your serial programming adapter or your device and plug it back in or connect to another power source. Your device is now ready for [Initial configuration](Initial-Configuration). **For proper device initialization after the firmware upload completes, power down and power up the device.**
|
Unplug your serial programming adapter or your device and plug it back in or connect to another power source. Your device is now ready for [Initial configuration](Initial-Configuration). **For proper device initialization after the firmware upload completes, power down and power up the device.**
|
||||||
|
|
Loading…
Reference in New Issue