Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/nrf-bm/app_dev/dfu/memory_partitioning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ The recommended sizes are based on the configuration used in |BMshort|.
Optimizing your project for release
***********************************

You can achieve the reference sizes of MCUboot and firmware loader using the default configuration of the :ref:`ble_mcuboot_recovery_entry_sample` sample.
You can achieve the reference sizes of MCUboot and firmware loader using configurations of the :ref:`ble_mcuboot_recovery_entry_sample` sample.

For minimal size, amend the firmware loader configuration using the following Kconfig options:

Expand Down
2 changes: 2 additions & 0 deletions samples/boot/mcuboot_recovery_entry/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ Building and running
********************

This sample can be found under :file:`samples/boot/mcuboot_recovery_entry/` in the |BMshort| folder structure.
The sample contains the default configuration and DFU components size optimized configuration for reference.
To enable size optimized configuration, set :makevar:`FILE_SUFFIX` to ``size_opt`` when building the sample.

For details on how to create, configure, and program a sample, see :ref:`getting_started_with_the_samples`.

Expand Down