<?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 just program u-boot into RAM in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956849#M142934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dd command only remove offset, it does not "download" anything.&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, 11 Jun 2019 02:26:54 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-06-11T02:26:54Z</dc:date>
    <item>
      <title>How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956842#M142927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;mcimx6g3&lt;/STRONG&gt; chip which comes under IMX6UL. I want to know how can I just program u-boot into RAM. I dont have SD-Card connection, no eMMC, no Flash anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have setup yocto and bitbake following user guides. And I have got many binaries generated in tmp/deploy/images.&lt;/P&gt;&lt;P&gt;Which uboot binary I can use to put into RAM and boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so summarizing my requirements:&lt;/P&gt;&lt;P&gt;1. How can I program only u-boot into RAM ?&lt;/P&gt;&lt;P&gt;2. which binary is used to put into RAM( .imx, .bin etc)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 06:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956842#M142927</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-06-07T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956843#M142928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately such use case is not supported in nxp bsps, in general&lt;/P&gt;&lt;P&gt;one can try to use usb_loader utility developed by boundary devices:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94117"&gt;https://community.nxp.com/docs/DOC-94117&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/boundarydevices/imx_usb_loader" title="https://github.com/boundarydevices/imx_usb_loader"&gt;GitHub - boundarydevices/imx_usb_loader: USB &amp;amp; UART loader for i.MX5/6/7/8 series&lt;/A&gt;&amp;nbsp;&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, 07 Jun 2019 10:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956843#M142928</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-07T10:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956844#M142929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I will try that tool.&lt;/P&gt;&lt;P&gt;I have 2 questions from this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In this document&lt;A href="https://community.nxp.com/docs/DOC-332776"&gt;https://community.nxp.com/docs/DOC-332776&lt;/A&gt; , it is mentioned only to download uboot and then go to uboot command line to burn fuses. So my question is where does this uboot is downloaded&amp;nbsp; and run from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Suppose I have custom board which supports serial downloader, but I dont have gpio's to configure it to boot from eMMC like imx6ul eval kit. So when I download Image(uboot+kernel) for the first time through MFGTOOL, will it go to eMMC or not? or I will have to configure through hardware or software to boot it from eMMC?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont ask me to read about System Boot, I have already read about boot modes and Pin configuration and fuse burning. Right now I am not able to boot from my custom board. It supports serial download mode and does not have pins like imx6ul evaluation kit to set it to eMMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;asma&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jun 2019 14:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956844#M142929</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-06-09T14:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956845#M142930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in general MFG Tool also can be used, uboot images in MFG2 Tool folder are images&lt;/P&gt;&lt;P&gt;with offset - written for programming on external boot devices. For USB&lt;BR /&gt;load one needs the same images, but without offset.&lt;/P&gt;&lt;P&gt;For example for i.MX6Q Sabre SD (for i.MX6UL steps will be similar):&lt;/P&gt;&lt;P&gt;below modified ucl2.xml (also one can create new Profile, check with MFG2 Tool documentation).&lt;BR /&gt;u-boot-mx6q-sabresd_nopad.bin is Uboot image&amp;nbsp; without offset (0x400).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed "SabreSD-SD" profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LIST name="SabreSD-SD" desc="USB SDP"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;CMD state="BootStrap" type="boot" body="BootStrap" file ="u-boot-mx6q-sabresd_nopad.bin" &amp;gt;Loading image&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;CMD state="BootStrap" type="jump" &amp;gt; Jumping to image. &amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;CMD state="Updater" type="push" body="$ echo Load Complete!"&amp;gt;Done&amp;lt;/CMD&amp;gt;&lt;BR /&gt;&amp;lt;/LIST&amp;gt;&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>Mon, 10 Jun 2019 04:44:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956845#M142930</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-10T04:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956846#M142931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt; OK. So how can I remove the offset in my imx6ul uboot code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2019 23:31:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956846#M142931</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-06-10T23:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956847#M142932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On windows platform one can try&amp;nbsp; "dd" utility&lt;BR /&gt;&lt;A href="http://www.chrysocome.net/dd"&gt;http://www.chrysocome.net/dd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;dd.exe if=u-boot-mx6q-sabresd.bin of=u-boot-mx6q-sabresd_nopad.bin&amp;nbsp; bs=1024 skip=1&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, 11 Jun 2019 01:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956847#M142932</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-11T01:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956848#M142933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Are you saying this dd command will directly download into my RAM memory?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not able to do it. It is not detecting on my board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 02:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956848#M142933</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-06-11T02:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956849#M142934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dd command only remove offset, it does not "download" anything.&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, 11 Jun 2019 02:26:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956849#M142934</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-06-11T02:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to just program u-boot into RAM</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956850#M142935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried as you said it is giving me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;!-- Load U-Boot only --&amp;gt;&lt;BR /&gt; &amp;lt;LIST name="uboot" desc="Load U-Boot"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CMD state=BootStrap type=boot body="BootStrap" file ="mfg/u-boot.bin"&amp;gt;Load U-Boot&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state=BootStrap type=jump&amp;gt;Jump to OS image&amp;lt;/CMD&amp;gt;&lt;BR /&gt; &amp;lt;CMD state=Updater type=push body="$ echo Update Complete!"&amp;gt;Done&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;DLL version: 2.7.0&lt;BR /&gt;Tuesday, June 11, 2019 15:42:10 Start new logging&lt;BR /&gt;ModuleID[2] LevelID[10]: CMyExceptionHandler thread is running&lt;BR /&gt;ModuleID[2] LevelID[1]: new MxHidDeviceClass&lt;BR /&gt;ModuleID[2] LevelID[10]: new MxHidDevice[001FF388]&lt;BR /&gt;ModuleID[2] LevelID[10]: Device Manager thread is running&lt;BR /&gt;ModuleID[2] LevelID[1]: Can't set m_hStopEvent before it initialized or it already stop&lt;/P&gt;&lt;P&gt;ModuleID[2] LevelID[10]: CmdOperation[0] device chagned and reset to state 0&lt;BR /&gt;ModuleID[2] LevelID[10]: ExecuteCommand--Boot[WndIndex:0], File is C:\Users\asmaa\Desktop\Original_QT850\Profiles\nexus\OS Firmware\mfg\u-boot.bin&lt;BR /&gt;ModuleID[2] LevelID[1]: PortMgrDlg(0)--MxHidDevice--Command Boot excute failed&lt;BR /&gt;ModuleID[2] LevelID[10]: CmdOperation[0], current command executed failed, so SetEvent(hDevCanDeleteEvent)&lt;BR /&gt;ModuleID[2] LevelID[10]: CCmdOpreation[0] thread is Closed&lt;BR /&gt;ModuleID[2] LevelID[10]: CCmdOpreation[0] thread is Closed&lt;BR /&gt;ModuleID[2] LevelID[10]: DeviceManager::OnMsgDeviceEvent() - EVENT_KILL&lt;BR /&gt;ModuleID[2] LevelID[10]: CMyExceptionHandler::OnMsgExceptionEvent() - KillExceptionHandlerThread&lt;BR /&gt;ModuleID[2] LevelID[10]: Exception Handler thread is closed&lt;BR /&gt;ModuleID[2] LevelID[1]: delete MxHidDeviceClass&lt;BR /&gt;ModuleID[2] LevelID[10]: delete MxHidDevice[001FF388]&lt;BR /&gt;ModuleID[2] LevelID[10]: Device Manager thread is closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2019 05:45:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-just-program-u-boot-into-RAM/m-p/956850#M142935</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-06-11T05:45:04Z</dc:date>
    </item>
  </channel>
</rss>

