forked from platformio/platformio-core
Additional target "buildfs" to accompany "uploadfs" // Resolve #6
This commit is contained in:
@@ -15,6 +15,8 @@ PlatformIO 3.0
|
|||||||
* Development platform `Espressif 8266 <https://github.com/platformio/platform-espressif8266>`__
|
* Development platform `Espressif 8266 <https://github.com/platformio/platform-espressif8266>`__
|
||||||
|
|
||||||
+ Add support for ESPrectro board
|
+ Add support for ESPrectro board
|
||||||
|
+ Additional target "buildfs" to accompany "uploadfs"
|
||||||
|
(`issue #6 <https://github.com/platformio/platform-espressif8266/issues/6>`__)
|
||||||
|
|
||||||
* Development platform `ST STM32 <https://github.com/platformio/platform-ststm32>`__
|
* Development platform `ST STM32 <https://github.com/platformio/platform-ststm32>`__
|
||||||
|
|
||||||
|
@@ -117,10 +117,10 @@ 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. Initialise project :ref:`cmd_init` (if you have not initialized yet)
|
1. Initialize project :ref:`cmd_init` (if you have not initialized yet)
|
||||||
2. Create ``data`` folder (it should be on the same level as ``src`` folder)
|
2. Create ``data`` folder (it should be on the same level as ``src`` folder)
|
||||||
and put files here. Also, you can specify own location for :ref:`projectconf_pio_data_dir`
|
and put files here. Also, you can specify own location for :ref:`projectconf_pio_data_dir`
|
||||||
3. Run target ``uploadfs`` using :option:`platformio run --target` command.
|
3. Run ``buildfs`` or ``uploadfs`` target 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 mDNS host name (ending with the ``*.local``).
|
``--upload-port`` as IP address or mDNS host name (ending with the ``*.local``).
|
||||||
|
Reference in New Issue
Block a user