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

Got "SPIFFS Error: esptool not found" on Linux #58

Open
aFunkyBass opened this issue Mar 17, 2025 · 3 comments
Open

Got "SPIFFS Error: esptool not found" on Linux #58

aFunkyBass opened this issue Mar 17, 2025 · 3 comments

Comments

@aFunkyBass
Copy link

Hello there,

I've been hunting high and low, but I can't find a solution for this issue. I have all the tools updated and I can launch esptool from the terminal (which is in /home/***/.local/bin/esptool.py), but when I try to upload the FS on the ESP i doesn't work.

I tried to create a link with the command ln -s /home/***/.local/bin/esptool.py /home/***/.arduino15/packages/esp32/hardware/esp32/3.1.1/tools/ and it seems to find it, but it complains about "suppress" method attribute not present.

I'm going nuts...

Ubuntu Linux 20.04
Arduino IDE 1.8.15
Python 3.8

@kindzhon
Copy link

kindzhon commented Mar 21, 2025

no one knows?same Error, ESP32C2

@aFunkyBass
Copy link
Author

I've switched to Arduino IDE 2 using thi other plugin:

https://github.com/earlephilhower/arduino-littlefs-upload

@digiexchris
Copy link

esptool can be installed through most package managers. eg on ubuntu:
sudo apt install esptool

Not ideal, this tool should probably reference the arduino board provided one, but it's a workaround I'm using right now.

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

3 participants