<?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: IMX8M YOCTO how to sign image to secure boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930975#M139633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor, &lt;/P&gt;&lt;P&gt;I am working with IMX8M MINI development board.&lt;/P&gt;&lt;P&gt;I want to develop secure boot feature for this board. I went through the links you shared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send some other reference files for the same which helps to implement the secure boot feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2020 13:17:57 GMT</pubDate>
    <dc:creator>malays</dc:creator>
    <dc:date>2020-06-26T13:17:57Z</dc:date>
    <item>
      <title>IMX8M YOCTO how to sign image to secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930972#M139630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question about implementing the secure boot on the imx8m mini evaluation kit (on eMMC).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the YOCTO BSP imx-4.14.98-2.0.0_ga and I'm able to build an image for the eMMC.&lt;BR /&gt;In my deploy folder I can see the bootloader file "imx-boot-imx8mmevk-emmc.bin".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked at the documentation to implement secure boot on the imx8:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx8m_mx8mm_secure_boot.txt?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4/guides/mx8m_mx8mm_secure_boot.txt?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;mx8m_mx8mm_secure_boot.txt\guides\habv4\imx\doc - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To sign my bootloader, I have to edit a CSF file and add the addresses/sizes of the different blocks of my bootloader.&lt;BR /&gt;The documentation uses the imx-mkimage build log to get these addresses/sizes. In my case I don't have this build log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know where to find this bootloader build log ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, do I have to manually sign the bootloader image manually every time or can YOCTO do it for me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 15:47:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930972#M139630</guid>
      <dc:creator>clement22</dc:creator>
      <dc:date>2019-07-02T15:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M YOCTO how to sign image to secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930973#M139631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look on below link, also some files were sent via mail.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/487160"&gt;iMX8M HAB&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 23:15:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930973#M139631</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-02T23:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M YOCTO how to sign image to secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930974#M139632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the document. Its useful, there are more details about the signing and boot procedure.&lt;/P&gt;&lt;P&gt;From what I understand the signing has to be made manually.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2019 12:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930974#M139632</guid>
      <dc:creator>clement22</dc:creator>
      <dc:date>2019-07-05T12:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M YOCTO how to sign image to secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930975#M139633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Igor, &lt;/P&gt;&lt;P&gt;I am working with IMX8M MINI development board.&lt;/P&gt;&lt;P&gt;I want to develop secure boot feature for this board. I went through the links you shared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you send some other reference files for the same which helps to implement the secure boot feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 13:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930975#M139633</guid>
      <dc:creator>malays</dc:creator>
      <dc:date>2020-06-26T13:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: IMX8M YOCTO how to sign image to secure boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930976#M139634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Malay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4?h=imx_v2018.03_4.14.78_1.0.0_ga" title="https://source.codeaurora.org/external/imx/uboot-imx/tree/doc/imx/habv4?h=imx_v2018.03_4.14.78_1.0.0_ga"&gt;habv4\imx\doc - uboot-imx - i.MX U-Boot&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2020 05:39:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX8M-YOCTO-how-to-sign-image-to-secure-boot/m-p/930976#M139634</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-06-27T05:39:20Z</dc:date>
    </item>
  </channel>
</rss>

