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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,9 @@ The following diagram shows the flash layout used in Arduino-Pico:
18
18
19
19
::
20
20
21
-
|---------------------|-------------|----|
22
-
^ ^ ^
23
-
Sketch File system EEPROM
21
+
|----|---------------------|-------------|----|
22
+
^ ^ ^ ^
23
+
OTA Sketch File system EEPROM
24
24
25
25
The file system size is configurable via the IDE menus, rom 64k up to 15MB
26
26
(assuming you have an RP2040 boad with that much flash)
@@ -75,7 +75,7 @@ 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: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
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
79
- In your Arduino sketchbook directory, create ``tools`` directory if
80
80
it doesn't exist yet.
81
81
- Unpack the tool into ``tools`` directory (the path will look like
0 commit comments