<?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 use mfgtoolv2 to flash eMMC in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625609#M94927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for programming images to i.MX7 SABRE SDB&lt;/P&gt;&lt;P&gt;files in /firmware should not be touched and bitbaking&lt;/P&gt;&lt;P&gt;*mfgtool* is not needed, as these files are already prepared&lt;/P&gt;&lt;P&gt;for use with that board (it is mfg tools application itself).&lt;/P&gt;&lt;P&gt;Images which programmed on sd, emmc or other media are&lt;/P&gt;&lt;P&gt;located in ../files folder. They should be replaced with new built files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Do I need to worry about "The Freescale Yocto Project User's Guide,&lt;/P&gt;&lt;P&gt;&amp;gt;Section 5.5 U-Boot eMMC configuration" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, the U-Boot build uses SD boot (the same for emmc) by default.&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>Wed, 12 Oct 2016 01:19:37 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-10-12T01:19:37Z</dc:date>
    <item>
      <title>How to use mfgtoolv2 to flash eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625608#M94926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My plan is to use the mfgtool to program my image to the eMMC and my board is an i.MX7 SABRE SDB.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By looking at the ucl2.xml, I assume I need to supply the 5 files for programming the eMMC device on an i.MX7SABRE SDB.&lt;/P&gt;&lt;P&gt;../firmware/u-boot-imx7d%7duboot%_sd.imx&lt;/P&gt;&lt;P&gt;../firmware/zImage&lt;/P&gt;&lt;P&gt;../firmware/%initramfs%&lt;/P&gt;&lt;P&gt;../firmware/zImage_imx7d-%7ddtb%&lt;/P&gt;&lt;P&gt;..files/rootfs_nogpu.tar.bz2&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What's the appropriate sequence of bitbake commands i need to run to get the files I need for programming the eMMC?&lt;/P&gt;&lt;P&gt;Do I execute the following two commands below&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-machine-test&amp;nbsp;&amp;nbsp;&amp;nbsp; (create a BSP image)&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&amp;nbsp; (create a initramsfs)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-machine-test&lt;/P&gt;&lt;P&gt;$ bitbake linux-imx-mfgtool&lt;/P&gt;&lt;P&gt;$ bitbake u-boot-mfgtool&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-mfgtool-initramfs&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to worry about "The Freescale Yocto Project User's Guide, Section 5.5 U-Boot eMMC configuration" ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dawei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 16:39:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625608#M94926</guid>
      <dc:creator>daweichen</dc:creator>
      <dc:date>2016-10-11T16:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to use mfgtoolv2 to flash eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625609#M94927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dawei&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for programming images to i.MX7 SABRE SDB&lt;/P&gt;&lt;P&gt;files in /firmware should not be touched and bitbaking&lt;/P&gt;&lt;P&gt;*mfgtool* is not needed, as these files are already prepared&lt;/P&gt;&lt;P&gt;for use with that board (it is mfg tools application itself).&lt;/P&gt;&lt;P&gt;Images which programmed on sd, emmc or other media are&lt;/P&gt;&lt;P&gt;located in ../files folder. They should be replaced with new built files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;Do I need to worry about "The Freescale Yocto Project User's Guide,&lt;/P&gt;&lt;P&gt;&amp;gt;Section 5.5 U-Boot eMMC configuration" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no, the U-Boot build uses SD boot (the same for emmc) by default.&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>Wed, 12 Oct 2016 01:19:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625609#M94927</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-10-12T01:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use mfgtoolv2 to flash eMMC</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625610#M94928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help. &amp;nbsp;I am not load my own BSP image to the i.MX7SABRE SDB now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 04:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-use-mfgtoolv2-to-flash-eMMC/m-p/625610#M94928</guid>
      <dc:creator>daweichen</dc:creator>
      <dc:date>2016-10-13T04:36:23Z</dc:date>
    </item>
  </channel>
</rss>

