From 3f19f51937c48b6196f8bdeb6b9989ac54bd5512 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 30 Dec 2015 23:55:53 +0200 Subject: [PATCH] Minor updates to SPIFFS doc --- docs/platforms/espressif_extra.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index ae92131d..8443c4f7 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -62,12 +62,13 @@ Uploading files to file system SPIFFS Please make sure to read `ESP8266 Flash layout `_ information first. -1. Create :ref:`projectconf_pio_data_dir` and put files here -2. Run target ``uploadfs`` via :option:`platformio run --target` command. +1. Initialise project :ref:`cmd_init` (if you have not initialized yet) +2. Create :ref:`projectconf_pio_data_dir` and put files here +3. Run target ``uploadfs`` using :option:`platformio run --target` command. To upload SPIFFS image using OTA update please specify ``upload_port`` / -``--upload-port`` as IP address or DNS name (``*.local``). For the details -please follow to :ref:`platform_espressif_ota`. +``--upload-port`` as IP address or mDNS host name (ending with the ``*.local``). +For the details please follow to :ref:`platform_espressif_ota`. By default, will be used default LD Script for the board where is specified SPIFFS offsets (start, end, page, block). You can override it using