<?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: HAB events on i.mx6 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1167635#M163480</link>
    <description>&lt;P&gt;Have there been any updates to this issue? We are experiencing the same HAB errors with the latest batch of i.mx6 devices.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Oct 2020 18:32:28 GMT</pubDate>
    <dc:creator>kobusg</dc:creator>
    <dc:date>2020-10-14T18:32:28Z</dc:date>
    <item>
      <title>HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1158807#M162491</link>
      <description>&lt;P&gt;I'm trying to enable high assurance boot on i.MX6Q rev1.6.&lt;BR /&gt;I'm using U-Boot 2017.03&lt;BR /&gt;The following settings are enabled in u-boot:&lt;BR /&gt;CONFIG_SECURE_BOOT=y&lt;BR /&gt;CONFIG_SYS_FSL_SEC_LE&lt;BR /&gt;CONFIG_SYS_FSL_SEC_COMPAT 4&lt;BR /&gt;CONFIG_FSL_CAAM&lt;BR /&gt;CONFIG_CMD_RNG_SELF_TEST=y&lt;/P&gt;&lt;P&gt;The u-boot build output:&lt;BR /&gt;...&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: 618496 Bytes = 604.00 KiB = 0.59 MiB&lt;BR /&gt;Load Address: 177ff420&lt;BR /&gt;Entry Point: 17800000&lt;BR /&gt;HAB Blocks: 177ff400 00000000 00092c00&lt;BR /&gt;DCD Blocks: 00910000 0000002c 000002f8&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I generated keys with cts-3.3-1, using the following setting:&lt;/P&gt;&lt;P&gt;Do you want to use an existing CA key (y/n)?: n&lt;BR /&gt;Do you want to use Elliptic Curve Cryptography (y/n)?: n&lt;BR /&gt;Enter key length in bits for PKI tree: 2048&lt;BR /&gt;Enter PKI tree duration (years): 30&lt;BR /&gt;How many Super Root Keys should be generated? 4&lt;BR /&gt;Do you want the SRK certificates to have the CA flag set? (y/n)?: y&lt;/P&gt;&lt;P&gt;I flashed the fuses.&amp;nbsp;The values read from fuses match the output of&lt;BR /&gt;hexdump -e '/4 "0x"' -e '/4 "%X""\n"' SRK_1_2_3_4_fuse.bin&lt;BR /&gt;command.&lt;/P&gt;&lt;P&gt;u-boot.csf used for signing:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Header]&lt;BR /&gt;Version = 4.2&lt;BR /&gt;Hash Algorithm = sha256&lt;BR /&gt;Engine = CAAM&lt;BR /&gt;Engine Configuration = 0&lt;BR /&gt;Certificate Format = X509&lt;BR /&gt;Signature Format = CMS&lt;BR /&gt;&lt;BR /&gt;[Install SRK]&lt;BR /&gt;File = "../cst-3.3.1/crts/SRK_1_2_3_4_table.bin"&lt;BR /&gt;Source index = 0&lt;BR /&gt;&lt;BR /&gt;[Install CSFK]&lt;BR /&gt;File = "../cst-3.3.1/crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/P&gt;&lt;P&gt;[Authenticate CSF]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Unlock]&lt;BR /&gt;Engine = CAAM&lt;BR /&gt;Features = RNG&lt;/P&gt;&lt;P&gt;[Install Key]&lt;BR /&gt;Verification index = 0&lt;BR /&gt;Target index = 2&lt;BR /&gt;File = "../cst-3.3.1/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 = 0x177FF400 0x0 0x00092c00 "u-boot-dtb.imx"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To sign the u-boot I used the following commands:&lt;BR /&gt;../cst-3.3.1/linux64/bin/cst --o u-boot_csf.bin --i u-boot.csf&lt;BR /&gt;Output:&lt;BR /&gt;Install SRK&lt;BR /&gt;Install CSFK&lt;BR /&gt;Authenticate CSF&lt;BR /&gt;Install key&lt;BR /&gt;Authenticate data&lt;BR /&gt;CSF Processed successfully and signed data available in u-boot_csf.bin&lt;/P&gt;&lt;P&gt;cat u-boot-dtb.imx u-boot_csf.bin &amp;gt; u-boot-signed.imx&lt;BR /&gt;objcopy -I binary -O binary --pad-to 0x0094c00 --gap-fill=0x00 u-boot-signed.imx u-boot-signed-pad.imx&lt;/P&gt;&lt;P&gt;The signed u-boot image was flashed to e-MMC.&lt;BR /&gt;After reboot I used hab_status to verify signed u-boot&lt;/P&gt;&lt;P&gt;hab_status&lt;/P&gt;&lt;P&gt;Secure boot disabled&lt;BR /&gt;HAB Configuration: 0xf0, HAB State: 0x66&lt;/P&gt;&lt;P&gt;The hab_status output doesn't show "No HAB Events Found!" message. No any other errors/events are displayed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The same keys and signing procedure works fine on board with iMX6QP rev1.0.&lt;BR /&gt;The&amp;nbsp;"No HAB Events Found!" message is present when running hab_status command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas why No HAB Events Found! is missing when running hab_status on iMX6Q rev1.6?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone provide more information about how to fix this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 17:14:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1158807#M162491</guid>
      <dc:creator>zbigniewbauer</dc:creator>
      <dc:date>2020-09-24T17:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160256#M162650</link>
      <description>&lt;P&gt;More info.&lt;/P&gt;&lt;P&gt;Looks like this is know issue for iMX6Q Rev. 1.6:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/U-boot-hab-status-indicate-warnings-but-no-events-are-displayed/m-p/841413" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/U-boot-hab-status-indicate-warnings-but-no-events-are-displayed/m-p/841413&lt;/A&gt;&lt;BR /&gt;I applied the patch:&amp;nbsp;&lt;A href="https://mirrors.edge.kernel.org/caf_patches/external/imxsupport/uboot-imx/imx_v2016.03_4.1.15_2.0.0_ga/" target="_blank"&gt;https://mirrors.edge.kernel.org/caf_patches/external/imxsupport/uboot-imx/imx_v2016.03_4.1.15_2.0.0_ga/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The output of&amp;nbsp;rng_self_test command is:&lt;/P&gt;&lt;P&gt;STS = HAB_WARNING (0x69)&lt;BR /&gt;RSN = HAB_ENG_FAIL (0x30)&lt;BR /&gt;CTX = HAB_CTX_ENTRY (0xE1)&lt;BR /&gt;ENG = HAB_ENG_CAAM (0x1D)&lt;/P&gt;&lt;P&gt;I tried to run&amp;nbsp;RNG initialization, but I still get the same&amp;nbsp;HAB_WARNING.&lt;/P&gt;&lt;P&gt;How to fix this? Is it safe to lock the device?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160256#M162650</guid>
      <dc:creator>zbigniewbauer</dc:creator>
      <dc:date>2020-09-28T19:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160307#M162657</link>
      <description>&lt;P&gt;Hi zbigniewbauer&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;U-Boot 2017.03 is old version, please try latest and follow guidelines below&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4?h=imx_v2020.04_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 23:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160307#M162657</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-09-28T23:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160885#M162705</link>
      <description>&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;I tried u-boot imx_v2020.04_5.4.24_2.1.0. The mkimage output is:&lt;/P&gt;&lt;P&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: 622688 Bytes = 608.09 KiB = 0.59 MiB&lt;BR /&gt;Load Address: 177ff420&lt;BR /&gt;Entry Point: 17800000&lt;BR /&gt;HAB Blocks: 0x177ff400 0x00000000 0x00095c00&lt;BR /&gt;DCD Blocks: 0x0000002c 0x00910000 0x000002f8&lt;/P&gt;&lt;P&gt;I modified &lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;root&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;doc&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;imx&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;habv4&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/csf_examples?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;csf_examples&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/csf_examples/mx6_mx7?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;mx6_mx7&lt;/A&gt;/&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/csf_examples/mx6_mx7/csf_uboot.txt?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;csf_uboot.txt:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;[Header]&lt;BR /&gt;Version = 4.2&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;BR /&gt;&lt;BR /&gt;[Install SRK]&lt;BR /&gt;File = "../cst-3.3.1/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 = "../cst-3.3.1/crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/P&gt;&lt;P&gt;[Authenticate CSF]&lt;BR /&gt;&lt;BR /&gt;[Install Key]&lt;BR /&gt;# Key slot index used to authenticate the key to be installed&lt;BR /&gt;Verification index = 0&lt;BR /&gt;# Target key slot in HAB key store where key will be installed&lt;BR /&gt;Target Index = 2&lt;BR /&gt;# Key to install&lt;BR /&gt;File = "../cst-3.3.1/crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;BR /&gt;&lt;BR /&gt;[Authenticate Data]&lt;BR /&gt;Verification index = 2&lt;BR /&gt;Blocks = 0x177ff400 0x00000000 0x00095c00 "u-boot-dtb.imx"&lt;/P&gt;&lt;P&gt;I used &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.24_2.1.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.24_2.1.0&lt;/A&gt; instructions for u-boot signing:&lt;/P&gt;&lt;P&gt;../cst-3.3.1/linux64/bin/cst -i u-boot.csf -o csf_uboot.bin&lt;BR /&gt;cat u-boot-dtb.imx csf_uboot.bin &amp;gt; u-boot-signed.imx&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;After flashing eMMC with signed u-boot and running hab_status I got:&lt;/P&gt;&lt;P&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 0x24 0x42 0x69 0x30 0xe1 0x1d&lt;BR /&gt;0x00 0x04 0x00 0x02 0x40 0x00 0x36 0x06&lt;BR /&gt;0x55 0x55 0x00 0x03 0x00 0x00 0x00 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00&lt;BR /&gt;0x00 0x00 0x00 0x01&lt;/P&gt;&lt;P&gt;STS = HAB_WARNING (0x69)&lt;BR /&gt;RSN = HAB_ENG_FAIL (0x30)&lt;BR /&gt;CTX = HAB_CTX_ENTRY (0xE1)&lt;BR /&gt;ENG = HAB_ENG_CAAM (0x1D)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas? Can I ignore this warning and close the device?&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Z&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:46:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1160885#M162705</guid>
      <dc:creator>zbigniewbauer</dc:creator>
      <dc:date>2020-09-29T18:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1167635#M163480</link>
      <description>&lt;P&gt;Have there been any updates to this issue? We are experiencing the same HAB errors with the latest batch of i.mx6 devices.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 18:32:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1167635#M163480</guid>
      <dc:creator>kobusg</dc:creator>
      <dc:date>2020-10-14T18:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1279137#M174273</link>
      <description>&lt;DIV class="lia-quilt-row lia-quilt-row-message-body"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-24 lia-quilt-column-single lia-quilt-column-message-body-content"&gt;&lt;DIV class="lia-quilt-column-alley lia-quilt-column-alley-single"&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;DIV class="J0lOec"&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Were you able to overcome this problem? If yes, how?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="J0lOec"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="J0lOec"&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="J0lOec"&gt;&lt;SPAN class="VIiyi"&gt;&lt;SPAN class="JLqJ4b ChMk0b"&gt;&lt;SPAN&gt;Yair&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-message-quick-reply"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-right lia-quilt-column-message-quick-reply-content-right"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="lia-quilt-row lia-quilt-row-message-mod-controls"&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-left lia-quilt-column-message-mod-controls-content-left"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-quilt-column lia-quilt-column-12 lia-quilt-column-right lia-quilt-column-message-mod-controls-content-right"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 May 2021 17:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1279137#M174273</guid>
      <dc:creator>YairBA</dc:creator>
      <dc:date>2021-05-19T17:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1367689#M182735</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I encountered the same issue with imx6q rev 1.6.&lt;/P&gt;&lt;P&gt;I am also using u-boot 2020.04.&lt;/P&gt;&lt;P&gt;Has anyone found the solution to fix the issue?&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Shunnian&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 06:33:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1367689#M182735</guid>
      <dc:creator>shunnianzhai</dc:creator>
      <dc:date>2021-11-08T06:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1415411#M187143</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the same issue with U-Boot 2020.04 but on imx6 solo-x rev1.4&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;We had checked eFUSE value and SRK Fuse, they are matched&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No idea why it doesn't show up "No HAB Events Found"...&lt;BR /&gt;How to read HAB event&amp;nbsp;data meaning in HAB Event 1&amp;nbsp;?&lt;BR /&gt;Does HAB event data have document ?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;If anyone have idea please help&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;=&amp;gt; hab_status&lt;BR /&gt;&lt;BR /&gt;Secure boot disabled&lt;BR /&gt;&lt;BR /&gt;HAB Configuration: 0xf0, HAB State: 0x66&lt;BR /&gt;&lt;BR /&gt;--------- HAB Event 1 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x24 0x42 0x69 0x30 0xe1 0x1d&lt;BR /&gt;0x00 0x08 0x00 0x02 0x40 0x00 0x36 0x06&lt;BR /&gt;0x55 0x55 0x00 0x03 0x00 0x00 0x00 0x00&lt;BR /&gt;0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00&lt;BR /&gt;0x00 0x00 0x00 0x01&lt;BR /&gt;&lt;BR /&gt;STS = HAB_WARNING (0x69)&lt;BR /&gt;RSN = HAB_ENG_FAIL (0x30)&lt;BR /&gt;CTX = HAB_CTX_ENTRY (0xE1)&lt;BR /&gt;ENG = HAB_ENG_CAAM (0x1D)&lt;BR /&gt;&lt;BR /&gt;=&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 15:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1415411#M187143</guid>
      <dc:creator>Yu-Shu_Huang</dc:creator>
      <dc:date>2022-02-17T15:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1415819#M187176</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/39267"&gt;@Yu-Shu_Huang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;look at the following:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-Processors/HAB-status-reports-warning-event/m-p/1047502" target="_blank"&gt;https://community.nxp.com/t5/i-MX-Processors/HAB-status-reports-warning-event/m-p/1047502&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>Fri, 18 Feb 2022 07:04:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1415819#M187176</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2022-02-18T07:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1417166#M187305</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/1941"&gt;@Yuri&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you !&lt;BR /&gt;Let me give a try and get back to you &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 04:19:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1417166#M187305</guid>
      <dc:creator>Yu-Shu_Huang</dc:creator>
      <dc:date>2022-02-22T04:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1417471#M187339</link>
      <description>&lt;P&gt;Hi Yu-Shu_Huang,&lt;/P&gt;&lt;P&gt;HAB event data meaning can be found here:&lt;/P&gt;&lt;P&gt;./arch/arm/mach-imx/hab.c&lt;BR /&gt;./arch/arm/include/asm/mach-imx/hab.h&lt;/P&gt;&lt;P&gt;Both inside U-Boot source code.&lt;/P&gt;&lt;P&gt;I have the same warning on i.MX6DL silicon version 1.4 while for the exact same images on i.MX6DL silicon version 1.3 there is no warning and I get the "No HAB Events Found!".&lt;/P&gt;&lt;P&gt;I closed (program SEC_CONFIG[1]) the device (i.MX6DL silicon version 1.4) and I can boot a signed images without any problem (but the warning message is still there).&lt;/P&gt;&lt;P&gt;Yair&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 12:12:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1417471#M187339</guid>
      <dc:creator>YairBA</dc:creator>
      <dc:date>2022-02-22T12:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: HAB events on i.mx6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1418014#M187400</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/178681"&gt;@YairBA&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing your experience.&lt;BR /&gt;Let me feel confident to close the the device &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 07:46:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB-events-on-i-mx6/m-p/1418014#M187400</guid>
      <dc:creator>Yu-Shu_Huang</dc:creator>
      <dc:date>2022-02-23T07:46:44Z</dc:date>
    </item>
  </channel>
</rss>

