arduino-esp8266littlefs-plugin icon indicating copy to clipboard operation
arduino-esp8266littlefs-plugin copied to clipboard

LittleFS Error: mklittlefs not found!

Open jancoow opened this issue 4 years ago • 8 comments

Hi,

I did exactly what is in the readme, however, after I click on "ESP8266 LittleFS data upload" I get this error:

LittleFS Error: mklittlefs not found!

Which is weird, because I did install mklittlefs:

mklittlefs --version mklittlefs version: 0.2.3-31-g295fe9b

jancoow avatar Feb 03 '21 18:02 jancoow

Same here, after update ESP8266 core v3.0.0, cant Data upload with LittleFS

busel7 avatar May 19 '21 21:05 busel7

Same here, after update ESP8266 core v3.0.0, cant Data upload with LittleFS

3.0 is still in beta stage, I don't think it allows plugins for now, use a stable version

Pius171 avatar May 19 '21 21:05 Pius171

3.0 is still in beta stage, I don't think it allows plugins for now, use a stable version

Ok, thank you for info

busel7 avatar May 19 '21 21:05 busel7

Same, after update ESP8266 core v3.0.0, cant Data upload with LittleFS

ESPboy-edu avatar May 29 '21 23:05 ESPboy-edu

The branch ESP8266 Core 3.0.0 has a fix "Re-add mklittlefs to package.json (# 8060)", but apparently it didn't help. Yesterday (06/01/21) I tried to install the Core 3.0.0 using the "Board Manager". When trying to load the LittleFS file system into the board, the same error "littlefs error: mklittlefs not found!" occurred. The SPIFFS file system boots normally. Are there any ways to fix the problem.

alvikskor avatar Jun 02 '21 06:06 alvikskor

The updated core is not yet released with patch. Until then, please use the git version.

earlephilhower avatar Jun 02 '21 18:06 earlephilhower

Version 1.8.15 has this error. I am not able to use LITTLEFS anymore. The new program is now a .java program. How to restore the old procedures? Should I uninstall v2.0.0? All files are in place the .jar file is still there, but it needs this mklittlefs which I cannot find. As this is now the standard filesystem I expect to have a standard procedure to upload files to the filesystem in that format. Why this hocus-pocus via external contributors????

hoekbrwr avatar Jun 08 '21 20:06 hoekbrwr

'LittleFS' was not declared in this scope

LITTLEFS Error: mklittlefs not found!

djbiton avatar Apr 19 '23 23:04 djbiton