Skip to content

Commit

Permalink
doc: doc updates
Browse files Browse the repository at this point in the history
doc updates

Signed-off-by: divya pillai <[email protected]>
  • Loading branch information
divipillai committed Jan 9, 2025
1 parent 5064e40 commit c2af0a6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/nrf/releases_and_maturity/known_issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ NCSDK-30033: :ref:`bt_mesh_light_ctrl_srv_readme` never resumes the Lightness Co

NCSDK-29893: Adding dynamic names to devices does not work
The advertiser options to automatically add the name in the scan response and the advertising data is removed.
The Mesh files ``proxy_srv.c`` and ``pb_gatt_srv.c`` were using ``BT_LE_ADV_OPT_USE_NAME`` that has been removed.
The Mesh files :file:`proxy_srv.c` and :file:`pb_gatt_srv.c` were using ``BT_LE_ADV_OPT_USE_NAME`` that has been removed.

.. rst-class:: v2-9-0-nRF54H20 v2-9-0-nRF54H20-rc1 v2-9-0 v2-8-0 v2-7-0 v2-6-2 v2-6-1 v2-6-0 v2-5-3 v2-5-2 v2-5-1 v2-5-0

Expand Down Expand Up @@ -3509,6 +3509,15 @@ The issues in this section are related to :ref:`app_dfu`.

.. rst-class:: v2-9-0-nRF54H20 v2-9-0-nRF54H20-rc1

NCSDK-31135: [suit] DFU through the external flash is failing sporadically
DFU through the external flash is failing sporadically, although no error is reported.

**Affected platforms:** nRF54H20

**Workaround:** Repeat DFU procedure.

.. rst-class:: v2-9-0-nRF54H20 v2-9-0-nRF54H20-rc1

NCSDK-30976: [suit] Update candidate envelope with oversized manifest are not rejected
An update candidate envelope with a manifest that is too large to fit into its applicable storage slot is still attempted to be installed.
This results in mismatches between digests for images or dependencies, leading to boot failure.
Expand All @@ -3517,7 +3526,7 @@ NCSDK-30976: [suit] Update candidate envelope with oversized manifest are not re

.. rst-class:: v2-9-0 v2-8-0

NCSDK-30161 Combination of :kconfig:option:`CONFIG_ASSERT`, :kconfig:option:`CONFIG_SOC_NRF54H20_GPD`, and external flash causes an assertion during boot time
NCSDK-30161: Combination of :kconfig:option:`CONFIG_ASSERT`, :kconfig:option:`CONFIG_SOC_NRF54H20_GPD`, and external flash causes an assertion during boot time
A combination of these three will cause an assert.
Disabling one of them will fix the issue.

Expand Down

0 comments on commit c2af0a6

Please sign in to comment.