Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix negative SPIFFS size for 2M/4M (no SPIFFS) boards #5522

Merged
merged 1 commit into from Dec 19, 2018

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Dec 19, 2018

Noticed by @arihantdaga in xoseperez/espurna#1436

Same as <=1024 KiB boards, just make start=end

@devyte devyte merged commit d6c7430 into esp8266:master Dec 19, 2018
@devyte devyte added this to the 2.5.0 milestone Dec 19, 2018
@arihantdaga
Copy link

Can this affect the working of OTA or Usage of EEPROM. Because i noticed that few of my devices stopped working after giving an OTA and on looking into the flash's last 5 sectors(1020 -> 1024). I found there was junk and some parts from the firmware code which should have been limited well before the last 5 sectors.
I was using semi latest esp core(Just few commits behind the current master). I am not yet able to reproduce this issue, but it happened in few devices before. I am trying to figure out the reason yet.

@domingosl
Copy link

Will this affect every board size? 1Mb, 2, 3 and 4? I know it breaks 4Mb (No SPIFFS) boards after an OTA update. While waiting for beta-3 is there any combination of flash size + SPIFFS size I can use that work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants