I am using Arduino IDE version 2.2.1.
I used the ESP8266 Sketch Data Upload tool in Arduino 1.x.
But, I am unable to find any guide about how to install that tool in Arduino IDE 2.x.
Isn't installing tools feature available in Arduino IDE 2.x or do I have to install Arduino 1.x for that?
Your topic has been moved to the dedicated IDE 2.x section of the forum.
I'm not using IDE 2.x at the moment; I think that you can install tools. Tools written for IDE 1.x are not usable in / compatible with IDE 2.x; people have to rewrite them.
If you search the IDE 2.x section of the forum I think that you can find a reference to a tool that replaces the data upload tool.
I checked the GitHub link & found the below guide for installing the TOOL:
Copy the VSIX file to ~/.arduinoIDE/plugins/ on Mac and Linux or C:\Users\<username>\.arduinoIDE\plugins\ on Windows (you may need to make this directory yourself beforehand). Restart the IDE.
I am using Linux & In my /.arduinoIDE/ there is no directory as /plugins/.
There is something like plugin-storage, I tried placing the VSIX file there but didn't work.
Can you guide me through the installation steps?
Here are all Files & folders in my .adrdionIDE folder: arduino-cli.yaml globalStorage localization-cache logs pluggable-monitor-settings.json plugin-storage recent-sketches.json recentworkspace.json settings.json workspace-storage
You must create the directory. Do that, move the .vsix file to the correct location, then restart Arduino IDE. After that, it should work as described at the GitHub page.