mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-28 12:41:38 +01:00
Allow to upload SPIFFS image using OTA // Issue #382
This commit is contained in:
@@ -65,10 +65,17 @@ Uploading files to file system SPIFFS
|
||||
1. Create :ref:`projectconf_pio_data_dir` and put files here
|
||||
2. Run target ``uploadfs`` via :option:`platformio run --target` command.
|
||||
|
||||
To upload SPIFFS image using OTA update please specify ``upload_port`` /
|
||||
``--upload-port`` as IP address. For the details please follow to
|
||||
:ref:`platform_espressif_ota`. For example, ``platformio run -t uploadfs
|
||||
--upload_port 192.168.0.255``.
|
||||
|
||||
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
|
||||
:ref:`platform_espressif_customflash`.
|
||||
|
||||
.. _platform_espressif_ota:
|
||||
|
||||
Over-the-Air (OTA) update
|
||||
-------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user