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

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

Open
StefanKellerAC opened this issue Dec 30, 2022 · 1 comment

Comments

@StefanKellerAC
Copy link

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:

  • change documentation
  • when executing, print out the paths where the file is searched for.
@ma261065
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants