You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fs.rst
+17-11Lines changed: 17 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,22 +75,28 @@ Uploading Files to the LittleFS File System
75
75
menu item to **Tools** menu for uploading the contents of sketch data
76
76
directory into a new LittleFS flash file system.
77
77
78
-
- Download the tool for your IDE version ( IDE 1.x: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases , IDE 2.x: https://github.com/earlephilhower/arduino-littlefs-upload/releases )
79
-
- In your Arduino sketchbook directory, create ``tools`` directory if
80
-
it doesn't exist yet.
81
-
- Unpack the tool into ``tools`` directory (the path will look like
- Download the tool: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
81
+
- In your Arduino sketchbook directory, create ``tools`` directory if it doesn't exist yet.
82
+
- Unpack the tool into ``tools`` directory (the path will look like ``<home_dir>/Arduino/tools/PicoLittleFS/tool/picolittlefs.jar``)
83
83
If upgrading, overwrite the existing JAR file with the newer version.
84
84
- Restart Arduino IDE.
85
85
- Open a sketch (or create a new one and save it).
86
86
- Go to sketch directory (choose Sketch > Show Sketch Folder).
87
-
- Create a directory named ``data`` and any files you want in the file
88
-
system there.
87
+
- Create a directory named ``data`` and any files you want in the file system there.
89
88
- Make sure you have selected a board, port, and closed Serial Monitor.
90
-
- Double check theSerial Monitor is closed. Uploads will fail if the Serial
91
-
Monitor has control of the serial port.
92
-
- Select ``Tools > Pico LittleFS Data Upload``. This should start
93
-
uploading the files into the flash file system.
89
+
- Double check the Serial Monitor is closed. Uploads will fail if the Serial Monitor has control of the serial port.
90
+
- Select ``Tools > Pico LittleFS Data Upload``. This should start uploading the files into the flash file system.
91
+
92
+
**IDE 2.x**
93
+
94
+
- Download the new tool: https://github.com/earlephilhower/arduino-littlefs-upload/releases
95
+
- Exit the IDE, if running
96
+
- Copy the VSIX file manually to (Linux/Mac) ``~/.arduinoIDE/plugins/`` (you may need to make this directory yourself beforehand) or to (Windows) ``C:\Users\<username>\.arduinoIDE\``
97
+
- Restart the IDE
98
+
- Double check the Serial Monitor is closed. Uploads will fail if the Serial Monitor has control of the serial port.
99
+
- Enter ``[Ctrl]`` + ``[Shift]`` + ``[P]`` to bring up the command palette, then select/type ``Upload LittleFS to Pico/ESP8266``
0 commit comments