<?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 How to identify HAB signed image with CSF header? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1232062#M169612</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to &lt;STRONG&gt;differentiate&lt;/STRONG&gt; between &lt;STRONG&gt;plain&lt;/STRONG&gt; FIT image and HAB &lt;STRONG&gt;signed&lt;/STRONG&gt; image on i.MX 8M based processors. So it would be useful if you could answer the following.&lt;/P&gt;&lt;P&gt;1. Can you share the &lt;STRONG&gt;CSF header structure&lt;/STRONG&gt; for i.MX 8M FIT image?&lt;/P&gt;&lt;P&gt;2. Do i.MX 6UL &amp;amp; i.MX 8M has same CSF header structure since both are HABv4?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2021 12:38:28 GMT</pubDate>
    <dc:creator>kanimozhi_t</dc:creator>
    <dc:date>2021-02-17T12:38:28Z</dc:date>
    <item>
      <title>How to identify HAB signed image with CSF header?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1232062#M169612</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to &lt;STRONG&gt;differentiate&lt;/STRONG&gt; between &lt;STRONG&gt;plain&lt;/STRONG&gt; FIT image and HAB &lt;STRONG&gt;signed&lt;/STRONG&gt; image on i.MX 8M based processors. So it would be useful if you could answer the following.&lt;/P&gt;&lt;P&gt;1. Can you share the &lt;STRONG&gt;CSF header structure&lt;/STRONG&gt; for i.MX 8M FIT image?&lt;/P&gt;&lt;P&gt;2. Do i.MX 6UL &amp;amp; i.MX 8M has same CSF header structure since both are HABv4?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks in advance.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 12:38:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1232062#M169612</guid>
      <dc:creator>kanimozhi_t</dc:creator>
      <dc:date>2021-02-17T12:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify HAB signed image with CSF header?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1232334#M169627</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A typical CSF header is as follows, it does not depend on the i.MX processor but rather on HABv4. So, the following is a generic example of a CSF header for HABv4, please see below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;
&lt;P&gt;&lt;STRONG&gt;[Header]&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Version = 4.1&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Hash Algorithm = sha256&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Engine Configuration = 0&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Certificate Format = X509&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Signature Format = CMS&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Ivan.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 20:26:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1232334#M169627</guid>
      <dc:creator>IvanRuiz</dc:creator>
      <dc:date>2021-02-17T20:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify HAB signed image with CSF header?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1237031#M170045</link>
      <description>&lt;P&gt;Thanks for the reply, this is the header in text format! But we want to check the CSF header in binary format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By analysing the u-boot code we found that CSF would start with 0xD4 in binary format. Like this we would want to get the entire CSF binary structure so that it can be verified in the provided binary file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 05:38:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-identify-HAB-signed-image-with-CSF-header/m-p/1237031#M170045</guid>
      <dc:creator>kanimozhi_t</dc:creator>
      <dc:date>2021-02-26T05:38:30Z</dc:date>
    </item>
  </channel>
</rss>

