<?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>LPC Microcontrollers中的主题 Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520946#M3897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Fri Nov 21 01:04:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you ....i will try. Yes as you said ...i do need to learn Linux shell.....new to Linux ...This is first encounter with Linux OS.....Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it did worked ....i appreciate your efforts...Thanks [color=#030]TheFallGuy[/color]..you have bought end to my week old frustration...Thanks a ton!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:46:45 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:46:45Z</dc:date>
    <item>
      <title>When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520941#M3892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Wed Nov 19 22:17:16 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi friends,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have this LPC1788 Embedded Artist Board, i am trying to port linux on it.&amp;nbsp; As the first step to do that was to port U-boot. I found the following link on Lpcware &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fproject%2Flpc177x8x-u-boot-port%2Fu-boot-build-procedure" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/project/lpc177x8x-u-boot-port/u-boot-build-procedure&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems a good step by step tutorial for first timers. I have downloaded U-Boot version 2011-06 and the patch as directed, manage to patch it properly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have arm-2010q1-189-arm-uclinuxeabi-i686-pc-linux-gnu.tar.bz2 which i extracted to /opt and added a path /opt/arm-2010q1/bin as discribed in tutorial. Then the next step to add CROSS_COMPILER PATH, which is for me /opt/arm-2010q1/bin/arm-uclinuxeabi-, after completing all these, manage to config u-boot for the EA1788&amp;nbsp; board using command&amp;nbsp; 'make ea1788_config'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then in next step donwloaded checksum and added PATH variable as suggested. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When i finally used 'make' command ....i am getting errors as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/arm-2010q1/bin/arm-uclinuxeabi-objcopy -O srec u-boot u-boot.srec&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/arm-2010q1/bin/arm-uclinuxeabi-objcopy --gap-fill=0xff -O binary u-boot u-boot.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./lpc17_fcg u-boot.bin u-boot-lpc.bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: ./lpc17_fcg: Command not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;make: *** [u-boot-lpc.bin] Error 127&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please guide me...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank You.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520941#M3892</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520942#M3893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Wed Nov 19 23:33:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Friends, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried the same with a different tool chain version. The end result is same, i have tried my hands with tool chain "arm-2011.03-41-arm-none-linux-gnueabi-i686-pc-libux-gnu.tar.bz2". Followed the same procedure, and same result ...haha!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help !! &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520942#M3893</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520943#M3894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Thu Nov 20 01:00:35 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you follow step 8? This downloads the lpc17_fcg application that you are missing...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: Cortex-M parts are not capable of running linux. You might want to try ucLinux instead&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520943#M3894</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520944#M3895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Thu Nov 20 21:25:19 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply. Yes I have thought of using ucLinux only. But got stuck in U-Boot itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I have completed the 8th step as follow:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;•Downloaded the file from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpc177x8x-checksum-insertion-program" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpc177x8x-checksum-insertion-program&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;•As such there is no readme or user guide so I have extracted the file using tar –xvjf in /opt &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;•It extracted two files lpc_fcg (which is an executable) and main.c&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;•As there is not any readme or user guide so I have just added this file PATH &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;•Added a PATH as ‘export PATH=$PATH:$/opt/lpc17xx_cksum_insert’&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please guide me where I did a blunder.. Tried to google about checksum value, but not much found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520944#M3895</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520945#M3896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by TheFallGuy on Fri Nov 21 00:35:34 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to learn (quickly) about Linux shell...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The makefile is running "./lpc17_fcg". "./" means 'run from the local directory'. It does not search path or anything else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution: edit the makefile to remove the "./" or install lpc17_fcg into the local directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520945#M3896</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: When followed 'U-Boot build procedure'  tutorial from LPCWARE for LPC1788, getting errors...??</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520946#M3897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by studyembedded on Fri Nov 21 01:04:49 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you ....i will try. Yes as you said ...i do need to learn Linux shell.....new to Linux ...This is first encounter with Linux OS.....Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it did worked ....i appreciate your efforts...Thanks [color=#030]TheFallGuy[/color]..you have bought end to my week old frustration...Thanks a ton!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:46:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/When-followed-U-Boot-build-procedure-tutorial-from-LPCWARE-for/m-p/520946#M3897</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:46:45Z</dc:date>
    </item>
  </channel>
</rss>

