Skip to content

Commit 97143d0

Browse files
committed
Updated README.md
1 parent d4c0f00 commit 97143d0

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if (!FFat.begin(0, "", 1)) die("Fat FS mount failed. Not enough RAM?");
3434
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
3535
- Unpack the tool into tools directory (the path will look like ```<home_dir>/Arduino/tools/ESP32FS/tool/esp32fs.jar```).
3636
- 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)
3838
- Copy **mklittlefs[.exe]** and **mkfatfs[.exe]** to **/tools** folder of esp32 platform where **espota** and **esptool** (.py or.exe) tools are located
3939
- Alternatively see at [latest release](https://github.com/lorol/arduino-esp32fs-plugin/releases) for copies of archived binaries in question.
4040
- 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?");
5252
- Clicking OK should start uploading the files into ESP32 flash file system.
5353

5454
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+
![Screenshot](tool.png)
5559

5660
## Quick build on Win:
5761

5862
- Install Java JDK
5963
- Find the path of javac.exe and jar.exe
60-
- Edit make_win.bat accordingly
64+
- Edit **make_win.bat** accordingly
6165
- 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**
6266
- 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
6470

65-
## Credits and license (of the original tool)
71+
### The Original Arduino ESP32 filesystem uploader
6672

6773
- Copyright (c) 2015 Hristo Gochkov (hristo at espressif dot com)
6874
- Licensed under GPL v2 ([text](LICENSE))
6975
- Maintained by Hristo Gochkov (hristo at espressif dot com)
7076

77+
### Other people, sources and binary files
78+
79+
- https://github.com/earlephilhower
80+
- https://github.com/labplus-cn/mkfatfs
81+
- https://github.com/lbernstone
82+
7183
## Issues and suggestions
7284

7385
File issues here on github, or ask your questions on the [esp32.com forum](http://esp32.com).

0 commit comments

Comments
 (0)