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: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# arduino-esp32littlefs-plugin
2
+
2
3
## Arduino ESP32 LittleFS filesystem uploader
3
4
4
5
- Arduino plugin, which packs sketch <b>data</b> folder into LittleFS filesystem image and uploads the image to ESP32 flash memory
@@ -14,8 +15,8 @@
14
15
- Download the tool archive from [here](https://github.com/lorol/arduino-esp32littlefs-plugin/raw/master/src/bin/esp32littlefs.jar)
15
16
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
16
17
- Copy the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32LittleFS/tool/esp32littlefs.jar```).
17
-
- You need [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases)and copy it to
18
-
packages\esp32\tools\mklittlefs\<x.x.x>\ or on checkout (dev) environment to: packages\esp32\hardware\esp32\<release>\tools\mklittlefs\
18
+
- You need [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases)
19
+
- Copy it to <b>/tools</b> folder of esp32 platform where <b>espota</b> and <b>esptool</b> (.py or.exe) tools are located
19
20
- Restart Arduino IDE.
20
21
21
22
On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there
0 commit comments