You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|:file:`dfu_application.zip` | Zip file containing both the MCUboot-compatible update images for one or more cores and a manifest | DFU process for both single-core and multi-core applications. |
92
92
|| describing its contents. ||
@@ -147,12 +147,12 @@ MCUboot output build files
147
147
|| It will not trigger a DFU procedure. |
148
148
|| ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. |
|:file:`zephyr.signed.bin` in | Secondary slot variant of the :file:`app_update.bin` file intended for use when MCUboot is in the :doc:`direct-xip mode <mcuboot:design>`.|
151
-
|:file:`mcuboot_secondary_app` folder| Created when the :kconfig:option:`CONFIG_BOOT_BUILD_DIRECT_XIP_VARIANT` Kconfig option is enabled. |
150
+
|:file:`zephyr.signed.bin` in | Secondary slot variant of the :file:`zephyr.signed.bin` file intended for use when MCUboot is in the :doc:`direct-xip mode <mcuboot:design>`. |
151
+
|:file:`mcuboot_secondary_app/zephyr` folder | Created when the :kconfig:option:`CONFIG_BOOT_BUILD_DIRECT_XIP_VARIANT` Kconfig option is enabled. |
152
152
|| ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. |
|:file:`zephyr.signed.hex` | Secondary slot variant of the :file:`app_signed.hex` file intended for use when MCUboot is in the :doc:`direct-xip mode <mcuboot:design>`.|
155
-
|:file:`mcuboot_secondary_app` folder| Created when the :kconfig:option:`CONFIG_BOOT_BUILD_DIRECT_XIP_VARIANT` Kconfig option is enabled. |
154
+
|:file:`zephyr.signed.hex` | Secondary slot variant of the :file:`zephyr.signed.hex` file intended for use when MCUboot is in the :doc:`direct-xip mode <mcuboot:design>`. |
155
+
|:file:`mcuboot_secondary_app/zephyr` folder | Created when the :kconfig:option:`CONFIG_BOOT_BUILD_DIRECT_XIP_VARIANT` Kconfig option is enabled. |
156
156
|| ``zephyr`` is the value of :kconfig:option:`CONFIG_KERNEL_BIN_NAME`. |
0 commit comments