<?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: Questions about MFG tool(i.mx6) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465100#M73213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When power up,&amp;nbsp; the rom is run first.&amp;nbsp; the ROM finish the downloading.&lt;/P&gt;&lt;P&gt;Jump is to tell ROM code jump to a cerntain address. Here is uboot start address, which is in the i.MX uboot IVT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get details in the reference manual and mfg tool documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Dec 2015 05:29:58 GMT</pubDate>
    <dc:creator>BiyongSUN</dc:creator>
    <dc:date>2015-12-07T05:29:58Z</dc:date>
    <item>
      <title>Questions about MFG tool(i.mx6)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465097#M73210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some questions about MFG tool,please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q1:&lt;/P&gt;&lt;P&gt;In the stage of state="BootStrap", where are u-boot and uImage loaded to?&lt;/P&gt;&lt;P&gt;(Is it IRAM or DDR?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Q2:&lt;/P&gt;&lt;P&gt;After the jump command of MFG tool being excuted,what will i.MX6 do?&lt;/P&gt;&lt;P&gt;(is it some action about ROM?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="MX6Q-Sabreauto-SPI_NOR &amp;amp; SD card" desc="Choose SPI-NOR/SD as media"&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot-mx6q-sabreauto-spi-nor.bin" &amp;gt;Loading uboot.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="uImage" address="0x10800000"&lt;BR /&gt;&amp;nbsp; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" &amp;gt;Doing Kernel.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="initramfs.cpio.gz.uboot" address="0x10C00000"&lt;BR /&gt;&amp;nbsp; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" &amp;gt;Doing Initramfs.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;!--burn the uboot to SPI-NOR: --&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ flash_erase /dev/mtd0 0 0"&amp;gt;Erasing Boot partition&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="send" file="files/u-boot-mx6q-sabreauto-spi-nor.bin"&amp;gt;Sending U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="Updater" type="push" body="$ dd if=$FILE of=/dev/mtd0 bs=512"&amp;gt;write U-Boot to SPI-NOR&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;--------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;ZongbiaoLiao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 02:58:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465097#M73210</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-12-07T02:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about MFG tool(i.mx6)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465098#M73211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A1:&amp;nbsp; uImage load to the DDR. and the rootfs as well.&lt;/P&gt;&lt;P&gt;A2: Once all the files: mfg tool uboot, mfg tool uImage/zImge and ramdisk rootfs are loaded to the DDR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Jump and a linux OS system is running in the DDR includng rootfs. In the rootfs, there a utility called uuc is waiting for the commands from&amp;nbsp; pc side mfg tool. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The commands are what you see after jump in xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can treat the usb download mode as "usb boot".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It&amp;nbsp; is the similar to you boot a linux system from sd card them flash a image to a nand device or an emmc.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 03:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465098#M73211</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2015-12-07T03:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about MFG tool(i.mx6)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465099#M73212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Sun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you tell me after excuting the JUMP command,will it jump from where to where?&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>Mon, 07 Dec 2015 05:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465099#M73212</guid>
      <dc:creator>宗標廖</dc:creator>
      <dc:date>2015-12-07T05:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about MFG tool(i.mx6)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465100#M73213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When power up,&amp;nbsp; the rom is run first.&amp;nbsp; the ROM finish the downloading.&lt;/P&gt;&lt;P&gt;Jump is to tell ROM code jump to a cerntain address. Here is uboot start address, which is in the i.MX uboot IVT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get details in the reference manual and mfg tool documents.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 05:29:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Questions-about-MFG-tool-i-mx6/m-p/465100#M73213</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2015-12-07T05:29:58Z</dc:date>
    </item>
  </channel>
</rss>

