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

Firmware update OK but Filesystem NOT #18

Open
plmicia opened this issue Sep 10, 2024 · 2 comments
Open

Firmware update OK but Filesystem NOT #18

plmicia opened this issue Sep 10, 2024 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@plmicia
Copy link

plmicia commented Sep 10, 2024

I am facing difficulties to update FileSystem correctly using this library. Firmware update works well, however when I am trying to upload FileSystem I got "Update error: ERROR[4]: Not Enough Space" or 404. The same *.bin file works flawlesly with classic HTTPUpdate (non Async) and with ElegantOTA (with Async).
Could you double check? Am I missing something?
Above tests were performed in Arduino 1.8.3 and 2.3.2, with 1.2.0. and 2.0.0. library version and "simple_server" example.

@IPdotSetAF
Copy link
Owner

Hey @plmicia
Could you give me more info of your setup:
What Board, flash size, partition did you use?

@IPdotSetAF IPdotSetAF added bug Something isn't working question Further information is requested labels Sep 10, 2024
@plmicia
Copy link
Author

plmicia commented Sep 10, 2024

Sure. Board is ESP8266 D1 mini + 4MB (FS:2MB OTA:~1019KB) flash.
I have double check and in browser I am getting: "The connection was reset". ESP8266 is giving reset exception:

..IP Address: 192.168.2.147

ets Jan 8 2013,rst cause:2, boot mode:(3,6)

load 0x4010f000, len 3424, room 16
tail 0
chksum 0x2e
load 0x3fff20b8, len 40, room 8
tail 0
chksum 0x2b
csum 0x2b
v0004dc50
~ld
������o�s��g|� l ��d��b�����|�s��l�o� �n� l���{�l�l�� ���.......IP Address: 192.168.2.147

Surprisingly behaviour I am facing is inconsisient, as now I no longer get "Update error: ERROR[4]: Not Enough Space".
Filesystem I am trying to load: esp8266-FileSystem.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants