2018-01-04 16:41:56 +01:00
|
|
|
|
|
|
|
|
## Prebuilt firmwares
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Default configuration is used.
|
|
|
|
|
|
|
|
|
|
Available firmwares:
|
|
|
|
|
|
|
|
|
|
| Directory | Description |
|
|
|
|
|
| - | - |
|
|
|
|
|
|**esp32** | MicroPython, single partition layout, 4MB Flash |
|
|
|
|
|
|**esp32_ota** | MicroPython, dual partition layout, OTA enabled, 4MB Flash |
|
|
|
|
|
|**esp32_psram** | MicroPython, single partition layout, 4MB Flash & 4MB SPIRAM |
|
2018-01-04 16:45:30 +01:00
|
|
|
|**esp32_psram_ota** | MicroPython, dual partition layout, OTA enabled, 4MB Flash & 4MB SPIRAM |
|
2018-02-28 14:46:02 +01:00
|
|
|
|**esp32_all** | MicroPython, single partition layout, 4MB Flash, ALL modules included |
|
2018-01-12 14:44:19 +01:00
|
|
|
|**esp32_psram_all** | MicroPython, single partition layout, 4MB Flash & 4MB SPIRAM, ALL modules included |
|
2018-01-04 16:41:56 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
All firmwares are configured with 1 MB SPIFFS file system.<br>
|
2018-01-22 16:27:39 +01:00
|
|
|
Telnet server, FTP server, mDNS and Mqtt are enabled.
|
2018-01-04 16:41:56 +01:00
|
|
|
|
|
|
|
|
To flash, use **esptool.py**.
|
|
|
|
|
|
|
|
|
|
You can use the `flash.sh` script, run it in its directory.
|
|
|
|
|
|
|
|
|
|
**Edit the** `flash.sh` **and set the correct usb port for your board.**
|