<?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: Imx28 secure boot with custom key</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/2255716#M242662</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207913"&gt;@hector_delgado&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried the link for downloading it ended with "Page not found" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arumugam JS&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 05:35:27 GMT</pubDate>
    <dc:creator>6FArumugam</dc:creator>
    <dc:date>2025-12-05T05:35:27Z</dc:date>
    <item>
      <title>Imx28 secure boot with custom key</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/1822032#M220824</link>
      <description>&lt;P&gt;hi all, I am working on a secure boot for imx28.&lt;/P&gt;&lt;P&gt;I got couple of questions:&lt;/P&gt;&lt;P&gt;1) may I know what is the different of &lt;FONT color="#FF0000"&gt;elftosb -z -f imx28 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd -o u-boot.sb.new &lt;FONT color="#000000"&gt;and&lt;/FONT&gt; elftosb -k "./my.key" -f imx28 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd -o u-boot.sb.new. &lt;FONT color="#000000"&gt;if the my.key is all zero like 00000000000000000000000000000000.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;the problem I face is I try to work on a board which is OTP virgin, and if I set the key as key file then it does not boot up, while option -z works (uboot default way).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;2) I used bitbunner.exe program to program one CRYPTO0 register as 0x12345678, all other 3 untouched, but I cannot read it out anymore, reading will result in reset, does this expected? if yes, may I know how to read the key I program?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;3) same as question 2, if I prepare a key file as 123456780000000000000000000000000, and in step 1, and it cannot boot up. any particular steps required?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;my bd file looks like&lt;/P&gt;&lt;P&gt;cat arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd&lt;BR /&gt;options&lt;BR /&gt;{&lt;BR /&gt;flags = 0x4; // 0x8 encrypted + signed, 0x4 encrypted&lt;BR /&gt;buildNumber = 0x1;&lt;BR /&gt;productVersion = "1.00.00";&lt;BR /&gt;componentVersion = "1.00.00";&lt;BR /&gt;secureBinaryVersion = "2.0";&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;sources {&lt;BR /&gt;u_boot_spl="spl/u-boot-spl.bin";&lt;BR /&gt;u_boot="u-boot.bin";&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;section (0) {&lt;BR /&gt;load u_boot_spl &amp;gt; 0x1000;&lt;BR /&gt;load ivt (entry = 0x1000) &amp;gt; 0x8000;&lt;BR /&gt;hab call 0x8000;&lt;/P&gt;&lt;P&gt;load u_boot &amp;gt; 0x40002000;&lt;BR /&gt;load ivt (entry = 0x40002000) &amp;gt; 0x8000;&lt;BR /&gt;hab call 0x8000;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;thanks a lot&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Peng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 03:32:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/1822032#M220824</guid>
      <dc:creator>pjiangplus</dc:creator>
      <dc:date>2024-03-06T03:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Imx28 secure boot with custom key</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/1836599#M221866</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/230514"&gt;@pjiangplus&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Hope you're doing well!&lt;/P&gt;
&lt;P&gt;Have you followed&amp;nbsp;&lt;A href="https://www.nxp.com/webapp/Download?colCode=AN4555?" target="_blank"&gt;https://www.nxp.com/webapp/Download?colCode=AN4555?&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Hector.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 17:06:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/1836599#M221866</guid>
      <dc:creator>hector_delgado</dc:creator>
      <dc:date>2024-03-27T17:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Imx28 secure boot with custom key</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/2255716#M242662</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/207913"&gt;@hector_delgado&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried the link for downloading it ended with "Page not found" error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arumugam JS&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 05:35:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx28-secure-boot-with-custom-key/m-p/2255716#M242662</guid>
      <dc:creator>6FArumugam</dc:creator>
      <dc:date>2025-12-05T05:35:27Z</dc:date>
    </item>
  </channel>
</rss>

