Merge branch 'docs/update_cn_trans_for_2_system_docs' into 'master'

docs: Update CN translation for 2 system docs

Closes DOC-9410

See merge request espressif/esp-idf!34845
This commit is contained in:
Zhang Shu Xian
2024-12-04 18:08:11 +08:00
4 changed files with 19 additions and 7 deletions
@@ -51,7 +51,7 @@ Default value of mbedTLS Rx buffer size is set to 16 KB. By using ``partial_http
Signature Verification
----------------------
For additional security, signature of OTA firmware images can be verified. For more information please refer to :ref:`secure-ota-updates`.
For additional security, signature of OTA firmware images can be verified. For more information, please refer to :ref:`secure-ota-updates`.
.. _ota_updates_pre-encrypted-firmware:
@@ -80,6 +80,7 @@ Design
This whole workflow is managed by an external component `esp_encrypted_image <https://github.com/espressif/idf-extra-components/blob/master/esp_encrypted_img>`_ and it gets plugged into the OTA update framework through decryption callback (:cpp:member:`esp_https_ota_config_t::decrypt_cb`) mechanism.
.. note::
The supported scheme is based on RSA-3072 and the private key on device side must be protected using platform security features.
OTA System Events
@@ -87,7 +88,7 @@ OTA System Events
ESP HTTPS OTA has various events for which a handler can be triggered by the :doc:`../system/esp_event` when the particular event occurs. The handler has to be registered using :cpp:func:`esp_event_handler_register`. This helps the event handling for ESP HTTPS OTA.
:cpp:enum:`esp_https_ota_event_t` has all the events which can happen when performing OTA upgrade using ESP HTTPS OTA.
:cpp:enum:`esp_https_ota_event_t` has all possible events that can occur when performing OTA upgrade using ESP HTTPS OTA.
Event Handler Example
^^^^^^^^^^^^^^^^^^^^^
+1 -1
View File
@@ -18,7 +18,7 @@ The following modes support OTA updates for certain partitions:
- Bootloader.
- Partition table.
- other data partitions like nvs, fat, etc.
- Other data partitions like NVS, FAT, etc.
.. _ota_data_partition: