<?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のトピックRe: MFGTOOL u-boot start from USB on IMX53</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384691#M55692</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for MFG Tool file should be with ivt header, but without offset,&lt;/P&gt;&lt;P&gt;one can try next option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="MX53LOCO-SD" desc="Choose SD as media"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;!--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The method to enter serial download mode on MX53 LOCO boards:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Don't insert Micro SD card firstly. Press Power key to power on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After MFG tool finds USB-device, insert Micro SD card&lt;/P&gt;&lt;P&gt;&amp;nbsp; --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="find" body="BootStrap" timeout="60"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="init" body="Memory" file ="MX53_DDR.xml" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="load" file="&lt;SPAN style="font-size: 13.3333330154419px;"&gt;u-boot-noh.bin&lt;/SPAN&gt;" address="0x......." loadSection="OTH" setSection="APP" HasFlashHeader="TRUE" &amp;gt;Loading RAM kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="jump" &amp;gt;Jumping to RAM kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change address "0x......." to value used for loading uboot in your board and change MX53_DDR.xml&lt;/P&gt;&lt;P&gt;(it is for QuickStart board) with board ddr init sequence. Put modified fies and MX53_DDR.xml to folder&lt;/P&gt;&lt;P&gt;Mfgtools..\Profiles\MX53 Linux Update\OS Firmware&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Mar 2015 12:34:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2015-03-14T12:34:47Z</dc:date>
    <item>
      <title>MFGTOOL u-boot start from USB on IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384689#M55690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hello *,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a IMX53 board, with a bootloader, kernel etc that can start form SDCARD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to use MFGTOOL, but trying the u-boot/kernel inside the pacakges (1.6.2.42), i get some error, and on my UART1 don't see anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I I would simply load u-boot on ram and execute it, this code is right?&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="NAND2" desc="NAND: U-Boot, Linux, ROOTFS"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;CMD type="boot" body="BootStrap" file ="u-boot-noh.bin" &amp;gt;Read from DDR script from U-Boot to init DDR Memory.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;CMD type="jump" &amp;gt; Jumping to OS image. &amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tipically I write on SD card the u-boot.bin with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd if=u-boot.bin of=/dev/SDCARDDEV bs=512 skip=2 seek=2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for generating the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;u-boot-noh.bin (used in MFGTOOL), I do:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dd if=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;u-boot.bin of=&lt;SPAN style="font-size: 13.3333330154419px;"&gt;u-boot-noh.bin bs=512 skip=2&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use it on SDCARD I see the console on UART1, using in MFGTOOL I don't see anything on UART1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to do for starting a simple u-boot.bin from USB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 16:01:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384689#M55690</guid>
      <dc:creator>cristiansicilia</dc:creator>
      <dc:date>2015-03-13T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL u-boot start from USB on IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384690#M55691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can use the procedure I wrote for the imx6sl warp board:&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commitdiff;h=1f9d1cf6b28ec9e2230299eb8f81e58a40070655;hp=97ee459033f42e41be732a4baba06db7ba6e95e1" title="http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commitdiff;h=1f9d1cf6b28ec9e2230299eb8f81e58a40070655;hp=97ee459033f42e41be732a4baba06db7ba6e95e1"&gt;http://git.denx.de/?p=u-boot/u-boot-imx.git;a=commitdiff;h=1f9d1cf6b28ec9e2230299eb8f81e58a40070655;hp=97ee459033f42e41be732a4baba06db7ba6e95e1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 22:50:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384690#M55691</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2015-03-13T22:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL u-boot start from USB on IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384691#M55692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for MFG Tool file should be with ivt header, but without offset,&lt;/P&gt;&lt;P&gt;one can try next option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="MX53LOCO-SD" desc="Choose SD as media"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;!--&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The method to enter serial download mode on MX53 LOCO boards:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Don't insert Micro SD card firstly. Press Power key to power on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; After MFG tool finds USB-device, insert Micro SD card&lt;/P&gt;&lt;P&gt;&amp;nbsp; --&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="find" body="BootStrap" timeout="60"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="init" body="Memory" file ="MX53_DDR.xml" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="load" file="&lt;SPAN style="font-size: 13.3333330154419px;"&gt;u-boot-noh.bin&lt;/SPAN&gt;" address="0x......." loadSection="OTH" setSection="APP" HasFlashHeader="TRUE" &amp;gt;Loading RAM kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CMD type="jump" &amp;gt;Jumping to RAM kernel.&amp;lt;/CMD&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LIST&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change address "0x......." to value used for loading uboot in your board and change MX53_DDR.xml&lt;/P&gt;&lt;P&gt;(it is for QuickStart board) with board ddr init sequence. Put modified fies and MX53_DDR.xml to folder&lt;/P&gt;&lt;P&gt;Mfgtools..\Profiles\MX53 Linux Update\OS Firmware&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 12:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384691#M55692</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-03-14T12:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: MFGTOOL u-boot start from USB on IMX53</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384692#M55693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;Hi &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: small; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Fabio Estevam&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;I followed your &lt;SPAN style="color: #000000;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;EM style="color: #000000;"&gt; Provide instructions on how to upgrade U-boot in the eMMC. &lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;steps want to upgrade my warp board.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #000000;"&gt;But, when I following below steps&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="color: #38761d;"&gt;&amp;gt;&lt;EM&gt; +Then U-boot should start and its messages will appear in the console program.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="color: #222222;"&gt;&lt;SPAN style="color: #38761d;"&gt;&amp;gt;&lt;EM&gt; + &lt;/EM&gt;&amp;gt;&lt;EM&gt; +Use the default environment variables:
&lt;/EM&gt;&amp;gt;&lt;EM&gt;+ &lt;/EM&gt;&amp;gt;&lt;EM&gt; 
+=&amp;gt; env default -f -a &lt;/EM&gt;&amp;gt;&lt;EM&gt; 
+=&amp;gt; save&lt;/EM&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="color: #000000;"&gt;It comes out&lt;/PRE&gt;&lt;PRE style="color: #222222;"&gt;&lt;EM&gt;&lt;SPAN style="color: #38761d;"&gt;=&amp;gt; save Saving Environment to MMC... 
MMC Device 1 not found
No MMC card found &lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #000000;"&gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="color: #222222;"&gt;&lt;SPAN style="color: #000000; font-family: arial, sans-serif;"&gt;And I following below steps&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;
&lt;/EM&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="color: #222222;"&gt;&lt;P style="color: #008800;"&gt;&lt;EM&gt;+Run the DFU command:&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #008800;"&gt;&lt;EM&gt;+=&amp;gt; dfu 0 mmc 0&lt;/EM&gt;&lt;/P&gt;&lt;P style="color: #008800;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;It comes out&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #008800;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #008800;"&gt;=&amp;gt; dfu 0 mmc 0 Unknown command 'dfu' - try 'help' 
&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #008800;"&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please help me to resolve it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Nex Chang &lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 03:38:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MFGTOOL-u-boot-start-from-USB-on-IMX53/m-p/384692#M55693</guid>
      <dc:creator>weifuchang</dc:creator>
      <dc:date>2016-05-06T03:38:12Z</dc:date>
    </item>
  </channel>
</rss>

