|
| 1 | +# Arduino ESP8266 LittleFS Filesystem Uploader |
| 2 | + |
| 3 | +Arduino plugin which packs sketch data folder into LittleFS filesystem image, |
| 4 | +and uploads the image to ESP8266 flash memory. |
| 5 | +<br> |
| 6 | + |
| 7 | +## Installation |
| 8 | +- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed. |
| 9 | +- Download the tool archive from (https://github.com/earlephilhower/arduino-esp8266littlefs-plugin/releases). |
| 10 | +- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet. |
| 11 | +- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/ESP8266LittleFS/tool/esp8266littlefs.jar)`. |
| 12 | +- Restart Arduino IDE. |
| 13 | + |
| 14 | +On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the files there |
| 15 | + |
| 16 | +## Usage |
| 17 | +- Open a sketch (or create a new one and save it). |
| 18 | +- Go to sketch directory (choose Sketch > Show Sketch Folder). |
| 19 | +- Create a directory named `data` and any files you want in the file system there. |
| 20 | +- Make sure you have selected a board, port, and closed Serial Monitor. |
| 21 | +- Select *Tools > ESP8266 LittleFS Data Upload* menu item. This should start uploading the files into ESP8266 flash file system. |
| 22 | + When done, IDE status bar will display LittleFS Image Uploaded message. Might take a few minutes for large file system sizes. |
| 23 | + |
| 24 | +## Screenshot |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | +## Credits and license |
| 29 | + |
| 30 | +- Copyright (c) 2015 Hristo Gochkov (ficeto at ficeto dot com) |
| 31 | +- Licensed under GPL v2 ([text](LICENSE)) |
| 32 | +- Modified by Earle F. Philhower, III for LittleFS use |
| 33 | + |
| 34 | +## Issues and suggestions |
| 35 | + |
| 36 | +File issues here on github, or ask your questions on the [esp8266.com forum](http://esp8266.com/arduino). |
0 commit comments