-->
Page 1 of 2

littlefs cannot upload files after upgrade to 3.0.0

PostPosted: Sun May 16, 2021 11:25 am
by Sandrino
Hi,

when trying to upload within Arduino's IDE (OS Linux Suse) I get this error: "LittleFS Error: mklittlefs not found!" , also under the directory .arduino15\packages\esp8266\tools\ I think there should be a directory named "mklittlefs" because if I downgrade the package to 2.7.4 it appears, if I re-upgrade to 3.0.0 disappears.

And, If I roll back to previous version it works. Any clue ?

Cheers.

Re: littlefs cannou upload files after upgrade to 3.0.0

PostPosted: Sun May 16, 2021 3:22 pm
by BigPoit
Same here (on Windows 10 platform).
Found another topic from a year ago with same problem (#84972).
The tools download section is missing a block in the JSON index file.
I hope they'll fix it soon.

Re: littlefs cannot upload files after upgrade to 3.0.0

PostPosted: Mon May 17, 2021 3:23 pm
by Sandrino
BigPoit wrote:Same here (on Windows 10 platform).
Found another topic from a year ago with same problem (#84972).
The tools download section is missing a block in the JSON index file.
I hope they'll fix it soon.


OK, so I'm not alone :) . I was thinking it was somehow my fault !

Re: littlefs cannot upload files after upgrade to 3.0.0

PostPosted: Thu May 20, 2021 1:52 pm
by Sandrino
Hi everybody, seems to me that the issue will be fixed in v 3.0.1 :

https://github.com/esp8266/Arduino/issues/8057:

Mklittlefs not listed in platform.json for 3.0.0 release #8057


If someone has a quick workaround please submit it ;)