From 6517061a8f7e20b58167108db888c6ba08088d15 Mon Sep 17 00:00:00 2001 From: seanspotatobusiness Date: Sat, 28 Jan 2017 14:07:18 +0000 Subject: [PATCH 1/2] Update filesystem.md --- doc/filesystem.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/filesystem.md b/doc/filesystem.md index d5d504e4f6..6cef744413 100644 --- a/doc/filesystem.md +++ b/doc/filesystem.md @@ -82,13 +82,14 @@ For more details on the internals of SPIFFS implementation, see the [SPIFFS read *ESP8266FS* is a tool which integrates into the Arduino IDE. It adds a menu item to *Tools* menu for uploading the contents of sketch data directory into ESP8266 flash file system. - Download the tool: https://github.com/esp8266/arduino-esp8266fs-plugin/releases/download/0.2.0/ESP8266FS-0.2.0.zip. -- 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 `/Arduino/tools/ESP8266FS/tool/esp8266fs.jar`) -- Restart Arduino IDE -- Open a sketch (or create a new one and save it) -- Go to sketch directory (choose Sketch > Show Sketch Folder) -- Create a directory named `data` and any files you want in the file system there -- Make sure you have selected a board, port, and closed Serial Monitor +- 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 `/Arduino/tools/ESP8266FS/tool/esp8266fs.jar`). +- Restart Arduino IDE. +- Open a sketch (or create a new one and save it). +- Go to sketch directory (choose Sketch > Show Sketch Folder). +- Create a directory named `data` and any files you want in the file system there. +- Make sure you have selected a board, port, and closed Serial Monitor. +- Place your ESP8266 module in bootloader mode using the procedure advised by your module manufacturer or supplier. - Select Tools > ESP8266 Sketch Data Upload. This should start uploading the files into ESP8266 flash file system. When done, IDE status bar will display `SPIFFS Image Uploaded` message. From c25341e969b6eced04743fbd3cffd7875eed363c Mon Sep 17 00:00:00 2001 From: Develo Date: Sat, 24 Mar 2018 18:37:25 -0300 Subject: [PATCH 2/2] Update filesystem.md Rephrase per comments --- doc/filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filesystem.md b/doc/filesystem.md index 6cef744413..409a653fec 100644 --- a/doc/filesystem.md +++ b/doc/filesystem.md @@ -89,7 +89,7 @@ For more details on the internals of SPIFFS implementation, see the [SPIFFS read - Go to sketch directory (choose Sketch > Show Sketch Folder). - Create a directory named `data` and any files you want in the file system there. - Make sure you have selected a board, port, and closed Serial Monitor. -- Place your ESP8266 module in bootloader mode using the procedure advised by your module manufacturer or supplier. +- If your board requires you to press a button (or other) to enter bootload mode for flashing a sketch, do that now. - Select Tools > ESP8266 Sketch Data Upload. This should start uploading the files into ESP8266 flash file system. When done, IDE status bar will display `SPIFFS Image Uploaded` message.