Skip to content

PUYA flash chip does not have SPIFFS available. #980

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

Closed
renat2985 opened this issue Nov 12, 2018 · 3 comments
Closed

PUYA flash chip does not have SPIFFS available. #980

renat2985 opened this issue Nov 12, 2018 · 3 comments
Labels
help wanted Requesting support

Comments

@renat2985
Copy link
Contributor

It appears that the PUYA flash chip is being adopted by a growing number of manufacturers of the esp8266 modules. My most recent purchases of esp-12 modules from 3 separate suppliers have all had the PUYA chip on-board (for a total of 30 modules). The issue is that Arduino IDE x.xx sketches using any 8266 core can not currently write to SPIFFS on modules with this chip.

Any ideas?

@renat2985
Copy link
Contributor Author

Look this esp8266/Arduino#4061 (comment)

Take this file Esp.zip from @mrlightsman's post above. Replace it with the esp.cpp file in your arduino IDE program folder. I am using the portable version so it looks like this: C:\arduino-1.8.6\portable\packages\esp8266\hardware\esp8266\2.4.2\cores\esp8266\Esp.cpp. Just look for the 'packages' folder in your install directory and follow it down. Once the esp.cpp file is replaced, restart the IDE and flash your sketch using the "Tools -> Erase Flash -> All Flash Contents" option. After it's done flashing, go to "Tools -> ESP8266 Sketch Data Upload". This will upload all the files in the "data" subfolder of your sketch folder.

It works for me! Maybe you can create bin file with this fix for new releases...

@tobozo
Copy link
Collaborator

tobozo commented Oct 9, 2019

Closing this issue as inactive, feel free to reopen if necessary.

@tobozo tobozo closed this as completed Oct 9, 2019
@adapso
Copy link

adapso commented Feb 27, 2020

I have the following problem, I was waiting for a correction for the PUYA problem for over a year. This week after resuming the project I upgraded to the core version 2.6.3 of ESP826, for my happiness ESP returned to save the information correctly in the flash using SPIFFS, but to my sadness this version caused some problem with the ESP connection, I fired a notification using the Pushover API. In core version 2.4.2 the shooting works very well, but in version 2.6.3 it is not working. Can anyone help?

@spacehuhn spacehuhn added the help wanted Requesting support label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Requesting support
Projects
None yet
Development

No branches or pull requests

4 participants