Skip to content

Commit

Permalink
doc: nrf: app_dev: build: Add encrypted file output
Browse files Browse the repository at this point in the history
Adds entries for the encrypted files

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
  • Loading branch information
nordicjm committed Oct 14, 2024
1 parent 2ae4f99 commit be3e6df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/nrf/app_dev/config_and_build/output_build_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your_application_name>/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 <mcuboot:mcuboot_ncs>`. | |
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
| | The file is located in the :file:`build/<your_application_name>/zephyr` directory. | |
+--------------------------------------+--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------+
| :file:`zephyr.signed.encrypted.hex` | HEX file variant of the :file:`<file_name>.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 <mcuboot:mcuboot_ncs>`. | |
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
| | The file is located in the :file:`build/<your_application_name>/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 <mcuboot:mcuboot_ncs>` in the :doc:`direct-xip mode <mcuboot:design>`. | |
| | ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. | |
Expand Down

0 comments on commit be3e6df

Please sign in to comment.