IMXRT1170 secure boot using HAB #79697
-
Hi All, I have a custom imxrt1170 board running running multi-core Zephyr (3.6.0) image and mcuboot (2.1.0). MCUBoot verifying the Zephyr signature before booting it is all working fine. The bit I'm not clear on is getting the IMXRT ROM code to verify the MCUboot image using the HAB. I've done this previously on imx6 solo and imx6ul devices with uboot. Is there support for this on Zephyr + MCUBoot? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @danielb-tkjcy3rq , NXP's MCUXpresso Secure Provisioning Tool provisions the HAB and ROM bootloader for secure boot. You can build the MCUboot image with Zephyr, and then use this tool to sign that image and prepare it for the bootloader. Best regards |
Beta Was this translation helpful? Give feedback.
Hi @danielb-tkjcy3rq ,
Sorry for the late reply, and I realize this response is probably too late for you to be of help.
NXP's MCUXpresso Secure Provisioning Tool provisions the HAB and ROM bootloader for secure boot. You can build the MCUboot image with Zephyr, and then use this tool to sign that image and prepare it for the bootloader. Best regards