From 749ab533e9e898669dff3dedee12ca1f423c491c 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 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/nrf/releases_and_maturity/known_issues.rst b/doc/nrf/releases_and_maturity/known_issues.rst index 376a82688a6e..fbaa5f6ff057 100644 --- a/doc/nrf/releases_and_maturity/known_issues.rst +++ b/doc/nrf/releases_and_maturity/known_issues.rst @@ -506,6 +506,15 @@ The issues in this section are related to the :ref:`ug_matter` protocol. .. rst-class:: v2-9-0 v2-8-0 +KRKNWK-19806: RPU recovery fails during Wi-Fi communication + Wi-Fi is not reconnecting to previously connected network after RPU recovery. + + **Affected platforms:** nRF7002 + + **Workaround:** Cherry-pick changes from PR #529 in the `Matter GitHub 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 +2823,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 the 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