@@ -105,14 +105,14 @@ are automatically created when you attempt to create a file in a
105105subdirectory, and when the last file in a subdirectory is removed the
106106subdirectory itself is automatically deleted.
107107
108- Uploading Files to the LittleFS File System
109- -------------------------------------------
110-
111- *PicoLittleFS * is a tool which integrates into the Arduino IDE. It adds a
112- menu item to **Tools ** menu for uploading the contents of sketch data
113- directory into a new LittleFS flash file system.
108+ Uploading Files to the LittleFS File System on IDE 1.x (RP2040 only)
109+ --------------------------------------------------------------------
114110
115- **IDE 1.x **
111+ For the Pico (RP2040) only, *PicoLittleFS * is a tool which integrates into
112+ the obsolete Arduino 1.x IDE. It adds a menu item to **Tools ** menu for uploading the
113+ contents of sketch data directory into a new LittleFS flash file system.
114+ Please note that this JAVA plug in for the obsolete 1.x IDE does **NOT **
115+ support the RP2350 (Pico 2).
116116
117117- Download the tool: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
118118- In your Arduino sketchbook directory, create ``tools `` directory if it doesn't exist yet.
@@ -126,7 +126,12 @@ directory into a new LittleFS flash file system.
126126- Double check the Serial Monitor is closed. Uploads will fail if the Serial Monitor has control of the serial port.
127127- Select ``Tools > Pico LittleFS Data Upload ``. This should start uploading the files into the flash file system.
128128
129- **IDE 2.x **
129+ Uploading Files to the LittleFS File System on IDE 2.x (RP2040 and RP2350)
130+ --------------------------------------------------------------------------
131+
132+ For the original Pico (RP2040) and Pico 2 (RP2350), use the Typescript 2.x IDE tool which
133+ operates in the new Arduino 2.x IDE. This tool works on all Pico and Pico 2s (and ESP32s
134+ if you're so inclined).
130135
131136- Download the new tool: https://github.com/earlephilhower/arduino-littlefs-upload/releases
132137- Exit the IDE, if running
0 commit comments