Skip to content

Commit

Permalink
Fix minor FS documentation issues (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Sep 30, 2023
1 parent 4f94578 commit 3cc68f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/fs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The following diagram shows the flash layout used in Arduino-Pico:

::

|---------------------|-------------|----|
^ ^ ^
Sketch File system EEPROM
|----|---------------------|-------------|----|
^ ^ ^ ^
OTA Sketch File system EEPROM

The file system size is configurable via the IDE menus, rom 64k up to 15MB
(assuming you have an RP2040 boad with that much flash)
Expand Down Expand Up @@ -75,7 +75,7 @@ Uploading Files to the LittleFS File System
menu item to **Tools** menu for uploading the contents of sketch data
directory into a new LittleFS flash file system.

- Download the tool: https://github.com/earlephilhower/arduino-pico-littlefs-plugin/releases
- 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 )
- In your Arduino sketchbook directory, create ``tools`` directory if
it doesn't exist yet.
- Unpack the tool into ``tools`` directory (the path will look like
Expand Down

0 comments on commit 3cc68f8

Please sign in to comment.