You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But that layout does only allow for OTA update of sketches up-to 510k (or a bit more when using two-step update)
So I guess for the Shelly1 and other 2M modules it would be more useful to have 256k or 512k SPIFF and 20k EEPROM. The rest should then be available for the sketch, to allow for easier OTA updates.
[Shelly1 Open Source (ESP8266-2MB)](https://shelly.cloud/shelly1-open-source/)
This is a preliminary test version as I have not yet received my ordered modules.
Also there is a [feature request](esp8266/Arduino#5096 (comment)) out for adding proper flash layout for these 2M flash modules which allow proper OTA.
Uh oh!
There was an error while loading. Please reload this page.
As extension on this PR: #4988
That PR added a config for:
Flash Split for 2M chips
But that layout does only allow for OTA update of sketches up-to 510k (or a bit more when using two-step update)
So I guess for the Shelly1 and other 2M modules it would be more useful to have 256k or 512k SPIFF and 20k EEPROM. The rest should then be available for the sketch, to allow for easier OTA updates.
For example:
flash_size(0x200000, '2M', '2m512', '512K SPIFFS', 1044464, 0x17B000, 0x80000, 8192)
The text was updated successfully, but these errors were encountered: