... | ... | @@ -7,7 +7,7 @@ To perform these processes, espfuse and esptool are needed. They are available a |
|
|
- [Python version](https://docs.espressif.com/projects/esptool/en/latest/esp32/)
|
|
|
- [Multiple OS binaries](https://github.com/espressif/esptool/releases/tag/v4.7.0)
|
|
|
|
|
|
Please note that, from this initial flashing, all subsequent updates can be performed through the Tasmota web interface.
|
|
|
Please note that, since this initial flashing, all subsequent upgrades can be performed through the Tasmota web interface.
|
|
|
|
|
|
Firmware and script files are available at [firmware-releases](../home#firmware-releases)
|
|
|
|
... | ... | @@ -35,4 +35,7 @@ The flashing command is: |
|
|
```bash
|
|
|
esptool.exe --chip esp32-c3 --port COM99 --baud 921600 write_flash -fs 4MB -fm dio --erase-all 0x0 .\freedsm.factory.bin
|
|
|
```
|
|
|
# ESP32C3-CORE web upgrade |
|
|
\ No newline at end of file |
|
|
# ESP32C3-CORE web upgrade
|
|
|
|
|
|
Access to the web interface of your FreeDSM (you can check the IP address in your router or physically access the configuration of the device, "AP information" will tell you the IP). Selecting "Firmware Upgrade" you will see this screen:
|
|
|
|