Minor updates to SPIFFS doc

This commit is contained in:
Ivan Kravets
2015-12-30 23:55:53 +02:00
parent 08ba6cc51c
commit 3f19f51937

View File

@ -62,12 +62,13 @@ Uploading files to file system SPIFFS
Please make sure to read `ESP8266 Flash layout <https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md#flash-layout>`_ Please make sure to read `ESP8266 Flash layout <https://github.com/esp8266/Arduino/blob/master/doc/filesystem.md#flash-layout>`_
information first. information first.
1. Create :ref:`projectconf_pio_data_dir` and put files here 1. Initialise project :ref:`cmd_init` (if you have not initialized yet)
2. Run target ``uploadfs`` via :option:`platformio run --target` command. 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`` / To upload SPIFFS image using OTA update please specify ``upload_port`` /
``--upload-port`` as IP address or DNS name (``*.local``). For the details ``--upload-port`` as IP address or mDNS host name (ending with the ``*.local``).
please follow to :ref:`platform_espressif_ota`. For the details please follow to :ref:`platform_espressif_ota`.
By default, will be used default LD Script for the board where is specified 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 SPIFFS offsets (start, end, page, block). You can override it using