Hi @shengs
Hope you are doing well, my apologies for the delayed response.
It seems this issue is fixed about how to sign in RT1180 by local FAE's support.
Let me update some details for you, and please feel free to tell me if you have any questions.
1. There is known issue about `ota_mcuboot_server_enet_cm33` or `mcuboot_opensource_cm33` for RT1180 SDK as you mentioned, please see below picture and comments(ota_mcuboot_server_enet_cm33\scripts\mcuxpresso\readme), it seems be not able to work with IDE + image_hash_tool.py, and you have to use imgtool to do that.
Sam_Gao_0-1726829536524.png
2. About AHB, please see MCU-OTA SBL and SFW User Guide to find 5.1.1 High Assurance Boot (HAB),It is the high-assurance boot feature in the system boot ROM, that detects and prevents the execution of unauthorized software (malware) during the boot sequence.
HAB uses asymmetric cryptography to sign the image. The bootable image can be signed by the CST tool (another one tool).
Sam_Gao_1-1726829712042.png
3. I assume that you want to know how OTA works, please see the reference as below.
- FOTA Design for SBL and SFW
- Implement Second Bootloader on i.MX RT10xx Series