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

Requires a complete erase of ESP8266 flash memory before fully boots... #4

Closed
cymen opened this issue Mar 7, 2018 · 1 comment
Closed

Comments

@cymen
Copy link

cymen commented Mar 7, 2018

I couldn't get this to work until I completely erased the flash memory on my ESP8266 using esptool. Without doing that, it would boot up and log "setup complete" on the console but the wifi part would not load. I suspect before loading this project, something had already written to the memory in the chip and when the network code in this project attempted to read persisted data, it failed in some way that prevented it from fully loading. Perhaps there is a way to fix that?

But in the meantime, if anyone else is stuck, just clear the firmware memory completely using esptool before flashing this project.

Thanks!

@cymen
Copy link
Author

cymen commented Mar 7, 2018

This is probably due to not realizing SPIFFS needed to be populated separately from flashing (explained that #5).

@cymen cymen closed this as completed Mar 7, 2018
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

No branches or pull requests

1 participant