meta data for this page
Differences
This shows you the differences between two versions of the page.
| home_automation:esp8266:1mb_ota [2024/02/16 10:01] – created niziak | home_automation:esp8266:1mb_ota [2024/02/16 10:12] (current) – niziak | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| So on 1MB chip the real usable space can be: | So on 1MB chip the real usable space can be: | ||
| + | - 1024kB flash | ||
| + | - minus 128kB SPIFFS | ||
| + | - 896kB avail flash | ||
| + | - minus small OTA | ||
| + | - 896kB-281kB = 615kB | ||
| + | |||
| + | ===== workarounds ===== | ||
| + | |||
| + | ==== EspBuddy ==== | ||
| + | |||
| + | OTA upload on 1M devices using an intermediate firmware (automatic two steps) | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ==== Manual 2 steps ==== | ||
| Workaround is to perform 2 step update: | Workaround is to perform 2 step update: | ||
| - Flash with smallest possible image | - Flash with smallest possible image | ||
| - Flash final image (up to 600kB) | - Flash final image (up to 600kB) | ||
| + | |||
| + | Use [[http:// | ||
| + | [[https:// | ||
| + | |||
| + | |||
| + | DRAFT: | ||
| After flashing AP with SSID name like '' | After flashing AP with SSID name like '' | ||