IMXRT1170 secure boot using HAB #79697
Unanswered
danielb-tkjcy3rq
asked this question in
Q&A
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions