<?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 Regarding Redboot Loader in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200043#M1989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;I want to build the Redboot Loader this requires the package,&lt;BR /&gt;&lt;FONT color="#6666FF"&gt;ecostools_linux.tar.gz&lt;/FONT&gt; file, and also the toolchain needed to build Boot loader.&lt;BR /&gt;Please can any of you help me where I can get &lt;FONT color="#6666FF"&gt;source code&lt;/FONT&gt; or &lt;FONT color="#6666FF"&gt;binary files&lt;/FONT&gt; of this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanking you&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suresh&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2008 16:31:34 GMT</pubDate>
    <dc:creator>sureshsgani</dc:creator>
    <dc:date>2008-03-06T16:31:34Z</dc:date>
    <item>
      <title>Regarding Redboot Loader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200043#M1989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;I want to build the Redboot Loader this requires the package,&lt;BR /&gt;&lt;FONT color="#6666FF"&gt;ecostools_linux.tar.gz&lt;/FONT&gt; file, and also the toolchain needed to build Boot loader.&lt;BR /&gt;Please can any of you help me where I can get &lt;FONT color="#6666FF"&gt;source code&lt;/FONT&gt; or &lt;FONT color="#6666FF"&gt;binary files&lt;/FONT&gt; of this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanking you&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suresh&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2008 16:31:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200043#M1989</guid>
      <dc:creator>sureshsgani</dc:creator>
      <dc:date>2008-03-06T16:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Redboot Loader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200044#M1990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;This is my doc .&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Build redboot&lt;/DIV&gt;&lt;DIV&gt;Building for Windows&lt;BR /&gt;1. download config tools and arm-elf&lt;BR /&gt;ecos config tools -&amp;gt; &lt;A href="http://www.ecoscentric.com/devzone/configtool.shtml" rel="nofollow" target="_blank"&gt;http://www.ecoscentric.com/devzone/configtool.shtml&lt;/A&gt;&lt;BR /&gt;arm-elf-tool -&amp;gt;ftp://sources-redhat.mirror.redwire.net/pub/sources.redhat.com/ecos/gnutools&lt;/DIV&gt;&lt;DIV&gt;or use ecos-install.tcl&lt;/DIV&gt;&lt;DIV&gt;download&lt;BR /&gt;wget --passive-ftp &lt;A href="ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl" rel="nofollow" target="_blank"&gt;ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;run to get gnu-tools for cross-compile&lt;BR /&gt;sh ecos-install.tcl /opt/ecos arm-elf i386-elf&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;1. set ecos env&lt;BR /&gt;export ECOS_RWEPOSITORY=/cygdrive/e/i.mx/mx27/ecos_20050912/packages&lt;/DIV&gt;&lt;DIV&gt;2. run configtool&lt;BR /&gt;&amp;nbsp;build menu-&amp;gt; templates -&amp;gt; select Freescale i.MX27 ADS broad; packages select redboot&lt;BR /&gt;&amp;nbsp;file menu-&amp;gt; import-&amp;gt; import hal\arm\mx27\ads\current\misc\redboot_ROMRAM.ecm&lt;/DIV&gt;&lt;DIV&gt;3. build&lt;BR /&gt;&amp;nbsp;build menu-&amp;gt;Library (F7)&lt;BR /&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;Building for Linux&lt;/DIV&gt;&lt;DIV&gt;1. download config tools and arm-elf&lt;BR /&gt;ecos config tools -&amp;gt; &lt;A href="http://www.ecoscentric.com/devzone/configtool.shtml" rel="nofollow" target="_blank"&gt;http://www.ecoscentric.com/devzone/configtool.shtml&lt;/A&gt;&lt;BR /&gt;arm-elf-tool -&amp;gt;ftp://sources-redhat.mirror.redwire.net/pub/sources.redhat.com/ecos/gnutools&lt;/DIV&gt;&lt;DIV&gt;or use ecos-install.tcl&lt;/DIV&gt;&lt;DIV&gt;download&lt;BR /&gt;wget --passive-ftp &lt;A href="ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl" rel="nofollow" target="_blank"&gt;ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;run to get gnu-tools for cross-compile&lt;BR /&gt;sh ecos-install.tcl /opt/ecos arm-elf i386-elf&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 07:12:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200044#M1990</guid>
      <dc:creator>arthas</dc:creator>
      <dc:date>2008-04-17T07:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Redboot Loader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200045#M1991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;hope these info can&amp;nbsp; help you&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Apr 2008 07:14:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200045#M1991</guid>
      <dc:creator>arthas</dc:creator>
      <dc:date>2008-04-17T07:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Redboot Loader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200046#M1992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi i am using Redboot with i.mx 31 ADS board . The problem is i flashed the images from&amp;nbsp;Linux onto the nand flash and changed the redboot source to boot these new images and i reset , but redboot is not able to boot these images can u provide any solution .&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks in advance&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;the&amp;nbsp;error is&lt;/DIV&gt;&lt;DIV&gt;Checksum failure&lt;/DIV&gt;&lt;DIV&gt;invalid entry address&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 21:13:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Regarding-Redboot-Loader/m-p/200046#M1992</guid>
      <dc:creator>rasheed</dc:creator>
      <dc:date>2008-06-02T21:13:48Z</dc:date>
    </item>
  </channel>
</rss>

