Skip to content

Commit 2f56ed7

Browse files
committed
doc: add known issue about impact of device reset on OTA process
Add KRKNWK-7723 known issue. Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>
1 parent 86ed775 commit 2f56ed7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/known_issues.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,10 @@ KRKNWK-12115: Simultaneous commissioning of many devices can cause the Coordinat
165165
#. In the coordinator :file:`main.c`, replace ``#include <zb_mem_config_max.h>`` with ``#include "zb_mem_config_custom.h"`` (or your header name).
166166

167167
Rebuild and re-check static RAM usage (see :ref:`zigbee_memory`); higher pools increase footprint.
168+
169+
.. rst-class:: v1-3-0 v1-2-1 v1-2-0 v1-1-0 v1-0-0
170+
171+
KRKNWK-7723: OTA upgrade process restarting after client reset
172+
If the device resets while the **ZCL OTA Upgrade Client** is downloading an image, the transfer **typically starts again from the beginning** rather than continuing at the previous offset.
173+
174+
Download progress depends on **volatile** stack client state as well as OTA attributes; that state is not preserved across a chip reset in the default configuration.

0 commit comments

Comments
 (0)