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 ESP.eraseConfig() when using Core 2.3.0 #1616

Merged
merged 1 commit into from
Mar 9, 2019

Conversation

mcspr
Copy link
Collaborator

@mcspr mcspr commented Mar 7, 2019

Erase all 4 SDK sectors, as mentioned in #1595 (comment)

@xoseperez looking at flash.dump 1023 (last sector on 4M board) after running erase:

         00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
------------------------------------------------------
0x0000:  00 FF FF FF AA 55 AA 55 02 00 00 00 1C 00 00 00      U U

...reset...

         00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
------------------------------------------------------
0x0000:  00 FF FF FF AA 55 AA 55 03 00 00 00 1C 00 00 00      U U

Any idea what it is counting at 08? Flash writes? Resets?

@mcspr
Copy link
Collaborator Author

mcspr commented Mar 7, 2019

@lucaberta 1.13.3 & 1.13.5 pow-r2 firmware bins with erase.config fully erasing sdk config:
https://github.com/xoseperez/espurna/files/2942412/pow-r2.zip

@mcspr mcspr merged commit 8de6159 into xoseperez:dev Mar 9, 2019
@mcspr mcspr deleted the util/erase-config-port branch March 9, 2019 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant