ElectronicZoologyfield notes from the garage
Memory • ESP32

Installing the LittleFS Plugin

Board: Any ESP32
Topic: LittleFS, plugin, Arduino IDE 2.x

Installing the Plugin

To get files from your computer onto the board you need the LittleFS Uploader plugin for Arduino IDE 2.x. Install it once:

  1. Go to github.com/earlephilhower/arduino-littlefs-upload. Scroll down until you see the Installation section and click it to jump straight there. GitHub README showing the Installation section with an arrow pointing to it

    GitHub can be overwhelming if this is your first visit.

  2. Scroll down until you see this and click to download. GitHub releases page showing the .vsix file in the Assets section
  3. You should see a zipped folder in your Downloads. Downloads folder showing the downloaded .vsix file
  4. Unzip it - a folder will appear alongside the zipped folder. Downloads folder showing the unzipped folder alongside the .vsix file
  5. Navigate to your home folder. You need to find the .arduinoIDE folder - you may need to show hidden folders first (Ctrl+H on Linux). Inside it, create a plugins folder if it does not exist. Home folder showing the .arduinoIDE folder .arduinoIDE folder contents showing the plugins folder
  6. Copy the .vsix file into the plugins folder. Restart Arduino IDE.