Issue with Accessing "ESP8266 Sketch Data Upload" Menu Item in Arduino IDE

Hello everyone,

I'm encountering an issue with accessing the "ESP8266 Sketch Data Upload" menu item in Arduino IDE. Despite following the instructions provided, I'm unable to find this option, preventing me from uploading files to the SPIFFS filesystem on my ESP8266 board.

Here are the steps I've taken:

  1. Installed the Arduino IDE and ensured it's up to date.
  2. Installed the ESP8266 board package via the Boards Manager.
  3. Installed the SPIFFS tool by placing the esp8266fs.jar file in the correct directory.
  4. Added the correct ESP8266 board URL to the Additional Board Manager URLs in Arduino IDE preferences.
  5. Closed and reopened Arduino IDE after making changes.
  6. Checked for the "ESP8266 Sketch Data Upload" menu item under Tools, but it's still missing.

Despite these efforts, I'm unable to proceed with uploading files to the SPIFFS filesystem.

Could someone please assist me in troubleshooting this issue? Any insights or suggestions would be greatly appreciated.

  • Operating System: WINDOWS

Hi @beatrex. Arduino IDE 2.x is a complete rewrite of the Arduino IDE on a different framework and in a new language. The SPIFFS tool you are attempting to use is specific to the "Tools" system of Arduino IDE 1.x so it can't be used with Arduino IDE 2.x.

An Arduino IDE 2.x filesystem uploader for Arduino IDE 2.x is available:

I moved your topic to an appropriate forum category @beatrex.

In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.

This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.