-
Notifications
You must be signed in to change notification settings - Fork 215
SPIFFS Upload failed! #64
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
Comments
i have to same issue |
i have same issue |
i have the same issue |
Same issue for me... Reverted to ESP8266 Community version 2.6.0 (from 2.6.1) and the SPIFFS upload worked fine. |
but we wish it will work with 2.6.1 |
i have same issue |
same issue |
downgrade to 2.5.2 and work fine |
I found it out how to upload files by using command line.
I hope that it is helpful for you. |
i have same issue in esp8266 2.6.1 |
Will this be fixed soon? |
i have same issue in esp8266 2.6.1 |
This is probably related to esp8266/Arduino#6765 which was introduced in |
plugin has been updated to 0.5.0 :) please give it a try |
it makes my arduino can not startup |
I can confirm this. It worked before the plugin update. I have both a a Windows installer version and a Portable install. Both will not run. After I remove 0.5 then it runs. Arduino 1.8.10 and ESP8266 2.6.1 |
i've go back to esp8266 2.5.2,it's more safe |
the zip has been updated with earlier java. Please try again :) |
Arduino starts, but still "SPIFFS upload failed!" |
Same issue with 2.5.2. |
|
hi all... I have a same issue...but I found the solution |
Also failing for me on esp 2.6.1, ide 1.8.10, and plugin v5 (actually I tried every released plugin and they all fail with different messages). I am not in a position to downgrade to 2.5.2. I will try the manual uploading steps mentioned above to see if I can get that to work until this is fixed. |
To get around the failure I had used the web upload code from the FSbrowser.ino example and put that into the program I wanted to use. I wanted to try out someone else's examples and their program made use of SPIFFS. |
[UPDATE] Upon further investigation the plugin seems fine. I was able to make my system work with a minor change upload.py. I picked up the copy from here and made a few minor changes that you can see in the diffs below. It adds an extra test to see whether the argument is a file and saves it in the 'binary' variable. I've tested the following cases: (1) Downloading a sketch and erasing the sketch only, (2) Downloading a sketch and erasing the entire SPIFFS area, and (3) Downloading the data directory using the plugin Hope it's useful, but YMMV.
Thanks to @i486you for the guidance on the manual process. I have it working now (though I had to download a separate copy of mkspiffs for some reason). I tried to just debug the plugin, but I couldn't find a java version that was compatible with the IDE. It would fail on launch saying my plugin was compiled with too new a version of Java. I backed off versions a bit, but no joy. Hopefully it will be an easy fix. It seems to just be generating an incorrect command line. |
it works for me ... thanks |
its work with ide 1.8.9 |
may I know which version about ESP8266FS.zip ? |
i dont know |
Hi |
😁😁😁 |
I don't know which version this is. |
My configuration This is my process to upload data into FS for ESP32 and ESP8266
|
Dear @masoud935 , May I know which version of attach file(ESP8266FS.zip)? Thank you very much! |
|
Thank you very much! |
No needed to downgrade, just updated from I am using IDE 1.8.12 |
thank you so much bro this is work for me |
I have the same issue and my solution was going back to an older version of upload.py (attached below ) |
Version 0.5.0 does not work for me with 18.10 and on Windows 10. change to folder: Hope they will fix it soon, it's kind of messy, but works for me. |
Solved: |
After updating the core of esp8266 2.6.1 the tool does not work anymore.
Are there any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: