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
+16-4
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?");
34
34
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
35
35
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32FS/tool/esp32fs.jar```).
36
36
- For **LittleFS**, you need an additional [mklittlefs tool](https://github.com/earlephilhower/mklittlefs) Download the [release](https://github.com/earlephilhower/mklittlefs/releases) or see below
37
-
- For **FatFS**, you need additional binary files for Windows or Linux (thanks @lbernstone for compiling) or take them from the author [here - mkfatfs tool](https://github.com/labplus-cn/mkfatfs/releases/tag/v1.0) Thanks to [labplus-cn](https://github.com/labplus-cn/mkfatfs)
37
+
- For **FatFS**, you need additional binary files for Windows or Linux, thanks [@lbernstone](https://github.com/lbernstone) for compiling - or take them from the author [here - mkfatfs tool](https://github.com/labplus-cn/mkfatfs/releases/tag/v1.0), thanks to [labplus-cn](https://github.com/labplus-cn/mkfatfs)
38
38
- Copy **mklittlefs[.exe]** and **mkfatfs[.exe]** to **/tools** folder of esp32 platform where **espota** and **esptool** (.py or.exe) tools are located
39
39
- Alternatively see at [latest release](https://github.com/lorol/arduino-esp32fs-plugin/releases) for copies of archived binaries in question.
40
40
- You can also use provided **package_esp32_index.template.json** to run **get.py** with it and download the missing binary files
@@ -52,22 +52,34 @@ if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?");
52
52
- Clicking OK should start uploading the files into ESP32 flash file system.
53
53
54
54
When done, IDE status bar will display the status of Image Uploaded message. Might take a few minutes for large file system sizes.
55
+
56
+
## Screenshot
57
+
58
+

55
59
56
60
## Quick build on Win:
57
61
58
62
- Install Java JDK
59
63
- Find the path of javac.exe and jar.exe
60
-
- Edit make_win.bat accordingly
64
+
- Edit **make_win.bat** accordingly
61
65
- Copy files **arduino-core.jar , commons-codec-1.7.jar , pde.jar** from your Arduino IDE installation to the folder where is located **make_win.bat**
62
66
- Run **make_win.bat**
63
-
- Find the **build jar** in /bin directory
67
+
- Find the **jar** file in /bin directory
68
+
69
+
## Credits and license
64
70
65
-
##Credits and license (of the original tool)
71
+
### The Original Arduino ESP32 filesystem uploader
0 commit comments