From 632ed5aab5624284f8eed83f6109b840a2bcf82c Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Fri, 17 Jan 2025 08:57:14 +0100 Subject: [PATCH] doc: Add known issues related to Matter * Add known issue for WiFi reconnection after RPU recovery. * Add known issue for failing RPU recovery in Matter samples. Signed-off-by: Adrian Gielniewski --- doc/nrf/releases_and_maturity/known_issues.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/nrf/releases_and_maturity/known_issues.rst b/doc/nrf/releases_and_maturity/known_issues.rst index 376a82688a6..b39ccaa14c5 100644 --- a/doc/nrf/releases_and_maturity/known_issues.rst +++ b/doc/nrf/releases_and_maturity/known_issues.rst @@ -506,6 +506,14 @@ The issues in this section are related to the :ref:`ug_matter` protocol. .. rst-class:: v2-9-0 v2-8-0 +KRKNWK-19806: WiFi is not reconnecting to previously connected network after RPU recovery. + + **Affected platforms:** nRF7002 + + **Workaround:** Cherry-pick changes from PR #529 in the sdk-connectedhomeip repository. + +.. rst-class:: v2-9-0 v2-8-0 + NCSDK-28567: Swap time after DFU takes a very long time Due to the incorrect RRAM buffer configuration, the swap time after DFU can exceed three minutes. @@ -2814,6 +2822,14 @@ Matter samples The issues in this section are related to :ref:`matter_samples`. +.. rst-class:: v2-9-0 v2-8-0 + +KRKNWK-19806: RPU recovery fails on nRF5340 DK with nRF7002 EK shield due to invalid MCUboot configuration. + + **Affected platforms:** nRF5340, nRF7002 + + **Workaround:** Cherry-pick changes from PR #19826 in the sdk-nrf repository. + .. rst-class:: v2-9-0 KRKNWK-19861: ICD DSLS does not work with the :ref:`matter_smoke_co_alarm_sample` sample