<?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: HUB functionality problem, using SPL and DCD on imx6sx</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/1997134#M230979</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have a try to&amp;nbsp;configure the SPL verification length to be smaller to see what happens, and then mainly reduce the second field in BOOTDATA to see if this problem can be solved.&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>Tue, 19 Nov 2024 11:11:38 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2024-11-19T11:11:38Z</dc:date>
    <item>
      <title>HUB functionality problem, using SPL and DCD on imx6sx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/1996227#M230928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to use the HAB functionality on an i.MX6SX processor.&lt;/P&gt;&lt;P&gt;I have enabled HAB support in U-Boot (`CONFIG_IMX_HAB`).&lt;/P&gt;&lt;P&gt;I was able to sign the image using the fast authentication method with the following configuration:&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 Configuration = 0&lt;BR /&gt;Certificate Format = X509&lt;BR /&gt;Signature Format = CMS&lt;BR /&gt;Engine = ANY&lt;/P&gt;&lt;P&gt;[Install SRK]&lt;BR /&gt;# Index of the key location in the SRK table to be installed&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 NOCAK]&lt;BR /&gt;File = "../../crts/SRK1_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 = RNG&lt;/P&gt;&lt;P&gt;[Authenticate Data]&lt;BR /&gt;# Key slot index 0 used to authenticate the image data&lt;BR /&gt;Verification index = 0&lt;BR /&gt;# Authenticate Start Address, Offset, Length, and file&lt;BR /&gt;Blocks = 0x00907400 0x00000000 0x0000ec00 "SPL"&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;Unfortunately, it doesn't work. The `hab_status` command outputs the following errors:&lt;/P&gt;&lt;P&gt;```&lt;BR /&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 0x14 0x42 0x33 0x22 0x33 0x00&lt;BR /&gt;0x00 0x00 0x00 0x0f 0x00 0x90 0x70 0x00&lt;BR /&gt;0x00 0x01 0x12 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_TARGET (0x33)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;/P&gt;&lt;P&gt;--------- HAB Event 2 -----------------&lt;BR /&gt;event data:&lt;BR /&gt;0xdb 0x00 0x14 0x42 0x33 0x22 0x33 0x00&lt;BR /&gt;0x00 0x00 0x00 0x0f 0x00 0x90 0x70 0x00&lt;BR /&gt;0x00 0x01 0x10 0x60&lt;/P&gt;&lt;P&gt;STS = HAB_FAILURE (0x33)&lt;BR /&gt;RSN = HAB_INV_ADDRESS (0x22)&lt;BR /&gt;CTX = HAB_CTX_TARGET (0x33)&lt;BR /&gt;ENG = HAB_ENG_ANY (0x00)&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;The addresses referenced in the error messages point to the MMU table, which is located outside the OCRAM region.&lt;/P&gt;&lt;P&gt;What could be causing this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 09:40:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/1996227#M230928</guid>
      <dc:creator>narkoskatona</dc:creator>
      <dc:date>2024-11-18T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: HUB functionality problem, using SPL and DCD on imx6sx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/1997134#M230979</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have a try to&amp;nbsp;configure the SPL verification length to be smaller to see what happens, and then mainly reduce the second field in BOOTDATA to see if this problem can be solved.&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>Tue, 19 Nov 2024 11:11:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/1997134#M230979</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-11-19T11:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: HUB functionality problem, using SPL and DCD on imx6sx</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/2001954#M231217</link>
      <description>&lt;P&gt;The issue was that the SPL size was too large to fit into the OCRAM. I had to reduce its size.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 11:31:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HUB-functionality-problem-using-SPL-and-DCD-on-imx6sx/m-p/2001954#M231217</guid>
      <dc:creator>narkoskatona</dc:creator>
      <dc:date>2024-11-26T11:31:27Z</dc:date>
    </item>
  </channel>
</rss>

