<?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 Re: Regarding fuse programming in IMX7 for HAB Secure boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1330548#M179184</link>
    <description>&lt;P&gt;The problem for the events seen is because of faulty hardware. When replaced with another board, the issue is not seen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 19:04:44 GMT</pubDate>
    <dc:creator>nraghu12003</dc:creator>
    <dc:date>2021-08-26T19:04:44Z</dc:date>
    <item>
      <title>Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1316243#M177718</link>
      <description>&lt;P&gt;Hi NXP Support team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to use HABv4 for IMX7. I followed the CST to sign my U-Boot and tried to program the fuse in my board.&lt;/P&gt;&lt;P&gt;There are 8 fuses to be programmed in IMX7. For the first 4 fuses programming, it succeeded but for the 5th fuse programming it failed:&lt;/P&gt;&lt;P&gt;mxc_ocotp fuse_prog(): Invalid argument&lt;/P&gt;&lt;P&gt;Can you please provide the fuse programming procedure for Secure boot HABv4 for IMX7.&lt;/P&gt;&lt;P&gt;I went through the support links and got few information about it but it is not still clear on the exact procedure. A quick solution is really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jul 2021 19:21:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1316243#M177718</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-07-31T19:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1317028#M177775</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189716"&gt;@nraghu12003&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; use U-boot, as recommended in &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx6_mx7_secure_boot.txt?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;An example for i.MX7D:&lt;/P&gt;
&lt;P&gt;=&amp;gt; fuse prog 6 0 0x20593752&lt;BR /&gt;=&amp;gt; fuse prog 6 1 0x6ACE6962&lt;BR /&gt;=&amp;gt; fuse prog 6 2 0x26E0D06C&lt;BR /&gt;=&amp;gt; fuse prog 6 3 0xFC600661&lt;BR /&gt;=&amp;gt; fuse prog 7 0 0x1240E88F&lt;BR /&gt;=&amp;gt; fuse prog 7 1 0x1209F144&lt;BR /&gt;=&amp;gt; fuse prog 7 2 0x831C8117&lt;BR /&gt;=&amp;gt; fuse prog 7 3 0x1190FD4D&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 04:25:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1317028#M177775</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-08-03T04:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1319197#M177977</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Thanks for the reference document for the IMX7d fuse procedure. The commands did work.&lt;/P&gt;&lt;P&gt;We are having the below methods for building u-boot:&lt;/P&gt;&lt;P&gt;a) Serial download bootloader image&lt;/P&gt;&lt;P&gt;# make distclean&lt;BR /&gt;# make smx7_defconfig&lt;BR /&gt;# make&lt;/P&gt;&lt;P&gt;The resulting bootloader image will be u-boot-dtb.imx. It can be used with a serial&lt;BR /&gt;download tool (e.g. usb_imx) to boot the module.&lt;/P&gt;&lt;P&gt;b) QSPI flash bootloader image&lt;/P&gt;&lt;P&gt;# make distclean&lt;BR /&gt;# make smx7_spl_defconfig&lt;BR /&gt;# make u-boot-with-spl.imx&lt;/P&gt;&lt;P&gt;The resulting bootloader image will be u-boot-with-spl.imx. In bootloader default&lt;BR /&gt;environment the 'uboot_update' script is defined that can be used to update a&lt;BR /&gt;given bootloader image via TFTP network connection.&lt;/P&gt;&lt;P&gt;We normally use option - b. But after fusing, the signed u-boot image did not come up.&lt;/P&gt;&lt;P&gt;So, we went to option - a. The HAB block logs are not available for option - a. So we created the image and used the HAB blocks generated from option b from file SPL.log.&lt;/P&gt;&lt;P&gt;This time, the HAB signed image after fuse of the processor came up.&lt;/P&gt;&lt;P&gt;However, I got the below HAB events in hab_status:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=&amp;gt; hab_status&lt;/P&gt;&lt;P&gt;Secure boot disabled&lt;/P&gt;&lt;P&gt;HAB Configuration: 0xf0, HAB State: 0x66&lt;/P&gt;&lt;P&gt;--------- HAB Event 1 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x08 0x42 0x33 0x22 0x0a 0x00&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ADDRESS (0x22)&lt;BR /&gt;CTX = HAB_CTX_AUTHENTICATE (0x0A)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;--------- HAB Event 2 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x14 0x42 0x33 0x0c 0xa0 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x87 0x7f 0xf4 0x00&lt;BR /&gt;0x00 0x00 0x00 0x20&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ASSERTION (0x0C)&lt;BR /&gt;CTX = HAB_CTX_ASSERT (0xA0)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;--------- HAB Event 3 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x14 0x42 0x33 0x0c 0xa0 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x87 0x7f 0xf4 0x2c&lt;BR /&gt;0x00 0x00 0x01 0xbc&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ASSERTION (0x0C)&lt;BR /&gt;CTX = HAB_CTX_ASSERT (0xA0)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;--------- HAB Event 4 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x14 0x42 0x33 0x0c 0xa0 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x87 0x7f 0xf4 0x20&lt;BR /&gt;0x00 0x00 0x00 0x01&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ASSERTION (0x0C)&lt;BR /&gt;CTX = HAB_CTX_ASSERT (0xA0)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;--------- HAB Event 5 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x14 0x42 0x33 0x0c 0xa0 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x87 0x80 0x00 0x00&lt;BR /&gt;0x00 0x00 0x00 0x04&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ASSERTION (0x0C)&lt;BR /&gt;CTX = HAB_CTX_ASSERT (0xA0)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;=&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please find below our images generated for option - a:&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 adtop users 7889 Aug 5 01:48 .u-boot.lds.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 2410 Aug 5 01:48 u-boot.lds&lt;BR /&gt;-rw-r--r-- 1 adtop users 662767 Aug 5 01:48 u-boot.map&lt;BR /&gt;-rw-r--r-- 1 adtop users 1363 Aug 5 01:48 .u-boot.cmd&lt;BR /&gt;-rwxr-xr-x 1 adtop users 4675556 Aug 5 01:48 u-boot&lt;BR /&gt;-rw-r--r-- 1 adtop users 281 Aug 5 01:48 .u-boot-nodtb.bin.cmd&lt;BR /&gt;-rwxr-xr-x 1 adtop users 435364 Aug 5 01:48 u-boot-nodtb.bin&lt;BR /&gt;drwxr-xr-x 2 adtop users 4096 Aug 5 01:48 dts&lt;BR /&gt;-rw-r--r-- 1 adtop users 71 Aug 5 01:48 .u-boot-dtb.bin.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 472210 Aug 5 01:48 u-boot-dtb.bin&lt;BR /&gt;-rw-r--r-- 1 adtop users 2913 Aug 5 01:48 u-boot-dtb.cfgout&lt;BR /&gt;-rw-r--r-- 1 adtop users 7578 Aug 5 01:48 .u-boot-dtb.cfgout.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 194 Aug 5 01:48 u-boot-dtb.imx.log&lt;BR /&gt;-rw-r--r-- 1 adtop users 139 Aug 5 01:48 .u-boot-dtb.imx.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 478208 Aug 5 01:48 u-boot-dtb.imx&lt;BR /&gt;-rw-r--r-- 1 adtop users 267 Aug 5 01:48 .u-boot.srec.cmd&lt;BR /&gt;-rwxr-xr-x 1 adtop users 1306250 Aug 5 01:48 u-boot.srec&lt;BR /&gt;-rw-r--r-- 1 adtop users 47 Aug 5 01:48 .u-boot.bin.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 472210 Aug 5 01:48 u-boot.bin&lt;BR /&gt;-rw-r--r-- 1 adtop users 72 Aug 5 01:48 .u-boot.sym.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 167162 Aug 5 01:48 u-boot.sym&lt;BR /&gt;-rw-r--r-- 1 adtop users 80202 Aug 5 01:48 System.map&lt;BR /&gt;-rw-r--r-- 1 adtop users 36846 Aug 5 01:48 u-boot.dtb&lt;BR /&gt;drwxr-xr-x 27 adtop users 4096 Aug 5 01:48 .&lt;/P&gt;&lt;P&gt;Please find below our images generated for option - b:&lt;/P&gt;&lt;P&gt;-rw-r--r-- 1 adtop users 8483 Aug 4 23:23 .u-boot.lds.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 2410 Aug 4 23:23 u-boot.lds&lt;BR /&gt;-rw-r--r-- 1 adtop users 663748 Aug 4 23:23 u-boot.map&lt;BR /&gt;-rw-r--r-- 1 adtop users 1363 Aug 4 23:23 .u-boot.cmd&lt;BR /&gt;-rwxr-xr-x 1 adtop users 4693748 Aug 4 23:23 u-boot&lt;BR /&gt;drwxr-xr-x 2 adtop users 4096 Aug 4 23:23 dts&lt;BR /&gt;drwxr-xr-x 14 adtop users 4096 Aug 4 23:23 spl&lt;BR /&gt;-rwxr-xr-x 1 adtop users 439056 Aug 4 23:23 u-boot-nodtb.bin&lt;BR /&gt;-rw-r--r-- 1 adtop users 281 Aug 4 23:23 .u-boot-nodtb.bin.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 71 Aug 4 23:23 .u-boot-dtb.bin.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 475902 Aug 4 23:23 u-boot-dtb.bin&lt;BR /&gt;-rw-r--r-- 1 adtop users 47 Aug 4 23:23 .u-boot.bin.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 475902 Aug 4 23:23 u-boot.bin&lt;BR /&gt;-rw-r--r-- 1 adtop users 173 Aug 4 23:23 .u-boot.img.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 475966 Aug 4 23:23 u-boot.img&lt;BR /&gt;-rw-r--r-- 1 adtop users 286 Aug 4 23:23 SPL.log&lt;BR /&gt;-rw-r--r-- 1 adtop users 114 Aug 4 23:23 .SPL.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 52224 Aug 4 23:23 SPL&lt;BR /&gt;-rw-r--r-- 1 adtop users 364 Aug 4 23:23 .u-boot-with-spl.imx.cmd&lt;BR /&gt;-rw-r--r-- 1 adtop users 545598 Aug 4 23:23 u-boot-with-spl.imx&lt;BR /&gt;drwxr-xr-x 27 adtop users 4096 Aug 5 01:04 .&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. Can you please let us know whether we made any mistake in the procedure we tried?&lt;BR /&gt;2. Can you please let us know how to resolve these hab_status events?&lt;BR /&gt;3. I understand that the procedure for SPL HABv4 is somewhat different than HABv4 as when I tried the HABv4 procedure and the signed image did not get booted up after the fuse programming.&lt;BR /&gt;Can you provide us the procedure for SPL HABv4 that we can try out?&lt;/P&gt;&lt;P&gt;Please provide us with a quick response.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 16:29:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1319197#M177977</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-05T16:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1320291#M178072</link>
      <description>&lt;P&gt;&lt;U&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189716"&gt;@nraghu12003&lt;/a&gt;&lt;BR /&gt;&lt;/U&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; You mentioned about TFTP using with the fuses burned. &lt;BR /&gt;This means, that both "original" and updated U-boot images&lt;BR /&gt;must be signed. Is it so?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Aug 2021 10:30:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1320291#M178072</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-08-09T10:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1321181#M178157</link>
      <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;We do not use the tftp method to burn the flashes of the images created using option-b. We use USB method using the below commands:&lt;/P&gt;&lt;P&gt;usb start &amp;amp;&amp;amp; load usb 0 81000000 u-boot-with-spl-signed.imx &amp;amp;&amp;amp; sf probe 0 &amp;amp;&amp;amp; sf read 80800000 0 200&lt;BR /&gt;sf erase 0 c0000 &amp;amp;&amp;amp; sf write 80800000 0 200 &amp;amp;&amp;amp; sf write 81000000 400 $filesize&lt;/P&gt;&lt;P&gt;Since you mentioned now to try out with a signed image, we tried that as well where the image is signed and which had the HAB events as mentioned and we tried to burn the image signed using option-b. That too did not work.&lt;/P&gt;&lt;P&gt;Please help us with this at the earliest.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:21:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1321181#M178157</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-10T14:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1322699#M178348</link>
      <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;Can you please provide your valuable inputs for this issue?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Aug 2021 14:37:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1322699#M178348</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-12T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1323340#M178431</link>
      <description>&lt;P&gt;Please find the contents of :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat SPL.log&lt;BR /&gt;Image Type: Freescale IMX Boot Image&lt;BR /&gt;Image Ver: 2 (i.MX53/6/7 compatible)&lt;BR /&gt;Mode: DCD&lt;BR /&gt;Data Size: 61536 Bytes = 60.09 KiB = 0.06 MiB&lt;BR /&gt;Load Address: 00910420&lt;BR /&gt;Entry Point: 00911000&lt;BR /&gt;HAB Blocks: 0x00910400 0x00000000 0x0000cc00&lt;BR /&gt;DCD Blocks: 0x00910000 0x0000002c 0x00000004&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cat U-Boot.CSF&lt;/P&gt;&lt;P&gt;[Header]&lt;BR /&gt;Version = 4.1&lt;BR /&gt;Hash Algorithm = sha256&lt;BR /&gt;Engine Configuration = 0&lt;BR /&gt;Certificate Format = X509&lt;BR /&gt;Signature Format = CMS&lt;BR /&gt;Engine = CAAM&lt;/P&gt;&lt;P&gt;[Install SRK]&lt;BR /&gt;File = "../../crts/SRK_1_2_3_4_table.bin"&lt;BR /&gt;Source index = 0&lt;/P&gt;&lt;P&gt;[Install CSFK]&lt;BR /&gt;File = "../../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/P&gt;&lt;P&gt;[Authenticate CSF]&lt;/P&gt;&lt;P&gt;[Unlock]&lt;BR /&gt;Engine = CAAM&lt;BR /&gt;Features = MID&lt;/P&gt;&lt;P&gt;[Install Key]&lt;BR /&gt;# Key slot index used to authenticate the key to be installed&lt;BR /&gt;Verification index = 0&lt;/P&gt;&lt;P&gt;# Key to install&lt;BR /&gt;Target index = 2&lt;BR /&gt;File = "../../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/P&gt;&lt;P&gt;[Authenticate Data]&lt;BR /&gt;Verification index = 2&lt;BR /&gt;Blocks = 0x910400 0x0 0xcc00 "u-boot-dtb-hab-serial.imx"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps used to generate signed u-boot:&lt;/P&gt;&lt;P&gt;$ ./cst --o U-Boot_CSF.bin --i U-Boot.CSF&lt;/P&gt;&lt;P&gt;CSF Processed successfully and signed data available in U-Boot_CSF.bin&lt;/P&gt;&lt;P&gt;Create Signed U-Boot&lt;/P&gt;&lt;P&gt;$ objcopy -I binary -O binary --pad-to 0x2000 --gap-fill=0x00 U-Boot_CSF.bin U-Boot_CSF_pad.bin&lt;BR /&gt;$ cat u-boot-dtb-hab-serial.imx U-Boot_CSF_pad.bin &amp;gt; u-boot-dtb-hab-serial-signed.imx&lt;/P&gt;&lt;P&gt;Please let me know whether this information helps for this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 16:45:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1323340#M178431</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-13T16:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1324126#M178517</link>
      <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day. I see that similar issues are posted in:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/HAB-signature-failure-on-i-MX6/m-p/276309" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/HAB-signature-failure-on-i-MX6/m-p/276309&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/HAB-secure-serial-boot-on-mx6/m-p/237488#332405" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/HAB-secure-serial-boot-on-mx6/m-p/237488#332405&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I am not sure what exactly is the solution. Your expert advice is essential to resolve my issue. Please help me in this regard at the earliest. Please let me know if you need any additional information.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 22:32:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1324126#M178517</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-16T22:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1324252#M178527</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/189716"&gt;@nraghu12003&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; please double check Your sequence and parameters, using the following U-boot help: &lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Yuri.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 03:06:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1324252#M178527</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2021-08-17T03:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1325707#M178684</link>
      <description>&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I double checked the sequence and parameters using the U-boot help:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fuboot-imx%2Ftree%2Fdoc%2Fimx%2Fhabv4%2Fguides%2Fmx6_mx7_spl_secure_boot.txt%3Fh%3Dimx_v2020.04_5.4.70_2.3.0&amp;amp;data=04%7C01%7Craghu.raman-nagarajan%40us.abb.com%7Cbdc48671ce09469cae6d08d9612bf6f0%7C372ee9e09ce04033a64ac07073a91ecd%7C0%7C0%7C637647663728546460%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=G8Np01b%2BgUA1rlcXTYYZsqENGUQkPMjDmO6d%2FlOZYgE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx6_mx7_spl_secure_boot.txt?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fuboot-imx%2Ftree%2Fdoc%2Fimx%2Fhabv4%2Fguides%3Fh%3Dimx_v2020.04_5.4.70_2.3.0&amp;amp;data=04%7C01%7Craghu.raman-nagarajan%40us.abb.com%7Cbdc48671ce09469cae6d08d9612bf6f0%7C372ee9e09ce04033a64ac07073a91ecd%7C0%7C0%7C637647663728556447%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&amp;amp;sdata=90r8kbLpN10ENOWvh9WjO8prkWhm%2FHCnDEaGsCKvgg0%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, all the combinations that I tried did not result in resolution for the issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not using SPL and I am using method 1 for u-boot via USB loader.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please provide your advise any to overcome this issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;N.Raghu Raman.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Aug 2021 19:12:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1325707#M178684</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-18T19:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding fuse programming in IMX7 for HAB Secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1330548#M179184</link>
      <description>&lt;P&gt;The problem for the events seen is because of faulty hardware. When replaced with another board, the issue is not seen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;N.Raghu Raman.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 19:04:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Regarding-fuse-programming-in-IMX7-for-HAB-Secure-boot/m-p/1330548#M179184</guid>
      <dc:creator>nraghu12003</dc:creator>
      <dc:date>2021-08-26T19:04:44Z</dc:date>
    </item>
  </channel>
</rss>

