<?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: Installing Program Image via MFG2 Tool in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605152#M91196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got this to work. It turns out there are two folder "files" and "firmware" that are in the mfg2 tool working directory. Mfg tool looks in the "firmware" folder for your custom image built to be used in mfg2tool and it looks in the "files" folder for your custom image. I found that I did not have to compile my u-boot for mfg tool so I just used my original. As for the kernel, follow along in the "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Manufactoring Tool V2 Linux or Android" document. Everything will be easy to follow except for one instruction where it asks you to &amp;nbsp;"build in mass storage gadget class driver". In menuconfig you can find this driver under Device Drivers-&amp;gt;USB Support-&amp;gt;USB Gadget Support-&amp;gt;USB Gadget Drivers. Make this built in (i.e. put a asterisk). Then go into that driver and choose mass storage gadget. Save everything and this should create a .config file in tmp/work/&amp;lt;your device&amp;gt;/linux-imx/&amp;lt;build #&amp;gt;/build. You can use this to patch your defconfig file and rebuild everything. This should get it going hopefully!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2016 20:40:53 GMT</pubDate>
    <dc:creator>aliismail</dc:creator>
    <dc:date>2016-09-16T20:40:53Z</dc:date>
    <item>
      <title>Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605145#M91189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have gone through the attached documents to figure out how to install an image using the mfg2 tool. I am confused about why and if I have to modify my kernel and bootloader in order to download them to the SD card. Is this required? Can I simply modify the &amp;nbsp;ucl2.xml file to load my kernel, kernel files, and bootloader files? Or do I have to modify the files described in Manufactoring Tool V2 Linux or Android.... in order to use the mfg tool to install my image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 23:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605145#M91189</guid>
      <dc:creator>aliismail</dc:creator>
      <dc:date>2016-09-08T23:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605146#M91190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ucl2.xml file can be changed as mfg tools runs small&lt;BR /&gt;linux image and linux commands can be executed from xml file.&lt;BR /&gt;Default mfg tools firmware is generated for i.MX6 reference boards,&lt;BR /&gt;so if customer uses different board configuration, like different memory,&lt;BR /&gt;pmic, mfg tools firmware should be rebuilt accounting for these changes.&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>Fri, 09 Sep 2016 03:20:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605146#M91190</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-09T03:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605147#M91191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know where I might be able to find the source for the scm qwks board mfg build? I am following along the MFGTool2 Linux or Android Guide and I want to make sure I am not missing anything. For example, is there a mx6dqscmqwks_mfg.h file?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2016 22:06:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605147#M91191</guid>
      <dc:creator>aliismail</dc:creator>
      <dc:date>2016-09-12T22:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605148#M91192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/NXPmicro" title="https://github.com/NXPmicro"&gt;NXP Micro · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updates and Patches (1)&lt;BR /&gt;SCM-i.MX 6Dual/6Quad Manufacturing Toolkit for Linux 3.14.52 Patch Release (REV 1) &lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fsingle-chip-modules%2Fquick-start-board-for-scm-i.mx-6dq%3AQWKS-SCM-IMX6DQ%3Ffpsp%3D1%26tab%3DDesign_Tools_Tab" rel="nofollow" target="_blank"&gt;http://www.nxp.com/products/single-chip-modules/quick-start-board-for-scm-i.mx-6dq:QWKS-SCM-IMX6DQ?fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 00:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605148#M91192</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-13T00:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605149#M91193</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;I already have the tool downloaded for the SCM QWKS board, however, I was curious about the source. For example, what files were used to compile the /firmware/u-boot-imx6dqscm-1gb-qwks-rev2_sd.imx? I'm hoping if I have the source files, I can use it to compile my own bootloader.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605149#M91193</guid>
      <dc:creator>aliismail</dc:creator>
      <dc:date>2016-09-13T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605150#M91194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see all the Freescale source code for the u-boot branches &lt;A href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/"&gt;here&lt;/A&gt;. I believe the branch you are interested in is &lt;A href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/log/?h=imx_v2015.04_3.14.52_1.1.0_ga"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605150#M91194</guid>
      <dc:creator>louisthiery</dc:creator>
      <dc:date>2016-09-13T20:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605151#M91195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I did a fresh install of all the source 3.14.52 and did a "bitbake&amp;nbsp;fsl-image-mfgtool-initramfs". When I looked at the uboot source, the header file in {u_boot_root}\include\configs looks exactly like the header file if I did a "bitbake fsl-image-gui". So I am under the impression that the u-boot-imx is already configured for the mfg tool? Is this correct or am I way off? If I am way off, is there an updated "MFGTool2 Linux or Android Firmware Dev Guide" that will show me how to modify u-boot so it can be loaded by mfg tool?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605151#M91195</guid>
      <dc:creator>aliismail</dc:creator>
      <dc:date>2016-09-13T20:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Program Image via MFG2 Tool</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605152#M91196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally got this to work. It turns out there are two folder "files" and "firmware" that are in the mfg2 tool working directory. Mfg tool looks in the "firmware" folder for your custom image built to be used in mfg2tool and it looks in the "files" folder for your custom image. I found that I did not have to compile my u-boot for mfg tool so I just used my original. As for the kernel, follow along in the "&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Manufactoring Tool V2 Linux or Android" document. Everything will be easy to follow except for one instruction where it asks you to &amp;nbsp;"build in mass storage gadget class driver". In menuconfig you can find this driver under Device Drivers-&amp;gt;USB Support-&amp;gt;USB Gadget Support-&amp;gt;USB Gadget Drivers. Make this built in (i.e. put a asterisk). Then go into that driver and choose mass storage gadget. Save everything and this should create a .config file in tmp/work/&amp;lt;your device&amp;gt;/linux-imx/&amp;lt;build #&amp;gt;/build. You can use this to patch your defconfig file and rebuild everything. This should get it going hopefully!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2016 20:40:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Installing-Program-Image-via-MFG2-Tool/m-p/605152#M91196</guid>
      <dc:creator>aliismail</dc:creator>
      <dc:date>2016-09-16T20:40:53Z</dc:date>
    </item>
  </channel>
</rss>

