Arduino ESP32 filesystem uploader cannot find mklittlefs.exe
Posted: Sun Oct 11, 2020 8:43 pm
Hello,
after installing the Arduino ESP32 filesystem uploader tool for usage with LittleFS from https://github.com/lorol/arduino-esp32fs-plugin I can select "ESP32 Sketch Data Upload" in the tools menu of the Arduino IDE, but after selecting "LittleFS" I always get the error
"LittleFS Error: mklittlefsnot found!".
In the installation notes they write:
"Copy mklittlefs[.exe] to /tools folder of esp32 platform where espota and esptool (.py or.exe) tools are located."
But I cannot locate the files espota.* or esptool.* (my system: Windows 8.1 and latest Arduino IDE 1.8.13).
I have tried different file locations for mklittlefs.exe without success, e.g.:
C:\Users\[username]\Documents\Arduino\tools\
C:\Users\[username]\Documents\Arduino\tools\ESP32FS\tool\ (where the tool itself is located and used by the IDE)
C:\Program Files (x86)\Arduino\tools\ (subdirectory of the IDE installation path)
Does anybody know where to copy mklittlefs.exe?
I would be grateful for any help!
after installing the Arduino ESP32 filesystem uploader tool for usage with LittleFS from https://github.com/lorol/arduino-esp32fs-plugin I can select "ESP32 Sketch Data Upload" in the tools menu of the Arduino IDE, but after selecting "LittleFS" I always get the error
"LittleFS Error: mklittlefsnot found!".
In the installation notes they write:
"Copy mklittlefs[.exe] to /tools folder of esp32 platform where espota and esptool (.py or.exe) tools are located."
But I cannot locate the files espota.* or esptool.* (my system: Windows 8.1 and latest Arduino IDE 1.8.13).
I have tried different file locations for mklittlefs.exe without success, e.g.:
C:\Users\[username]\Documents\Arduino\tools\
C:\Users\[username]\Documents\Arduino\tools\ESP32FS\tool\ (where the tool itself is located and used by the IDE)
C:\Program Files (x86)\Arduino\tools\ (subdirectory of the IDE installation path)
Does anybody know where to copy mklittlefs.exe?
I would be grateful for any help!