<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic imx93 secure boot: Not booting in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2315605#M243947</link>
    <description>&lt;P&gt;I am seeking guidance on the following points.&lt;/P&gt;&lt;P&gt;I generated the required keys and signed the images, validating both CST and SPSDK signing flows. The SRK keys were programmed into fuse bank 16, words 0 to 7. After performing the AHAB close operation, the system no longer boots.&lt;/P&gt;&lt;P&gt;First, whether there is any supported method to recover an iMX93 device after it has been locked using AHAB.&lt;/P&gt;&lt;P&gt;Second, how to reliably verify that the signed images correctly correspond to the programmed fuses prior to executing the AHAB close operation.&lt;/P&gt;&lt;P&gt;Third, whether there are recommended validation or dry run steps that can be used to avoid permanently locking the device due to incorrect images or keys.&lt;/P&gt;&lt;P&gt;The hardware platform supports UUU, which may be useful for recovery if applicable.&lt;/P&gt;&lt;P&gt;Any guidance or official support on this issue would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 12:17:02 GMT</pubDate>
    <dc:creator>zahirskt</dc:creator>
    <dc:date>2026-02-10T12:17:02Z</dc:date>
    <item>
      <title>imx93 secure boot: Not booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2315605#M243947</link>
      <description>&lt;P&gt;I am seeking guidance on the following points.&lt;/P&gt;&lt;P&gt;I generated the required keys and signed the images, validating both CST and SPSDK signing flows. The SRK keys were programmed into fuse bank 16, words 0 to 7. After performing the AHAB close operation, the system no longer boots.&lt;/P&gt;&lt;P&gt;First, whether there is any supported method to recover an iMX93 device after it has been locked using AHAB.&lt;/P&gt;&lt;P&gt;Second, how to reliably verify that the signed images correctly correspond to the programmed fuses prior to executing the AHAB close operation.&lt;/P&gt;&lt;P&gt;Third, whether there are recommended validation or dry run steps that can be used to avoid permanently locking the device due to incorrect images or keys.&lt;/P&gt;&lt;P&gt;The hardware platform supports UUU, which may be useful for recovery if applicable.&lt;/P&gt;&lt;P&gt;Any guidance or official support on this issue would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 12:17:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2315605#M243947</guid>
      <dc:creator>zahirskt</dc:creator>
      <dc:date>2026-02-10T12:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 secure boot: Not booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2316637#M243986</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Unfortunately, there are no recovery methods once AHAB is closed and the device fails secure boot authentication.&lt;/P&gt;
&lt;P&gt;To reliably verify that signed images match the SRK fuses before AHAB close, you must confirm that you do not have events in U-boot with ahab_status before close the device.&lt;/P&gt;
&lt;P&gt;I like this guide because you can understand the secure boot development flow, CST is deprecated and will share the recommended process but a lot in that guide is useful. &lt;A href="https://github.com/nxp-imx/uboot-imx/blob/lf_v2025.04/doc/imx/ahab/guides/mx8ulp_9x_secure_boot.txt" target="_blank"&gt;https://github.com/nxp-imx/uboot-imx/blob/lf_v2025.04/doc/imx/ahab/guides/mx8ulp_9x_secure_boot.txt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The new SW tool recommended is SPSDK, you can refer to the following example, it comprises a guide for it (review the previous i.MX 93 AHAB with U-BOOT, and the next Signed AHAB image Generation for U-boot and Kernel) &lt;A href="https://spsdk.readthedocs.io/en/latest/examples/ahab/imx93/imx93_signed_ahab_uboot.html" target="_blank"&gt;https://spsdk.readthedocs.io/en/latest/examples/ahab/imx93/imx93_signed_ahab_uboot.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 18:47:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2316637#M243986</guid>
      <dc:creator>JorgeCas</dc:creator>
      <dc:date>2026-02-11T18:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 secure boot: Not booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2319132#M244067</link>
      <description>&lt;UL&gt;&lt;LI&gt;spsdk method: It didn't work for me, 'ahab_status' not reported teh 'NO Events found!' status&lt;/LI&gt;&lt;LI&gt;cst-3.1.0: Same issue&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I think imx93 require sh256 signing, But I was trying sha512, I didnt see thsi is specifically mentioned any related docs&lt;/P&gt;&lt;P&gt;Then with&amp;nbsp;&lt;STRONG&gt;cst-4.0.1&lt;/STRONG&gt;: Worked with &lt;STRONG&gt;sha256&lt;/STRONG&gt; signing&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 16:25:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-secure-boot-Not-booting/m-p/2319132#M244067</guid>
      <dc:creator>zahirskt</dc:creator>
      <dc:date>2026-02-17T16:25:04Z</dc:date>
    </item>
  </channel>
</rss>

