<?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: How to flash signed image using emmc in imx8 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464733#M190864</link>
    <description>&lt;P&gt;pls refer to the chapter 4.5.13 How to build imx-boot image by using imx-mkimage of enclosed user guide,&lt;/P&gt;
&lt;P&gt;For i.MX 8QuadXPlus, to build imx-boot image by using imx-mkimage, perform the following steps:&lt;BR /&gt;1. Copy u-boot.bin from u-boot/u-boot.bin to imx-mkimage/iMX8QX/.&lt;BR /&gt;2. Copy scfw_tcm.bin from SCFW porting kit to imx-mkimage/iMX8QX/.&lt;BR /&gt;3. Copy bl31.bin from Arm Trusted Firmware (imx-atf) to imx-mkimage/iMX8QX/.&lt;BR /&gt;4. Copy the SECO firmware container image (ahab-container.img) to imx-mkimage/iMX8QX/.&lt;BR /&gt;5. Run make SOC=iMX8QX flash to generate flash.bin.&lt;BR /&gt;6. If using OP-TEE, copy tee.bin to imx-mkimage/iMX8QX/ and copy u-boot/spl/u-boot-spl.bin to imx-mkimage/&lt;BR /&gt;iMX8QX/. Run make SOC=iMX8QX flash_spl to generate flash.bin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 11:22:12 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2022-05-26T11:22:12Z</dc:date>
    <item>
      <title>How to flash signed image using emmc in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464489#M190849</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have signed image using scfw_tcm.bin (System Controller Firmware ),mx8qm(qx)-ahab-container.image&amp;nbsp; (Security Controller Firmware),bl31.bin(ARM Trusted Firmware),u-boot.bin(U-boot binary).&lt;/P&gt;&lt;P&gt;now I want to flash image into board using emmc. Can you please tell me which command i should use.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 05:45:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464489#M190849</guid>
      <dc:creator>pawar_123_y</dc:creator>
      <dc:date>2022-05-26T05:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash signed image using emmc in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464733#M190864</link>
      <description>&lt;P&gt;pls refer to the chapter 4.5.13 How to build imx-boot image by using imx-mkimage of enclosed user guide,&lt;/P&gt;
&lt;P&gt;For i.MX 8QuadXPlus, to build imx-boot image by using imx-mkimage, perform the following steps:&lt;BR /&gt;1. Copy u-boot.bin from u-boot/u-boot.bin to imx-mkimage/iMX8QX/.&lt;BR /&gt;2. Copy scfw_tcm.bin from SCFW porting kit to imx-mkimage/iMX8QX/.&lt;BR /&gt;3. Copy bl31.bin from Arm Trusted Firmware (imx-atf) to imx-mkimage/iMX8QX/.&lt;BR /&gt;4. Copy the SECO firmware container image (ahab-container.img) to imx-mkimage/iMX8QX/.&lt;BR /&gt;5. Run make SOC=iMX8QX flash to generate flash.bin.&lt;BR /&gt;6. If using OP-TEE, copy tee.bin to imx-mkimage/iMX8QX/ and copy u-boot/spl/u-boot-spl.bin to imx-mkimage/&lt;BR /&gt;iMX8QX/. Run make SOC=iMX8QX flash_spl to generate flash.bin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 11:22:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464733#M190864</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-05-26T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash signed image using emmc in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464805#M190873</link>
      <description>&lt;P&gt;Hello joanxie,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;1) I have build flash.bin from mkimage tool and signed it with using .csf from CST tool. now i have signed flash.signed.bin&lt;/P&gt;&lt;P&gt;2) I need to load this &lt;STRONG&gt;flash.signed.bin&lt;/STRONG&gt; image into imx8qxp by using eMMC. which command i should used here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;previously I was using &lt;STRONG&gt;&lt;FONT color="#24292f"&gt;&lt;FONT face="Segoe UI, serif"&gt;&lt;FONT size="3"&gt;sudo uuu -b emmc_all imx-boot-.bin-flash&amp;nbsp; .rootfs.wic&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#24292f"&gt;&lt;FONT face="Segoe UI, serif"&gt;&lt;FONT size="3"&gt;Can you please guide me which command i should use with &lt;STRONG&gt;flash.signed.bin on emmc.&lt;/STRONG&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 12:42:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1464805#M190873</guid>
      <dc:creator>pawar_123_y</dc:creator>
      <dc:date>2022-05-26T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to flash signed image using emmc in imx8</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1465504#M190905</link>
      <description>&lt;P&gt;pls refer to the chapter 4.2.2 Using UUU of enclosed file&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 10:34:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-flash-signed-image-using-emmc-in-imx8/m-p/1465504#M190905</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2022-05-27T10:34:49Z</dc:date>
    </item>
  </channel>
</rss>

