diff --git a/doc/nrf/app_dev/config_and_build/output_build_files.rst b/doc/nrf/app_dev/config_and_build/output_build_files.rst index c13c3162de3..bdf014ebe2d 100644 --- a/doc/nrf/app_dev/config_and_build/output_build_files.rst +++ b/doc/nrf/app_dev/config_and_build/output_build_files.rst @@ -64,6 +64,22 @@ Which files you are going to use depends on the application configuration and no | | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | | | | The file is located in the :file:`build//zephyr` directory. | | +--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ +| :file:`zephyr.signed.encrypted.bin` | Image update file used to create :file:`dfu_application.zip` for encrypted multi-core DFU updates. | DFU process for single or multi-core board targets | +| | Can also be used standalone for a single-image DFU. | | +| | Contains the signed and encrypted version of the application. | | +| | This file is transferred in the real-life update procedure, as opposed to HEX files | | +| | that are transferred with nrfjprog when emulating an update procedure. | | +| | :ref:`Compatible with MCUboot `. | | +| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | | +| | The file is located in the :file:`build//zephyr` directory. | | ++--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ +| :file:`zephyr.signed.encrypted.hex` | HEX file variant of the :file:`.signed.encrypted.bin` file. | Programming single or multi-core board targets | +| | Can also be used standalone for a single-image DFU. | | +| | Contains the signed and encrypted version of the application. | | +| | :ref:`Compatible with MCUboot `. | | +| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | | +| | The file is located in the :file:`build//zephyr` directory. | | ++--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+ | :file:`zephyr.signed.bin` in | Secondary slot variant of the :file:`zephyr.signed.bin` file. | DFU process for single-core board targets. | | :file:`mcuboot_secondary_app` folder | :ref:`Compatible with MCUboot ` in the :doc:`direct-xip mode `. | | | | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |