-
Notifications
You must be signed in to change notification settings - Fork 146
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
SPIFFS Error: esptool not found! #15
Comments
Same here. tnx me-no-dev and others for the great work you share! |
Okay, tried to compile from .java to .jar but it seems to lack some dependencies. Any help will be appreciated. |
Think is solved for me. Found it here: https://github.com/me-no-dev/arduino-esp32fs-plugin/releases/ |
More on this: the new version doen't work indeed! "SPIFFS Error: esptool not found!" |
it seems like it doesn't work if you installed the toolchain via github. if you installed arduino-esp32 via the board manager, then it finds esptool.py without issues. so i think it has to do with where it assumes esptool.py resides... this is on OSX, using IDE 1.8.5. |
Am on windows 7 with Arduino IDE 1.8.9 and had the same problem. Tried installing esptool via system wide python ("pip install ...") to no avail. Seems like a path issue. In the Java-File, in line 276 and following, the tool determines the path to the ESP-tool platform-dependently to be Looking into the folder, there's just an Luckily, there is the binary under the same folder in the Works for me :) |
I used version 0.1 when I encountered this issue and it seems to work. For info, Arduino 1.8.7 on Win10 and ESP32 installed in boards manager with https://dl.espressif.com/dl/package_esp32_index.json |
[for win 10]
OR:
wasted an hour on this :'( but hope to save someone else some time ;) |
ES UNA BOSTA!!! NO ANDA NADA!! SOLO UN ITALIANO PUEE FABRICAR UNA BASURA TAN GRANDE!!! AVANZAN PARA ATRAS!! LA VERSION 1.6 ANDABA PERFECTA!! TODO TIENE ERRORES! EL FS.ZIP..EN LUGAR DE DESCOMPRIMIR UN JAR EJECUTABLE, DESCOMPRIME UN .JS (JAVASCRIPT) UN DESASTRE!! |
In my case i came to know something really important, addon must be inside the Sketchbook folder that is set in Preferences tab, ie. sketchbook\tools\ESP8266FS\tool\esp8266fs.jar also take care of version of IDE and Addon if both are compatible with each others. |
SolutionWindows 10 Copy the file esptool.exe |
I had loaded some of the tools sets from various manufacturer of esp8266 boards Heltech, etc and seem to have copies to esptools everywhere, Ardunio seems to become very confused and the tools no longer worked. Had to purge them all and reload slowly. |
a solution for OSX 10.12 copy the folder and its content This is working for me. |
Met the same issue for Arduino IDE1.8.13. The project image can be upload successful but failed with "ESP32 sketch the data upload". It shows error message "mkspiffs not found" when used 1.0 version. After copy mkspiffs.exe to the right tools directory, it shows error message "esptool not found". After copy esptool.exe similar, it go on and see the SPIFFS info but failed with "SPIFFS failed.". Aha......... |
Met the same issue for Arduino IDE1.8.13. The project image can be upload successful but failed with "ESP32 sketch the data upload". It shows error message "mkspiffs not found" when used 1.0 version. After copy mkspiffs.exe to the right tools directory, it shows error message "esptool not found". After copy esptool.exe similar, it go on and see the SPIFFS info but failed with "SPIFFS failed.". Aha......... |
https://github.com/esp8266/arduino-esp8266fs-plugin/files/2936951/ESP8266FS.zip Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640SPIFFS Upload failed! |
Got the python issue resolved as well with |
Thank you all! I did the same as praveen2k10 and it works. |
On windows 10 with the files from github I had to copy esptool.exe from: Then it worked. |
I was also having the "esptool not found" problem with:
Reverting back to v0.1 of the plugin cleared up the problem. I don't have an environment set up that allows me to build the plugin, otherwise I'd try to find out more precisely what is going on. Are there instructions anywhere on setting up such an environment? |
Same here. Doesn't work on macOS Big Sur. EDIT: This one worked fine: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.5.0/ESP8266FS-0.5.0.zip |
Also on Win 10 & Arduino IDE 1.8.13 (clean Install & Libraries updated & boards fresh reinstalled) have the same error... |
@andres26263 You can test my variant of the plugin, it gives a bit more info where the tool is found. |
@lorol |
Simply move espTool.exe next to espTool.py work for me. |
Just move esptool.exe from "C:\Program Files (x86)\Arduino\hardware\espressif\esp32\tools\esptool" |
I have the same issue. https://github.com/esp8266/arduino-esp8 ... -0.4.0.zip |
For arduino-esp32 2.0.6 in macOS, my resolve method is:
|
Adding my 2cents worth... Version 2.0.7 from the same repo wouldn't work. Apart from version 1.0.1 mentioned above, all the other versions I tried would either not work (due to the 'esptool not found' error) or corrupt the LittleFS partition even when they reported that the upload worked. (And as I'm sure you're aware, this only works in Arduino IDE v1.x) |
Hello. The latest version of ESP32FS (file ESP32FS-1.0.zip dated 2019/01/15) does not work, showing error "SPIFFS Error: esptool not found!" when trying to upload data.
I am using Arduino IDE 1.8.8 and Arduino core installed through "Instructions for Windows" during this week.
The text was updated successfully, but these errors were encountered: