<?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: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229393#M169311</link>
    <description>&lt;P&gt;Where specifically is AHAB enabled in the meta layers or bb files if not in .config and defconfig?&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 15:45:40 GMT</pubDate>
    <dc:creator>Gandalf-kern</dc:creator>
    <dc:date>2021-02-10T15:45:40Z</dc:date>
    <item>
      <title>Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228245#M169171</link>
      <description>&lt;P&gt;1) Please send a link or a document giving the specific steps to create a signed final boot container for iMX8x?&lt;/P&gt;&lt;P&gt;For secure boot on iMX8X, the boot container is built with the Yocto recipe imx-boot. On iMX8X the binaries for SCU Firmware, ARM Trusted Firmware, U-boot, etc. are located under build/deploy/images/imx8x/imx-boot-tools/&lt;/P&gt;&lt;P&gt;2)&amp;nbsp;Having built the imx8x minimal bitbake with OpenEmbedded, all the needed artifacts to assemble the final boot container exist in the imx-boot... bin-flash image, correct?&lt;/P&gt;&lt;P&gt;3) Does the&amp;nbsp;imx-boot Yocto recipe also do the csf signing? I don't see a signed image in the artifacts and I don't see the offsets. Instructions indicate:&lt;/P&gt;&lt;P&gt;To generate the flash.bin file:&lt;/P&gt;&lt;P&gt;- On i.MX 8 QXP:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $ cd &amp;lt;work&amp;gt;/imx-mkimage&lt;BR /&gt;&amp;nbsp; $ make SOC=iMX8QX flash&lt;/P&gt;&lt;P&gt;If the command ends successfully, the end of the result should look&lt;BR /&gt;like:&lt;/P&gt;&lt;P&gt;&amp;nbsp; CST: CONTAINER 0 offset: 0x400&lt;BR /&gt;&amp;nbsp; CST: CONTAINER 0: Signature Block: offset is at 0x590&lt;BR /&gt;&amp;nbsp; DONE.&lt;BR /&gt;&amp;nbsp; Note: Please copy image to offset: IVT_OFFSET + IMAGE_OFFSET&lt;/P&gt;&lt;P&gt;Keep in mind the offsets above to be used with CST/CSF.&lt;/P&gt;&lt;P&gt;Once this flash has been created, then it needs to be signed using the CSF and a signed image created as below, correct?&lt;/P&gt;&lt;P&gt;1.5.1 Creating the CSF description file for the second container&lt;BR /&gt;-----------------------------------------------------------------&lt;/P&gt;&lt;P&gt;The CSF contains all the commands that the AHAB executes during the secure&lt;BR /&gt;boot. These commands instruct the AHAB on which memory areas of the image&lt;BR /&gt;to authenticate, which keys to install, use and etc.&lt;/P&gt;&lt;P&gt;CSF examples are available under doc/imx/hab/ahab/csf_examples/&lt;BR /&gt;directory.&lt;/P&gt;&lt;P&gt;This csf_boot_image.txt file example should be updated with the offset values&lt;BR /&gt;of the 1.4 section and the path to your flash.bin file. It is the last part&lt;BR /&gt;of the file:&lt;/P&gt;&lt;P&gt;&amp;nbsp; [Authenticate Data]&lt;BR /&gt;&amp;nbsp; # Binary to be signed generated by mkimage&lt;BR /&gt;&amp;nbsp; File = "flash.bin"&lt;BR /&gt;&amp;nbsp; # Offsets = Container header&amp;nbsp; Signature block (printed out by mkimage)&lt;BR /&gt;&amp;nbsp; Offsets&amp;nbsp;&amp;nbsp; = 0x400&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x590&lt;/P&gt;&lt;P&gt;1.5.2 Signing the boot image&lt;BR /&gt;-----------------------------&lt;/P&gt;&lt;P&gt;Now you use the CST to generate the signed boot image from the previously&lt;BR /&gt;created csf_boot_image.txt Commands Sequence File:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $ cd &amp;lt;work&amp;gt;&lt;BR /&gt;&amp;nbsp; $ ./release/linux64/bin/cst -i csf_boot_image.txt -o flash.signed.bin&lt;/P&gt;&lt;P&gt;1.5.3 Flash the signed image&lt;BR /&gt;-----------------------------&lt;/P&gt;&lt;P&gt;Write the signed U-Boot image:&lt;/P&gt;&lt;P&gt;&amp;nbsp; $ sudo dd if=flash.signed.bin of=/dev/sdX bs=1k seek=32 ; sync&lt;/P&gt;&lt;P&gt;Then insert the SD Card into the board and plug your device to your computer&lt;BR /&gt;with an USB serial cable.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:17:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228245#M169171</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-08T22:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228463#M169195</link>
      <description>&lt;P&gt;Hi tlsmith3777&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this board was developed by toradex and one can request from its support : &lt;A href="https://www.toradex.com/locations" target="_blank"&gt;https://www.toradex.com/locations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;specific for that board documentation. In general one can look at:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.toradex.com/knowledge-base/build-u-boot-and-linux-kernel-from-source-code#tab-imx88x8mm8mp-config" target="_blank"&gt;https://developer.toradex.com/knowledge-base/build-u-boot-and-linux-kernel-from-source-code#tab-imx88x8mm8mp-config&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Secure build guidelines and app notes from links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.70_2.3.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/ahab?h=imx_v2020.04_5.4.70_2.3.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-8-processors/i-mx-8x-family-arm-cortex-a35-3d-graphics-4k-video-dsp-error-correcting-code-on-ddr:i.MX8X?tab=Documentation_Tab" target="_blank"&gt;https://www.nxp.com/products/processors-and-microcontrollers/arm-processors/i-mx-applications-processors/i-mx-8-processors/i-mx-8x-family-arm-cortex-a35-3d-graphics-4k-video-dsp-error-correcting-code-on-ddr:i.MX8X?tab=Documentation_Tab&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 03:47:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228463#M169195</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-09T03:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228723#M169221</link>
      <description>&lt;P&gt;I don't have direct access to the documents. Are you able to send me public links or attach the documents you recommended?&lt;/P&gt;&lt;P&gt;Yocto bibake for the iMX8x doesn't appear to&lt;/P&gt;&lt;P&gt;1) NXP does not enable AHAB in uboot by default. That is, NXP does not set CONFIG_AHAB_BOOT=y in the u-boot defconfig by default. This forces customers to have to download u-boot and build it separately after setting the defconfig properly.&lt;/P&gt;&lt;P&gt;2) NXP does not configure the ARM Architecture Support for AHAB features in the Kconfig. So, the container that is built does not by default have AHAB. This forces customers to have to invoke a separate kernel build with the change to the Kconfig to add AHAB support.&lt;/P&gt;&lt;P&gt;AHAB support is required for the imx8x to check SECO events and to close the device. This means the yocto bitbake for iMX8x is not sufficient for signing once the image is bitbaked, correct? It does not have AHAB support in u-boot nor the kernel by default even though it has final boot container, correct?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 10:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228723#M169221</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-09T10:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228774#M169233</link>
      <description>&lt;P&gt;all mentioned links are public links, with free access. In particuar one can look at AN12312&lt;/P&gt;
&lt;P&gt;&lt;A id="relatedDocsClick_2" href="https://www.nxp.com/docs/en/application-note/AN12312.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Secure Boot on i.MX 8 and i.MX 8X Families using AHAB&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;other useful web links:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://translate.google.com/translate?sl=zh-CN&amp;amp;tl=en&amp;amp;u=https://wowothink.com/258082eb/" target="_blank"&gt;https://translate.google.com/translate?sl=zh-CN&amp;amp;tl=en&amp;amp;u=https://wowothink.com/258082eb/&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>Tue, 09 Feb 2021 13:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1228774#M169233</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-09T13:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229106#M169268</link>
      <description>&lt;P&gt;Thank you. On NXP i.MX8x boards, if I do a bitbake virtual/kernel -c menuconfig, where is the ARM architecture-&amp;gt;Support i.MX 8 AHAB features located in the configuration?&amp;nbsp; Does it exist in the NXP i.MX8X menuconfig?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 02:18:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229106#M169268</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-10T02:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229144#M169274</link>
      <description>&lt;P&gt;&amp;gt; if I do a bitbake virtual/kernel -c menuconfig, where is the ARM architecture-&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;Support i.MX 8 AHAB features located in the configuration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what do you mean exactly as per p.7 AN12312 there are several changes should be done&lt;/P&gt;
&lt;P&gt;compared to usual image (they are not performed by bitbake and with menuconfig):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/136940i4825B34F69732097/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&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>Wed, 10 Feb 2021 04:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229144#M169274</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-10T04:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229390#M169310</link>
      <description>&lt;P&gt;The details of enabling AHAB are in the attachments from NXP. What you sent is too high level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the attached slides beginning with Secure Boot - U-Boot.&amp;nbsp;&amp;nbsp;The&amp;nbsp;step by step guide is found under&amp;nbsp;section 3.4 Examples in AN12312.pdf. The Step by Step Guide has the following under section 1.2 Preparing U-boot to support AHAB:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CONFIG_AHAB_BOOT=y&lt;BR /&gt;&amp;nbsp; - Kconfig:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARM architecture -&amp;gt; Support i.MX 8 AHAB features"&lt;/P&gt;&lt;P&gt;Again, I don't find these in either the u-boot defconfig nor in the Kernel .config. I can add it to the U-boot defconfig and see if I see the AHAB commands, but not able to configure the kernel config using menuconfig. The following is from the attached slides.&lt;/P&gt;&lt;P&gt;U-Boot configuration&lt;BR /&gt;• Bootloader provides additional commands for AHAB&lt;BR /&gt;• Allows authentication of additional container images&lt;BR /&gt;• CONFIG_AHAB_BOOT enables SCU API in U-Boot&lt;/P&gt;&lt;P&gt;Also in the NXP slides under "Secure Boot Easy Method," I do not find these in any metalayers or recipes enabling AHAB. What enables AHAB in the recipes?&lt;/P&gt;&lt;P&gt;* Standardized approach to enabling security features&lt;/P&gt;&lt;P&gt;* Enablement through additional Yocto metalayers&lt;/P&gt;&lt;P&gt;* Simple AHAB enablement&lt;/P&gt;&lt;P&gt;# Advanced High Assurance Boot&lt;/P&gt;&lt;P&gt;AHAB_ENABLE = "1"&lt;/P&gt;&lt;P&gt;AHAB_SIGN_SRKTABLE =&lt;/P&gt;&lt;P&gt;AHAB_SIGN_PUBLIC_CRT =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 17:07:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229390#M169310</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-10T17:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229393#M169311</link>
      <description>&lt;P&gt;Where specifically is AHAB enabled in the meta layers or bb files if not in .config and defconfig?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:45:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229393#M169311</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-10T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229618#M169344</link>
      <description>&lt;P&gt;please look at&amp;nbsp; &lt;A style="box-sizing: border-box; background-color: transparent; color: #215bd6; text-decoration: none; cursor: pointer;" href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank" rel="noopener"&gt;i.MX Yocto Project User’s Guide​&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I am afraid there are no metalayers or recipes enabling AHAB.&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>Thu, 11 Feb 2021 00:58:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229618#M169344</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-11T00:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229621#M169345</link>
      <description>&lt;P&gt;thank you. Please allow me to ask, how does uboot get configured so one can use the AHAB commands?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 01:14:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1229621#M169345</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-11T01:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1230045#M169404</link>
      <description>&lt;P&gt;Where can I find the AHAB Application Programming Interface Reference Manual?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How does uboot get configured so one can use the AHAB commands? Is there a defconfig needed, or what is required?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 20:14:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1230045#M169404</guid>
      <dc:creator>Gandalf-kern</dc:creator>
      <dc:date>2021-02-11T20:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Assemble, Sign, and Flash Secure Boot Container on Apalis iMX8x</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1230163#M169416</link>
      <description>&lt;P&gt;&amp;gt;AHAB Application Programming Interface Reference Manual?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am afraid it is not available as it is part of SECO ROM and FW, which are confidential&lt;/P&gt;
&lt;P&gt;and proprietary.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/137086iA8CCCF7279A0EC48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;1.jpg&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;A id="relatedDocsClick_2" href="https://www.nxp.com/docs/en/application-note/AN12312.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Secure Boot on i.MX 8 and i.MX 8X Families using AHAB&lt;/STRONG&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 04:14:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Assemble-Sign-and-Flash-Secure-Boot-Container-on-Apalis-iMX8x/m-p/1230163#M169416</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-02-12T04:14:33Z</dc:date>
    </item>
  </channel>
</rss>

