<?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: Minimal boot loader for loading uBoot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254456#M24019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that; check the SabreLITE environment in U-Boot mainline; you can use same idea to process the keys and change the environment during runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 21:48:42 GMT</pubDate>
    <dc:creator>OtavioSalvador</dc:creator>
    <dc:date>2013-02-13T21:48:42Z</dc:date>
    <item>
      <title>Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254451#M24014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I'm looking into how hard it will be to write our own little boot loader. Its similar to what linaro's spi to sd loader but we wanted to be able to switch to a back up sd card with a uboot on it. We are thinking about doing this because they want field update uboot safely. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that said, I'm wondering what other peoples thoughts on this are. I already proposed the "don't do that" solution and just said it would be easier to make sure uboot isn't going to need an update. Also what is uboot responsible for configuring and initializing at boot that isn't on the SOC?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 14:47:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254451#M24014</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-11T14:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254452#M24015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/314188#314188" style="font-size: 10pt; line-height: 1.5em;"&gt;https://community.freescale.com/message/314188#314188&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 16:19:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254452#M24015</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-11T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254453#M24016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I can build uboot in a minimal way thats like the UBL that omaps have. Interesting...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any really good documentation on the SPL?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:00:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254453#M24016</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-11T21:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254454#M24017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best documentation has not yet been merged into U-Boot mainline but it is in the review process; current patchset for the documentation is at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/146987/focus=147040" title="http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/146987/focus=147040"&gt;Gmane Loom&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:14:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254454#M24017</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-11T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254455#M24018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm actually going to be using it the way its intended. I think i'm a little confused, I want to load uboot with this but possibly from a different source holding down a couple of keys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is SPL supported normally on i.MX6?&lt;/P&gt;&lt;P&gt;Does the patch contain support for the i.mx6 for the normal and falcon mode?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:15:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254455#M24018</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-13T18:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254456#M24019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that; check the SabreLITE environment in U-Boot mainline; you can use same idea to process the keys and change the environment during runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 21:48:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254456#M24019</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-13T21:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254457#M24020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know any good sources on uboot in general, we are currently switching from wince with ubl/eboot setup so I feel like i'm in over my head. I still really don't even understand how configuring uboot works and how to build the spl vs normal uboot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:17:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254457#M24020</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-14T20:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254458#M24021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the source code ;-) Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you intend to use WinCE being load by U-Boot or to move to Linux?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:37:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254458#M24021</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-14T20:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254459#M24022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to linux, this is why i feel a bit in over my head, we threw everything out the window and started with a new kernel, dev environment, bootloader, hardware, source control... its awesome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is all the device init in the ./board/&amp;lt;board&amp;gt; . Since we are trying to solve problems we don't actually have yet they want to be able to update uboot safely if we forgot something. I feel like might actually be easier to strip it down and let the kernel initialize the device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we are using an imx6, is it possible to just turn on the ram, load the kernel from an sd card with minimal initialization so we don't have to worry about "forgetting" something.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254459#M24022</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-14T20:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254460#M24023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When doing this huge change maybe a consulting would be good. You may take wrong routes sometimes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Linux please also take a look in Yocto as it will make your life easier than LTIB ;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 20:53:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254460#M24023</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-14T20:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254461#M24024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i love yocto, we started with yocto but we felt like we needed help so we got a seat with timesys. Their build system is just as awful as ltib.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 21:04:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254461#M24024</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-14T21:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Minimal boot loader for loading uBoot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254462#M24025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So we need to talk ;-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 22:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Minimal-boot-loader-for-loading-uBoot/m-p/254462#M24025</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-14T22:17:36Z</dc:date>
    </item>
  </channel>
</rss>

