<?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: Obtaining u-boot source code for mpc5121e in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189811#M1701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bbjh1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do not have all the tools you need for developing/debugging U-boot (including a full compiler set and also a Hardware JTAG Pod/debugger set so you can burn Flash images directly without using TFTP).&amp;nbsp; Then you should leave U-boot alone as you can make the board useless if you screw up.&amp;nbsp; Trust me, I've done that and was really glad that I had the Codewarrior USB tap to reburn my board to bring it back to life.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you goal is to write simple programs rather then bringing up full blown linux, then the better method is to leave U-boot alone and&amp;nbsp;&amp;nbsp;instead, write code to locate to an area of flash not used by U-boot or Linux (assuming you are running Linux), burn that area of flash using U-boot TFTP to transfer the binary image and U-boot to burn it to flash and then use U-boot to jump to that location and start executing.&amp;nbsp; That is a method I've used in the past and it works quite well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that, if you are really serious about doing low level programming and not just Linux applications, you really do need to invest in a USB TAP or other Hardware debugger to get your job done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 Apr 2010 23:23:39 GMT</pubDate>
    <dc:creator>abartky</dc:creator>
    <dc:date>2010-04-25T23:23:39Z</dc:date>
    <item>
      <title>Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189806#M1696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to install LTIB on my host machine (Linux) for mpc5121e. I found the iso image for the bsp (20090603). I installed it and configured it but for some reason I can't find any u-boot folder inside /rpm/BUILD. Does anyone know why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Apr 2010 03:41:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189806#M1696</guid>
      <dc:creator>bbjh1</dc:creator>
      <dc:date>2010-04-08T03:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189807#M1697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at: &lt;A href="http://www.freescale.com/files/32bit/doc/app_note/AN3220.pdf" rel="nofollow" target="_blank"&gt;http://www.freescale.com/files/32bit/doc/app_note/AN3220.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./ltib -p u-boot-1.2.3-mpc5121ads.spec -m prep&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; extract&lt;/P&gt;&lt;P&gt;./ltib -p u-boot-1.2.3-mpc5121ads.spec -m scbuild&amp;nbsp;&amp;nbsp; -&amp;gt; compile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 14:02:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189807#M1697</guid>
      <dc:creator>moidom</dc:creator>
      <dc:date>2010-04-14T14:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189808#M1698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moidom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply. It was very helpful.&lt;/P&gt;&lt;P&gt;I am facinf an issue and I hope you can help me. For some reason, whenever I try to boot the board via nfs (run net_nfs) I am getting an error : Wrong Kernel Image! and Bad CRC.&lt;/P&gt;&lt;P&gt;I am using mpc5121e on ADS512101 board rev. 3.2. Do you know which BSP I should install? I installed the one found on freescale.com MPC512xADS_20090603. Is this the right file?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bbjh1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Apr 2010 02:40:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189808#M1698</guid>
      <dc:creator>bbjh1</dc:creator>
      <dc:date>2010-04-17T02:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189809#M1699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;error : Wrong Kernel Image! and Bad CRC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- First thing I should do is to update u-boot: place a compiled u-boot.bin in your tftpfolder and type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=&amp;gt;run load&lt;BR /&gt;=&amp;gt;run update&lt;/P&gt;&lt;P&gt;-Second I would do is be sure that u-boots environments var are setted right (in porting linux app note are the right values)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;nbsp;am using mpc5121e on ADS512101 board rev. 3.2.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using LTIB too but with a rev 4.1 file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 21:54:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189809#M1699</guid>
      <dc:creator>moidom</dc:creator>
      <dc:date>2010-04-20T21:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189810#M1700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi moidom,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your reply. I want to ask you if it is safe to update the u-boot because I read that this is a dangerous process and I might loose u-boot loader on the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Apr 2010 04:50:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189810#M1700</guid>
      <dc:creator>bbjh1</dc:creator>
      <dc:date>2010-04-24T04:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189811#M1701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bbjh1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do not have all the tools you need for developing/debugging U-boot (including a full compiler set and also a Hardware JTAG Pod/debugger set so you can burn Flash images directly without using TFTP).&amp;nbsp; Then you should leave U-boot alone as you can make the board useless if you screw up.&amp;nbsp; Trust me, I've done that and was really glad that I had the Codewarrior USB tap to reburn my board to bring it back to life.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you goal is to write simple programs rather then bringing up full blown linux, then the better method is to leave U-boot alone and&amp;nbsp;&amp;nbsp;instead, write code to locate to an area of flash not used by U-boot or Linux (assuming you are running Linux), burn that area of flash using U-boot TFTP to transfer the binary image and U-boot to burn it to flash and then use U-boot to jump to that location and start executing.&amp;nbsp; That is a method I've used in the past and it works quite well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having said that, if you are really serious about doing low level programming and not just Linux applications, you really do need to invest in a USB TAP or other Hardware debugger to get your job done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Apr 2010 23:23:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189811#M1701</guid>
      <dc:creator>abartky</dc:creator>
      <dc:date>2010-04-25T23:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189812#M1702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bbjh1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI.&amp;nbsp; Besides app note 3220 on U-boot, if you haven't checked it out already, there is lots of additional information at &lt;A href="http://www.bitshrine.org" rel="nofollow" target="_blank"&gt;http://www.bitshrine.org&lt;/A&gt; which is the official open source site for LTIB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In particular, I think you may find the FAQ section there.&amp;nbsp; Check out: &lt;A href="http://www.bitshrine.org/ltib/documentation-LtibFaq" rel="nofollow" target="_blank"&gt;http://www.bitshrine.org/ltib/documentation-LtibFaq&lt;/A&gt;&amp;nbsp;and in particular take a look at the section on "Packages".&amp;nbsp; That gives most of the commands you need to know when working with LTIB source packages of which U-boot is one of the packages in the Freescale Linux distributions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That section also gives guidlines on how to create you own package to add to the system.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 07:42:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189812#M1702</guid>
      <dc:creator>abartky</dc:creator>
      <dc:date>2010-04-26T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189813#M1703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Alan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for ur reply and ur help. I was able to boot the board using nfs. Now I am trying to deploy jffs2 image. I followed all the steps but whenever I try to run jffs2boot nothing happens!!&lt;/P&gt;&lt;P&gt;Is there any steps I can follow to use u-boot to load c code and try to, for example, turn on the LEDs on the board?&lt;/P&gt;&lt;P&gt;Thank you again for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bbjh1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 11:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189813#M1703</guid>
      <dc:creator>bbjh1</dc:creator>
      <dc:date>2010-04-29T11:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Obtaining u-boot source code for mpc5121e</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189814#M1704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys! I was able to solve the problem....I have mounted the jffs2 file system image on the board's flash memory and I can run jffs2boot normally.&lt;/P&gt;&lt;P&gt;Thank you again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now it is time to figure out how to access the memory so the first thing I need to know is how to turn on the LED using only the apptrk connection ( I can't afford buying the USB tap).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bbjh1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Apr 2010 04:49:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Obtaining-u-boot-source-code-for-mpc5121e/m-p/189814#M1704</guid>
      <dc:creator>bbjh1</dc:creator>
      <dc:date>2010-04-30T04:49:55Z</dc:date>
    </item>
  </channel>
</rss>

