<?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のトピックhow to boot image from ram directly using mfgtool i.e. usb boot</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653705#M100068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to do usb boot test in the imx6ul board for that i am using mfgtool to dump the image directly to ram via usb _otg . following the code change i made in ulc2.xml file of mfgtool.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;LIST name="TestRAM" desc="Choose as media"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6q%plus%%board%_sd.imx" ifdev="MX6Q"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6dl%board%_sd.imx" ifdev="MX6D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6sx%board%_emmc.imx" ifdev="MX6SX"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx7d%7duboot%_sd.imx" ifdev="MX7D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-sd-2016.03-r0.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x12000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6D"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage--4.1.15-r0-imx6ulevk-20170124103725.bin" address="0x80800000"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX6SX MX7D MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x12C00000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6D"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX6SX MX7D MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6q%plus%-%board%%ldo%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6dl-%board%%ldo%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6sx-%sxdtb%-emmc.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SX"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx7d-%7ddtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX7D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage--4.1.15-r0-imx6ul-14x14-evk-20170124103725.dtb" address="0x83000000"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After making change i saw the log in serialport terminal ,linux is not booted completly i am not getting the root login terminal.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried with imx_usb_loader in linux but i want to do using mfgtool in windows.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide some guidance over it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336445"&gt;log_from_mfgtool.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jan 2017 06:13:39 GMT</pubDate>
    <dc:creator>ankitkumarsingh</dc:creator>
    <dc:date>2017-01-30T06:13:39Z</dc:date>
    <item>
      <title>how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653705#M100068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to do usb boot test in the imx6ul board for that i am using mfgtool to dump the image directly to ram via usb _otg . following the code change i made in ulc2.xml file of mfgtool.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;LIST name="TestRAM" desc="Choose as media"&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6q%plus%%board%_sd.imx" ifdev="MX6Q"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6dl%board%_sd.imx" ifdev="MX6D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx6sx%board%_emmc.imx" ifdev="MX6SX"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-imx7d%7duboot%_sd.imx" ifdev="MX7D"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="firmware/u-boot-sd-2016.03-r0.imx" ifdev="MX6UL"&amp;gt;Loading U-boot&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage" address="0x12000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6D"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage--4.1.15-r0-imx6ulevk-20170124103725.bin" address="0x80800000"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX6SX MX7D MX6UL"&amp;gt;Loading Kernel.&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x12C00000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q MX6D"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/%initramfs%" address="0x83800000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SL MX6SX MX7D MX6UL"&amp;gt;Loading Initramfs.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6q%plus%-%board%%ldo%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6Q"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6dl-%board%%ldo%.dtb" address="0x18000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx6sx-%sxdtb%-emmc.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6SX"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage-imx7d-%7ddtb%.dtb" address="0x83000000"&lt;BR /&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX7D"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &lt;STRONG&gt;&amp;lt;CMD state="BootStrap" type="load" file="firmware/zImage--4.1.15-r0-imx6ul-14x14-evk-20170124103725.dtb" address="0x83000000"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; loadSection="OTH" setSection="OTH" HasFlashHeader="FALSE" ifdev="MX6UL"&amp;gt;Loading device tree.&amp;lt;/CMD&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After making change i saw the log in serialport terminal ,linux is not booted completly i am not getting the root login terminal.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried with imx_usb_loader in linux but i want to do using mfgtool in windows.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide some guidance over it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336445"&gt;log_from_mfgtool.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 06:13:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653705#M100068</guid>
      <dc:creator>ankitkumarsingh</dc:creator>
      <dc:date>2017-01-30T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653706#M100069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ANKIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for mfg tools uboot please check settings #define CONFIG_MFG_ENV_SETTINGS&lt;/P&gt;&lt;P&gt;in uboot/include/configs/mx6ul_14x14_evk.h&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>Mon, 30 Jan 2017 10:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653706#M100069</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-01-30T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653707#M100070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am attaching the log of usb boot &amp;nbsp;it hangs at "UTP: file/device node /dev/utp already exists &amp;nbsp; cpu_id is 0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file you mention contains the setting of boot_mfg here are the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define CONFIG_MFG_ENV_SETTINGS \&lt;BR /&gt; "mfgtool_args=setenv bootargs console=${console},${baudrate} " \&lt;BR /&gt; CONFIG_BOOTARGS_CMA_SIZE \&lt;BR /&gt; "rdinit=/linuxrc " \&lt;BR /&gt; "g_mass_storage.stall=0 g_mass_storage.removable=1 " \&lt;BR /&gt; "g_mass_storage.file=/fat g_mass_storage.ro=1 " \&lt;BR /&gt; "g_mass_storage.idVendor=0x066F g_mass_storage.idProduct=0x37FF "\&lt;BR /&gt; "g_mass_storage.iSerialNumber=\"\" "\&lt;BR /&gt; CONFIG_MFG_NAND_PARTITION \&lt;BR /&gt; "clk_ignore_unused "\&lt;BR /&gt; "\0" \&lt;BR /&gt; "initrd_addr=0x83800000\0" \&lt;BR /&gt; "initrd_high=0xffffffff\0" \&lt;BR /&gt; "bootcmd_mfg=run mfgtool_args;bootz ${loadaddr} ${initrd_addr} ${fdt_addr};\0" \&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 13:15:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653707#M100070</guid>
      <dc:creator>ankitkumarsingh</dc:creator>
      <dc:date>2017-01-30T13:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653708#M100071</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;I also want to put root file system to ram .&lt;/P&gt;&lt;P&gt;Is there any particular location in ram to put rootfs.tar.bz2 ? ,as for .dtb &amp;amp; other we are putting address .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 05:42:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653708#M100071</guid>
      <dc:creator>ankitkumarsingh</dc:creator>
      <dc:date>2017-01-31T05:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653709#M100072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually mfg tools firmware is linux with root file system in ram&lt;/P&gt;&lt;P&gt;fsl-image-mfgtool-initramfs-imx_mfgtools.cpio.gz.u-boot&lt;/P&gt;&lt;P&gt;Build steps are described in attached Yocto Guide sect.6.2 Manufacturing Tool, MFGTool&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>Tue, 31 Jan 2017 05:48:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653709#M100072</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-01-31T05:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to boot image from ram directly using mfgtool i.e. usb boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653710#M100073</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;thanks i &amp;nbsp;tried exercise of &amp;nbsp;yocto pdf section 6.2.&lt;/P&gt;&lt;P&gt;in the log it is still hanging at the&lt;/P&gt;&lt;P&gt;"UTP: Waiting for device to appear&lt;BR /&gt;UTP: file/device node /dev/utp already exists&lt;BR /&gt;cpu_id is 0"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;linux-kernel &amp;nbsp;is not booting completely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any solution for this.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 06:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/how-to-boot-image-from-ram-directly-using-mfgtool-i-e-usb-boot/m-p/653710#M100073</guid>
      <dc:creator>ankitkumarsingh</dc:creator>
      <dc:date>2017-01-31T06:01:46Z</dc:date>
    </item>
  </channel>
</rss>

