<?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>i.MX Processors中的主题 Re: Secure boot issue for i.MX8MQ</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898024#M225787</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hab_status :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek0902_0-1719985361138.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286794i129FD434AAE62360/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek0902_0-1719985361138.png" alt="Derek0902_0-1719985361138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;flash.bin build log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Offset_dump.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286796i9C15284B3E3CB033/image-size/large?v=v2&amp;amp;px=999" role="button" title="Offset_dump.png" alt="Offset_dump.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;print_fit_hab build log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fit_hab.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286797i0C552EEAB69AF6BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fit_hab.png" alt="Fit_hab.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;csf_spl.txt:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Header]
    Version = 4.3
    Hash Algorithm = sha256
    Engine = CAAM
    Engine Configuration = 0
    Certificate Format = X509
    Signature Format = CMS

[Install SRK]
    # Index of the key location in the SRK table to be installed
    File = "../../crts/SRK_1_2_3_4_table.bin"
    Source index = 0

[Install CSFK]
    # Key used to authenticate the CSF data
    File = "../../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate CSF]

[Unlock]
    # Leave Job Ring and DECO master ID registers Unlocked
    Engine = CAAM
    Features = MID

[Install Key]
    # Key slot index used to authenticate the key to be installed
    Verification index = 0
    # Target key slot in HAB key store where key will be installed
    Target index = 2
    # Key to install
    File = "../../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate Data]
    # Key slot index used to authenticate the image data
    Verification index = 2
    # Authenticate Start Address, Offset, Length and file
    Blocks = 0x7e0fc0 0x1a000 0x3a400 "flash.bin"&lt;/LI-CODE&gt;&lt;P&gt;csf_fit.txt:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Header]
    Version = 4.3
    Hash Algorithm = sha256
    Engine = CAAM
    Engine Configuration = 0
    Certificate Format = X509
    Signature Format = CMS

[Install SRK]
    # Index of the key location in the SRK table to be installed
    File = "../../crts/SRK_1_2_3_4_table.bin"
    Source index = 0

[Install CSFK]
    # Key used to authenticate the CSF data
    File = "../../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate CSF]

[Install Key]
    # Key slot index used to authenticate the key to be installed
    Verification index = 0
    # Target key slot in HAB key store where key will be installed
    Target index = 2
    # Key to install
    File = "../../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate Data]
    # Key slot index used to authenticate the image data
    Verification index = 2
    # Authenticate Start Address, Offset, Length and file
    Blocks = 0x401fadc0 0x057c00 0x001020 "flash.bin", \
             0x40200000 0x05CC00 0x10ECB0 "flash.bin", \
             0x4030ECB0 0x16B8B0 0x00DF60 "flash.bin", \
             0x00910000 0x179810 0x00A0E0 "flash.bin", \
             0xFE000000 0x1838F0 0x08A350 "flash.bin"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2024 05:50:33 GMT</pubDate>
    <dc:creator>Derek0902</dc:creator>
    <dc:date>2024-07-03T05:50:33Z</dc:date>
    <item>
      <title>Secure boot issue for i.MX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1897950#M225780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I used my i.MX8MQ custom board to develop secure boot by following&amp;nbsp;this document &lt;A href="https://github.com/nxp-imx/uboot-imx/blob/lf_v2023.04/doc/imx/habv4/guides/mx8m_secure_boot.txt" target="_self"&gt;[mx8m_secure_boot.txt]&lt;/A&gt;&amp;nbsp;. After I&amp;nbsp;program SEC_CONFIG[1] fuse on devices, it cannot boot up.&lt;/P&gt;&lt;P&gt;Is there anything wrong?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek0902_1-1719977897983.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286768i68235E6036E9B05E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek0902_1-1719977897983.png" alt="Derek0902_1-1719977897983.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek0902_0-1719977854043.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286764i1FB018F9233E8749/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek0902_0-1719977854043.png" alt="Derek0902_0-1719977854043.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 03:40:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1897950#M225780</guid>
      <dc:creator>Derek0902</dc:creator>
      <dc:date>2024-07-03T03:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot issue for i.MX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898013#M225783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is problem with SPL verify hash.&lt;/P&gt;
&lt;P&gt;Have you run hab_status to verify your signing imge before close the device?&lt;/P&gt;
&lt;P&gt;Can you share how you sign, csf files?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 05:39:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898013#M225783</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-07-03T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot issue for i.MX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898024#M225787</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hab_status :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Derek0902_0-1719985361138.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286794i129FD434AAE62360/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Derek0902_0-1719985361138.png" alt="Derek0902_0-1719985361138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;flash.bin build log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Offset_dump.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286796i9C15284B3E3CB033/image-size/large?v=v2&amp;amp;px=999" role="button" title="Offset_dump.png" alt="Offset_dump.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;print_fit_hab build log:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fit_hab.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/286797i0C552EEAB69AF6BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Fit_hab.png" alt="Fit_hab.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;csf_spl.txt:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Header]
    Version = 4.3
    Hash Algorithm = sha256
    Engine = CAAM
    Engine Configuration = 0
    Certificate Format = X509
    Signature Format = CMS

[Install SRK]
    # Index of the key location in the SRK table to be installed
    File = "../../crts/SRK_1_2_3_4_table.bin"
    Source index = 0

[Install CSFK]
    # Key used to authenticate the CSF data
    File = "../../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate CSF]

[Unlock]
    # Leave Job Ring and DECO master ID registers Unlocked
    Engine = CAAM
    Features = MID

[Install Key]
    # Key slot index used to authenticate the key to be installed
    Verification index = 0
    # Target key slot in HAB key store where key will be installed
    Target index = 2
    # Key to install
    File = "../../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate Data]
    # Key slot index used to authenticate the image data
    Verification index = 2
    # Authenticate Start Address, Offset, Length and file
    Blocks = 0x7e0fc0 0x1a000 0x3a400 "flash.bin"&lt;/LI-CODE&gt;&lt;P&gt;csf_fit.txt:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[Header]
    Version = 4.3
    Hash Algorithm = sha256
    Engine = CAAM
    Engine Configuration = 0
    Certificate Format = X509
    Signature Format = CMS

[Install SRK]
    # Index of the key location in the SRK table to be installed
    File = "../../crts/SRK_1_2_3_4_table.bin"
    Source index = 0

[Install CSFK]
    # Key used to authenticate the CSF data
    File = "../../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate CSF]

[Install Key]
    # Key slot index used to authenticate the key to be installed
    Verification index = 0
    # Target key slot in HAB key store where key will be installed
    Target index = 2
    # Key to install
    File = "../../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"

[Authenticate Data]
    # Key slot index used to authenticate the image data
    Verification index = 2
    # Authenticate Start Address, Offset, Length and file
    Blocks = 0x401fadc0 0x057c00 0x001020 "flash.bin", \
             0x40200000 0x05CC00 0x10ECB0 "flash.bin", \
             0x4030ECB0 0x16B8B0 0x00DF60 "flash.bin", \
             0x00910000 0x179810 0x00A0E0 "flash.bin", \
             0xFE000000 0x1838F0 0x08A350 "flash.bin"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Derek Lin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 05:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898024#M225787</guid>
      <dc:creator>Derek0902</dc:creator>
      <dc:date>2024-07-03T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Secure boot issue for i.MX8MQ</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898082#M225792</link>
      <description>&lt;P&gt;As need your PKI, and signing images ...etc. Will send you email.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 07:12:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Secure-boot-issue-for-i-MX8MQ/m-p/1898082#M225792</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-07-03T07:12:28Z</dc:date>
    </item>
  </channel>
</rss>

