<?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 Second stage bootloader in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244779#M21097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using iMX6 board and have to develop mini u-boot to fit into OCRAM of the core.&lt;/P&gt;&lt;P&gt;While searching for the second stage bootloader i could find the two stage bootloader&lt;/P&gt;&lt;P&gt;implementaion for the TI OMAP3/4 boards.&lt;/P&gt;&lt;P&gt;So is there any generic framework to use it for the iMX platforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Feb 2013 03:58:43 GMT</pubDate>
    <dc:creator>vijaybhatt</dc:creator>
    <dc:date>2013-02-01T03:58:43Z</dc:date>
    <item>
      <title>Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244779#M21097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using iMX6 board and have to develop mini u-boot to fit into OCRAM of the core.&lt;/P&gt;&lt;P&gt;While searching for the second stage bootloader i could find the two stage bootloader&lt;/P&gt;&lt;P&gt;implementaion for the TI OMAP3/4 boards.&lt;/P&gt;&lt;P&gt;So is there any generic framework to use it for the iMX platforms?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2013 03:58:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244779#M21097</guid>
      <dc:creator>vijaybhatt</dc:creator>
      <dc:date>2013-02-01T03:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244780#M21098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to&amp;nbsp; look at U-Boot mainline; it does it already and it may also be easily adapter to boot Linux directly from SDRAM with minimal initialization. In U-Boot it is called SPL (Second Program Loader) so it loads the interative U-Boot application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U-Boot supports most iMX (if not all) so it should be what you're looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 18:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244780#M21098</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-04T18:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244781#M21099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Otavio,&lt;/P&gt;&lt;P&gt;I checked the U-boot mainline for SPL framework and could compile and generate u-boot-spl.bin along with other images.&lt;/P&gt;&lt;P&gt;I think there is no support of SPL for iMX6Q boards as of now.If it is there can you please point me there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Vijay&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:12:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244781#M21099</guid>
      <dc:creator>vijaybhatt</dc:creator>
      <dc:date>2013-02-07T10:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244782#M21100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it seems it does not; yestarday a patchset has been sent to MX53 which does it maybe you can take a look in mailing list?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be easy to add this as everything is in place, including the SPL framework.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 11:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244782#M21100</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-07T11:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244783#M21101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please start a thread at the U-boot mailing list about this topic.&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>Thu, 07 Feb 2013 11:56:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244783#M21101</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-02-07T11:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244784#M21102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did that mailing list ever get started? I'm looking for documentation or any information on i.mx6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:00:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244784#M21102</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-11T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244785#M21103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No thread has been started in mailing list. Please do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 21:15:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244785#M21103</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-11T21:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244786#M21104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 03:50:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244786#M21104</guid>
      <dc:creator>vijaybhatt</dc:creator>
      <dc:date>2013-02-12T03:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244787#M21105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I started the thread , its seems that it is held for approval.&lt;/P&gt;&lt;P&gt;It quotes:&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;Your mail to 'U-Boot' with the subject&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RE: [i.MX Community] - Second stage bootloader&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is being held until the list moderator can review it for approval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason it is being held:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Post by non-member to a members-only list&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 05:07:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244787#M21105</guid>
      <dc:creator>vijaybhatt</dc:creator>
      <dc:date>2013-02-12T05:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244788#M21106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Subscribe to the U-boot list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Choose a more appropriate Subject, ie, remove "[i.MX Community]"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 13:39:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244788#M21106</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-02-12T13:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244789#M21107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok this is probably a stupid question, how does one subscribe to this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 15:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244789#M21107</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-12T15:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244790#M21108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here: &lt;A href="http://lists.denx.de/mailman/listinfo/u-boot" title="http://lists.denx.de/mailman/listinfo/u-boot"&gt;U-Boot Info Page&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 16:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244790#M21108</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-12T16:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244791#M21109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can I find this particular patch for MX53. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 14:46:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244791#M21109</guid>
      <dc:creator>kevin_chaves</dc:creator>
      <dc:date>2013-02-18T14:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244792#M21110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if someone has made it public; I think it is not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 15:34:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244792#M21110</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2013-02-18T15:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244793#M21111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently there is SPL support for this mx35 board booting from mmc:&lt;/P&gt;&lt;P&gt;board/woodburn/woodburn.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, U-boot list is a more appropriate place to talk about U-boot SPL support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 15:59:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244793#M21111</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-02-18T15:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244794#M21112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update on the SPL support.&lt;/P&gt;&lt;P&gt;Is there a support for SPL for imx6S based boards ?&lt;/P&gt;&lt;P&gt;My requirement in the assignment is that primary uboot should be able to choose between 2 different secondary uboot depending on ceratin conditions ?&lt;/P&gt;&lt;P&gt;The condition would be something like a file with certain text being present in a nand partition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:01:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244794#M21112</guid>
      <dc:creator>satishchandra</dc:creator>
      <dc:date>2014-03-20T09:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Second stage bootloader</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244795#M21113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not yet done. This needs to be finished in U-Boot mainline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TechNexion people has done an initial version of it and send it for review; there were some remarks and change requests and those has not yet been submitted yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 12:05:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Second-stage-bootloader/m-p/244795#M21113</guid>
      <dc:creator>OtavioSalvador</dc:creator>
      <dc:date>2014-03-20T12:05:07Z</dc:date>
    </item>
  </channel>
</rss>

