You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this design, the host processor runs the Zigbee application layer (ZCL) and the Zigbee commissioning logic.
93
103
The connectivity device (nRF SoC) runs the :ref:`NCP application <zigbee_ncp_sample>` that contains lower parts of the Zigbee stack (802.15.4 PHY/MAC and the Zigbee PRO network layer), as well as provides commands to execute BDB commissioning primitives.
94
-
The host processor communicates with the NCP through a serial interface (UART).
104
+
The host processor communicates with the NCP through a serial interface (USB or UART).
Copy file name to clipboardExpand all lines: docs/lib/zigbee_fota.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,20 @@ The Zigbee FOTA library has the following limitations:
95
95
* The Zigbee FOTA upgrades are currently supported on the nRF52840 DK (PCA10056), nRF5340 DK (PCA10095) and nRF54L15 DK (PCA10156).
96
96
* The Zigbee FOTA library does not currently support bootloader upgrades.
97
97
98
+
Additionally, the following limitations apply on the nRF5340 SoCs:
99
+
100
+
* It is required to use external flash to enable the Zigbee FOTA library.
101
+
* By default, only the full upgrades (to both application and network core) are allowed.
102
+
Disable the ``CONFIG_NRF53_ENFORCE_IMAGE_VERSION_EQUALITY`` Kconfig option to build update images without inter-dependencies so that they can be applied independently.
103
+
* It is not possible to modify the value of the ``SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH`` Kconfig option.
104
+
As a result, the fallback recovery is not available and any valid upgrade will overwrite the previous image.
105
+
The call to the :c:func:`boot_write_img_confirmed` will have no effect.
106
+
* The current DFU limitations and dependencies are enforced by the ``CONFIG_NRF53_MULTI_IMAGE_UPDATE`` Kconfig option.
107
+
* The version of the network core image is always set to the same value as the application core image.
108
+
Its value can be configured using the ``CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION`` Kconfig option.
109
+
* The MCUboot header is not stored inside the network core flash memory.
110
+
As a result, it is not possible to read the version of the currently running network core image.
Copy file name to clipboardExpand all lines: docs/shortcuts.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
See :ref:`ug_zigbee_configuring` for more information.
41
41
.. |zigbee_library| replace:: This is a Zigbee library.
42
42
See :ref:`ug_zigbee_configuring_libraries` for information about how to configure it for you Zigbee application.
43
-
.. |zigbee_ncp_package| replace:: It contains the full development-ready source code for host and evaluation-ready firmware for the nRF54L15 DK, nRF52840 DK, nRF52833 DK, and the nRF52840 Dongle.
43
+
.. |zigbee_ncp_package| replace:: It contains the full development-ready source code for host and evaluation-ready firmware.
44
44
The package comes with prebuilt libraries compatible with 64-bit Ubuntu |ubuntu_version| Linux.
45
45
.. |zigbee_ncp_package_more_info| replace:: For information about how to recompile the package libraries for a different host architecture or operating system, see the `NCP Host documentation`_.
46
46
For information about how to use NCP Host with the |addon| for the |NCS| or build the firmware using the NCP sample, see the :ref:`NCP sample <zigbee_ncp_sample>`.
0 commit comments