-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Upload Filesystem Image OTA (uploadfsota) fails to provide -s flag to espota #263
Comments
I can confirm this. Tried to upload a program which uses littlefs via ota. Got the same response 22:36:48 [ERROR]: ERROR[10]: After changing main.py like mentioned above the error was gone. |
Agreed, platform-espressif8266/builder/main.py Line 311 in bb547ce
Changed to: Fixes the "Upload Filesystem Image OTA" issue. |
Working also for me. Thanks for showing this up |
Also worked for me. Thanks. 👍 |
This fixed it for me too. Not sure why this is not being adopted into the code, it is pretty clear. |
Super merci beaucoup cela fonctionne parfaitement de mon coté |
This solved my problem, thanks |
Hi,
I have found an issue when uploading Filesystems via OTA. The "-s" flag is not supplied to the espota call and thus the OTA fails.
The issue is at:
platform-espressif8266/builder/main.py
Line 311 in bb547ce
When running OTA FS updates the Target is
"uploadfsota"
not"uploadfs"
.With the original code I see (Note spiffs is reported as False)
With the code modified to:
I see (Note spiffs is reported as True)
And the new FS is now loaded on the device.
With the change the non-OTA FS updates are still functional.
The text was updated successfully, but these errors were encountered: