Skip to content

Commit

Permalink
doc: Add known issues related to Matter
Browse files Browse the repository at this point in the history
* Add known issue for WiFi reconnection after RPU recovery.
* Add known issue for failing RPU recovery in Matter samples.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Jan 17, 2025
1 parent 35facd1 commit 632ed5a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 632ed5a

Please sign in to comment.