lorol / arduino-esp32fs-plugin

Arduino plugin for uploading files to ESP32 file system
GNU General Public License v2.0
123 stars 18 forks source link

mklittlefs.exe not found, requires different location than mkspiffs.exe #12

Open StefanKellerAC opened 1 year ago

StefanKellerAC commented 1 year ago

using Arduino 1.8.19 (windows) with ESP32 2.0.6

mklittlefs.exe is not found at the same location as mkspiffs.exe.

which is found there: mkspiffs : C:\Users\stefan\AppData\Local\Arduino15\packages\esp32\tools\mkspiffs\0.2.3\mkspiffs.exe

mklittlefs.exe does not work in that tools directory, But it is found copied there: mklittlefs : C:\Users\stefan\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\tools\mklittlefs\mklittlefs.exe where espota.exe is located, but not esptool.exe

pls:

ma261065 commented 1 year ago

Same problem here. In my case I had to put mkfatfs.exe at C:\Users\mike\OneDrive\Documents\ArduinoData\packages\esp32\hardware\esp32\2.0.7\tools before it found it. I also had to rename the file from the download location provided - from mkfatfs_v1.0.exe to mkfatfs.exe The documentation could be clearer on this.