Skip to content

Commit ff6227c

Browse files
MarkusLassilarlubos
authored andcommitted
samples: bootloader: Add 9151 and 9161 support
nrf9151 and nrf9161 to tests and documentation. Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
1 parent ff2b392 commit ff6227c

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,10 @@ Other samples
741741
* Added the :ref:`coremark_sample` sample that demonstrates how to easily measure a performance of the supported SoCs by running the Embedded Microprocessor Benchmark Consortium (EEMBC) CoreMark benchmark.
742742
Included support for the nRF52840 DK, nRF5340 DK, and nRF54L15 PDK.
743743

744+
* :ref:`bootloader` sample:
745+
746+
* Added support for the :ref:`zephyr:nrf9151dk_nrf9151` and the :ref:`nRF9161 DK <ug_nrf9161>` boards.
747+
744748
* :ref:`ipc_service_sample` sample:
745749

746750
* Removed support for the `OpenAMP`_ library backend on the :ref:`zephyr:nrf54h20dk_nrf54h20` board.

samples/bootloader/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ OTP regions
7272

7373
The one-time programmable (OTP) region is a special region of the *User Information Configuration Registers* (UICR) that only allows flash memory writes in half-word lengths, and *only* when the target half-word has the value of ``0xFFFF``.
7474

75-
On the SoCs that support an OTP region, such as the nRF9160 and nRF5340, the provisioned data is held in the OTP region instead of the internal flash memory.
75+
On products that support an OTP region, such as the nRF91 Series and nRF5340, the provisioned data is held in the OTP region instead of the internal flash memory.
7676

7777
Because of these design constraints, the following limitations apply:
7878

@@ -84,7 +84,7 @@ Because of these design constraints, the following limitations apply:
8484
When programming images that contain flash memory content in the UICR region, such as the NSIB image, the UICR must first be erased.
8585

8686
.. note::
87-
On the nRF9160 and nRF5340, the UICR can only be erased by erasing the entire flash memory.
87+
On the nRF91 Series and nRF5340 devices, the UICR can only be erased by erasing the entire flash memory.
8888

8989
For information how to erase the entire flash memory when flashing, see :ref:`programming`.
9090

samples/bootloader/sample.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ tests:
77
integration_platforms:
88
- nrf5340dk/nrf5340/cpuapp
99
- nrf9160dk/nrf9160
10+
- nrf9161dk/nrf9161
11+
- nrf9151dk/nrf9151
1012
- nrf52833dk/nrf52833
1113
- nrf52840dk/nrf52840
1214
- nrf52dk/nrf52832
1315
- nrf21540dk/nrf52840
14-
platform_allow: nrf5340dk/nrf5340/cpuapp nrf9160dk/nrf9160 nrf52840dk/nrf52840
15-
nrf52833dk/nrf52833 nrf52dk/nrf52832 nrf21540dk/nrf52840
16+
platform_allow:
17+
- nrf5340dk/nrf5340/cpuapp
18+
- nrf9160dk/nrf9160
19+
- nrf9161dk/nrf9161
20+
- nrf9151dk/nrf9151
21+
- nrf52840dk/nrf52840
22+
- nrf52833dk/nrf52833
23+
- nrf52dk/nrf52832
24+
- nrf21540dk/nrf52840
1625
extra_args:
1726
- SB_CONFIG_PARTITION_MANAGER=n
1827
tags: ci_build sysbuild

0 commit comments

Comments
 (0)