From b7d06845e5d88dbe32afc526f2e4c0bc5b349d37 Mon Sep 17 00:00:00 2001 From: abiradarti Date: Fri, 1 Dec 2023 15:28:27 -0600 Subject: [PATCH] updated TI OTA readme --- docs/guides/building_mcuboot_for_ti_cc13x4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/building_mcuboot_for_ti_cc13x4.md b/docs/guides/building_mcuboot_for_ti_cc13x4.md index 75f8bf8e30fd02..e5114d3a2e4035 100644 --- a/docs/guides/building_mcuboot_for_ti_cc13x4.md +++ b/docs/guides/building_mcuboot_for_ti_cc13x4.md @@ -17,4 +17,4 @@ You can now build MCUBoot and have an image that can be merged with a MCUBoot-co ## Creating image for OTA -The MCUBoot-compatible Matter application will be named `{project_name}_header.bin`. This can be merged with the MCUBoot hex file using the `oad_merge_tool.py` script in `{Matter repo root}/third_party/ti_simplelink_sdk`. Follow the instructions at the top of the script to generate the final hex image. +The MCUBoot-compatible Matter application will be named `{project_name}_header.hex`. This can be merged with the MCUBoot hex file using the `oad_merge_tool.py` script in `{Matter repo root}/third_party/ti_simplelink_sdk`. Follow the instructions at the top of the script to generate the final hex image.