<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting Started with the Olimex SAM7-P256</title>
	<atom:link href="http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html</link>
	<description>Maker of Finest Quality Digital Things</description>
	<lastBuildDate>Wed, 08 Sep 2010 08:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: krish</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-15030</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Sun, 08 Aug 2010 22:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-15030</guid>
		<description>Also when people try to install the bin-utils or GCC they might encounter an error when doen &quot;make all install&quot; b&#039;cos of the error due to texinfo version number in the recent ubuntu installations texinfo installations.
It can be solved by adding the patch for the binutils and GCC, which I am not sure how to do (involves recompilig and tarballing the original with the patch).
I did the other way around after the ../configure... command open the &#039;configure&#039; script in gedit or any editor and search for the sentence starting with this term
&quot;&#124; egrep &#039;texinfo[^0-9]&quot;
 and you will find the line
&quot;&#124; egrep &#039;texinfo[^0-9]*([1-3][0-9]&#124;4\.[4-9]&#124;[5-9])&#039; &gt;/dev/null 2&gt;&1; then&quot;
 change it to,
&quot;&#124; egrep &#039;texinfo[^0-9]*(4\.([6-9]&#124;[1-9][0-9])&#124;[5-9]&#124;[1-9][0-9])&#039; &gt;/dev/null 2&gt;&1; then&quot;
and then run the installation.

The solution can be found in this webpage,
http://sourceware.org/ml/binutils/2007-09/msg00240.html

bye.</description>
		<content:encoded><![CDATA[<p>Also when people try to install the bin-utils or GCC they might encounter an error when doen &#8220;make all install&#8221; b&#8217;cos of the error due to texinfo version number in the recent ubuntu installations texinfo installations.<br />
It can be solved by adding the patch for the binutils and GCC, which I am not sure how to do (involves recompilig and tarballing the original with the patch).<br />
I did the other way around after the ../configure&#8230; command open the &#8216;configure&#8217; script in gedit or any editor and search for the sentence starting with this term<br />
&#8220;| egrep &#8216;texinfo[^0-9]&#8221;<br />
 and you will find the line<br />
&#8220;| egrep &#8216;texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])&#8217; &gt;/dev/null 2&gt;&amp;1; then&#8221;<br />
 change it to,<br />
&#8220;| egrep &#8216;texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])&#8217; &gt;/dev/null 2&gt;&amp;1; then&#8221;<br />
and then run the installation.</p>
<p>The solution can be found in this webpage,<br />
<a href="http://sourceware.org/ml/binutils/2007-09/msg00240.html" rel="nofollow">http://sourceware.org/ml/binutils/2007-09/msg00240.html</a></p>
<p>bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krish</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-15025</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Sun, 08 Aug 2010 00:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-15025</guid>
		<description>I dont know how to add a region for .text.1 . I am totally new to this. 
Anyway as you told I downgraded my binutils to 2.17 and gcc to 4.1.1 and I am seeing BLINKING LEDS!!!!!
thanks a lot for the help...
If you know how to include a .text.1 please let me know.
Anyway thanks a lot for ur help...
Bye..</description>
		<content:encoded><![CDATA[<p>I dont know how to add a region for .text.1 . I am totally new to this.<br />
Anyway as you told I downgraded my binutils to 2.17 and gcc to 4.1.1 and I am seeing BLINKING LEDS!!!!!<br />
thanks a lot for the help&#8230;<br />
If you know how to include a .text.1 please let me know.<br />
Anyway thanks a lot for ur help&#8230;<br />
Bye..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14971</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Sat, 07 Aug 2010 00:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14971</guid>
		<description>Memory regions such as .text and .data are defined in the linker script. I&#039;d guess this problem is because of a different version of GCC than the one I used originally. The GCC people are a real pain and like to change the rules and break everyone&#039;s code with each new release.

To solve it, either define a new segment called .text.1 in the linker script (that&#039;s the file called ram-ln.cmd) or see if you can use an older version of gcc.</description>
		<content:encoded><![CDATA[<p>Memory regions such as .text and .data are defined in the linker script. I&#8217;d guess this problem is because of a different version of GCC than the one I used originally. The GCC people are a real pain and like to change the rules and break everyone&#8217;s code with each new release.</p>
<p>To solve it, either define a new segment called .text.1 in the linker script (that&#8217;s the file called ram-ln.cmd) or see if you can use an older version of gcc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krish</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14929</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Fri, 06 Aug 2010 07:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14929</guid>
		<description>Hi Adam,
Actually I was trying to use the SAM-BA GUI for atmels sam7s256 EK board. I combined your procedures for installation of binaries and tool chain with flashing the kit using SAM-BA and confused ur explanation of SAM- boot assistant with the SAM-BA gui for linux. Some say that we need to install the SAM-BA gui and use the atmel board option and it automatically works for the Olimex board. I doubt it b&#039;cos it dint for me.
Anyway I downloaded the Sam_I_Am and was very happy to see it connect with the board in /dev/ttyUSB0.
I tried to download ur led blink program from the link you have provided. I copied the .samiamrc file to my home folder. When I run the &#039;make&#039; I get the following error,

arm-thumb-elf-ld -v -Map blink.map -Tram-ln.cmd -o blink.elf crt.o blink.o
GNU ld (GNU Binutils) 2.18
arm-thumb-elf-ld: error: no memory region specified for loadable section `.text.1&#039;
make: *** [blink.elf] Error 1

I have given the name arm-thumb-elf-ld for my linker so you can ignore it. I am not getting the source of the error. Actually I dont know what it means by &#039;.text.1&#039; and where is that memory area located?
Can you explain the problem. If the LED blinking works I can be kind of sure that my board is workable in Linux environment.
Thanks a lot for your prompt reply the last time.

Krish.</description>
		<content:encoded><![CDATA[<p>Hi Adam,<br />
Actually I was trying to use the SAM-BA GUI for atmels sam7s256 EK board. I combined your procedures for installation of binaries and tool chain with flashing the kit using SAM-BA and confused ur explanation of SAM- boot assistant with the SAM-BA gui for linux. Some say that we need to install the SAM-BA gui and use the atmel board option and it automatically works for the Olimex board. I doubt it b&#8217;cos it dint for me.<br />
Anyway I downloaded the Sam_I_Am and was very happy to see it connect with the board in /dev/ttyUSB0.<br />
I tried to download ur led blink program from the link you have provided. I copied the .samiamrc file to my home folder. When I run the &#8216;make&#8217; I get the following error,</p>
<p>arm-thumb-elf-ld -v -Map blink.map -Tram-ln.cmd -o blink.elf crt.o blink.o<br />
GNU ld (GNU Binutils) 2.18<br />
arm-thumb-elf-ld: error: no memory region specified for loadable section `.text.1&#8242;<br />
make: *** [blink.elf] Error 1</p>
<p>I have given the name arm-thumb-elf-ld for my linker so you can ignore it. I am not getting the source of the error. Actually I dont know what it means by &#8216;.text.1&#8242; and where is that memory area located?<br />
Can you explain the problem. If the LED blinking works I can be kind of sure that my board is workable in Linux environment.<br />
Thanks a lot for your prompt reply the last time.</p>
<p>Krish.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14909</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 04 Aug 2010 21:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14909</guid>
		<description>Hi krish, It could be that Linux has assigned the board to a different port. Try the following command to list all available ports:

ls -1 /dev/ttyU*

Maybe try that command with the board unplugged and then again after the board is plugged in to see which new port appears.</description>
		<content:encoded><![CDATA[<p>Hi krish, It could be that Linux has assigned the board to a different port. Try the following command to list all available ports:</p>
<p>ls -1 /dev/ttyU*</p>
<p>Maybe try that command with the board unplugged and then again after the board is plugged in to see which new port appears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krish</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14905</link>
		<dc:creator>krish</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14905</guid>
		<description>I am using an Olimex sam7s256 board. I tried to get it up and running in linux (Ubuntu). I was able to successfully install GCC and binutils. I installed SAM-BA for linux from the atmel site. I was able to get the USB port for connection as specified in the SAM-BA manual (.dev/ttyUSB0). But when I try to use the GUI and &#039;connect&#039; there is no response. I though that there is a connection failure, so when I presses the reset button in the board, I get a message &quot;Failed to initialize FLASH accesses&quot;. No matter how long I wait before pressing the reset button, I am not getting any SAM-BA window as expected.
can any you help me out in this? I did the &#039;tst&#039; jumper set, reconnect the board for 10 s, disconnect and &#039;tst&#039; jumper reset, reconnect before opening SAM-BA. Any help will be greatly appreciated. I am stuck. It is the same for both SAM-BA 2.9 and 2.7, 2.8.</description>
		<content:encoded><![CDATA[<p>I am using an Olimex sam7s256 board. I tried to get it up and running in linux (Ubuntu). I was able to successfully install GCC and binutils. I installed SAM-BA for linux from the atmel site. I was able to get the USB port for connection as specified in the SAM-BA manual (.dev/ttyUSB0). But when I try to use the GUI and &#8216;connect&#8217; there is no response. I though that there is a connection failure, so when I presses the reset button in the board, I get a message &#8220;Failed to initialize FLASH accesses&#8221;. No matter how long I wait before pressing the reset button, I am not getting any SAM-BA window as expected.<br />
can any you help me out in this? I did the &#8216;tst&#8217; jumper set, reconnect the board for 10 s, disconnect and &#8216;tst&#8217; jumper reset, reconnect before opening SAM-BA. Any help will be greatly appreciated. I am stuck. It is the same for both SAM-BA 2.9 and 2.7, 2.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14394</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 29 Jan 2010 02:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14394</guid>
		<description>I just tried to go through this procedure in the new Karmic Ubuntu 9.10. I had to add --disable-werror to the binutils build to make it work due to the stricter gcc compiler included with Ubuntu these days. I&#039;ve just modified my original post to include this change, it should not affect compilation on older compilers.</description>
		<content:encoded><![CDATA[<p>I just tried to go through this procedure in the new Karmic Ubuntu 9.10. I had to add &#8211;disable-werror to the binutils build to make it work due to the stricter gcc compiler included with Ubuntu these days. I&#8217;ve just modified my original post to include this change, it should not affect compilation on older compilers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codebot</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14051</link>
		<dc:creator>codebot</dc:creator>
		<pubDate>Tue, 08 Jul 2008 06:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14051</guid>
		<description>I had to do this on my Ubuntu 08.04 box to get this to work:

add to the bottom of your .bashrc file this line:

alias sudo=&quot;sudo env PATH=$PATH&quot;

Otherwise the PATH variable inside the sudo command didn&#039;t include /usr/local/arm7/bin, so when making arm-elf-gcc it was bombing out being unable to find arm-elf-ar, among other things. Perhaps there is a more elegant way to preserve environment variables than doing the alias line above, but if so I don&#039;t know it. I read a pretty fiery debate among the Ubuntu crowd about this, with the parting shots seeming to imply that you need to do the alias above in order to inherit environment variables from the user account when running in sudo. But again perhaps I&#039;m missing a simpler solution.</description>
		<content:encoded><![CDATA[<p>I had to do this on my Ubuntu 08.04 box to get this to work:</p>
<p>add to the bottom of your .bashrc file this line:</p>
<p>alias sudo=&#8221;sudo env PATH=$PATH&#8221;</p>
<p>Otherwise the PATH variable inside the sudo command didn&#8217;t include /usr/local/arm7/bin, so when making arm-elf-gcc it was bombing out being unable to find arm-elf-ar, among other things. Perhaps there is a more elegant way to preserve environment variables than doing the alias line above, but if so I don&#8217;t know it. I read a pretty fiery debate among the Ubuntu crowd about this, with the parting shots seeming to imply that you need to do the alias above in order to inherit environment variables from the user account when running in sudo. But again perhaps I&#8217;m missing a simpler solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praful</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-14011</link>
		<dc:creator>Praful</dc:creator>
		<pubDate>Mon, 12 May 2008 02:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-14011</guid>
		<description>Thanks for the great step by step approach for getting started in atmel based board, i have just got hold of AT91SAM9 based board from www.oasistechsol.com
since this is Atmel ARM9 i guess the steps you have mentioned will also be applicable for me

-praful</description>
		<content:encoded><![CDATA[<p>Thanks for the great step by step approach for getting started in atmel based board, i have just got hold of AT91SAM9 based board from <a href="http://www.oasistechsol.com" rel="nofollow">http://www.oasistechsol.com</a><br />
since this is Atmel ARM9 i guess the steps you have mentioned will also be applicable for me</p>
<p>-praful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aepytus21</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-13902</link>
		<dc:creator>aepytus21</dc:creator>
		<pubDate>Sat, 01 Dec 2007 20:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-13902</guid>
		<description>Thanks a lot for this tutorial -- I&#039;m working the smaller version of this Olimex board, but your instructions were invaluable in giving me a clear outline of the issues.

The &quot;Click Here&quot; link under &quot;Update&quot; is broken, tho.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this tutorial &#8212; I&#8217;m working the smaller version of this Olimex board, but your instructions were invaluable in giving me a clear outline of the issues.</p>
<p>The &#8220;Click Here&#8221; link under &#8220;Update&#8221; is broken, tho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve B.</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-13108</link>
		<dc:creator>Steve B.</dc:creator>
		<pubDate>Fri, 26 Oct 2007 22:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-13108</guid>
		<description>I had given up for a while on this, I couldn&#039;t get the precompiled binaries to work, and was having trouble compiling the gnuarm toolchain. My old windows laptop bit the dust a while back and I was on the verge of quitting windows for good at that point, so I didn&#039;t even bother with the windows toolchains. I finally decided to sit down and give it a try again today, and it turns out I was able to get it to work by doing the whole process as root (I just did su instead of sudo). 
Now I have blinking lights and I can finally get around to figuring out some stuff about this ARM, which I have put off for far too long. 
Nice tutorial for sure!</description>
		<content:encoded><![CDATA[<p>I had given up for a while on this, I couldn&#8217;t get the precompiled binaries to work, and was having trouble compiling the gnuarm toolchain. My old windows laptop bit the dust a while back and I was on the verge of quitting windows for good at that point, so I didn&#8217;t even bother with the windows toolchains. I finally decided to sit down and give it a try again today, and it turns out I was able to get it to work by doing the whole process as root (I just did su instead of sudo).<br />
Now I have blinking lights and I can finally get around to figuring out some stuff about this ARM, which I have put off for far too long.<br />
Nice tutorial for sure!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-11325</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Fri, 07 Sep 2007 00:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-11325</guid>
		<description>You will not need to bother with the modprobe or vendor and product IDs if you are using a USB-&gt;RS232 adapter, Linux should sort it out for you as long as it is a supported adapter. Try using the lsusb command to verify that your USB device is connected. If so, it should be accessible via /dev/ttyUSB0.

The &quot;SAM&quot; utilities will not work on the LPC2148. They are specific to the AT91SAM range of chips. You will need to find some other utility which supports your chip.

I did a Google search and found a utility called lpc21isp which sounds like what you want. See this link:

  http://pygmy.utoh.org/riscy/bootloader.html

Good luck with your project.</description>
		<content:encoded><![CDATA[<p>You will not need to bother with the modprobe or vendor and product IDs if you are using a USB->RS232 adapter, Linux should sort it out for you as long as it is a supported adapter. Try using the lsusb command to verify that your USB device is connected. If so, it should be accessible via /dev/ttyUSB0.</p>
<p>The &#8220;SAM&#8221; utilities will not work on the LPC2148. They are specific to the AT91SAM range of chips. You will need to find some other utility which supports your chip.</p>
<p>I did a Google search and found a utility called lpc21isp which sounds like what you want. See this link:</p>
<p>  <a href="http://pygmy.utoh.org/riscy/bootloader.html" rel="nofollow">http://pygmy.utoh.org/riscy/bootloader.html</a></p>
<p>Good luck with your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pinky</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-11313</link>
		<dc:creator>Pinky</dc:creator>
		<pubDate>Thu, 06 Sep 2007 11:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-11313</guid>
		<description>Hi!

We are using philips lpc2148 in school, and it&#039;s all working fine under windows, but i want to use it in linux, ofcourse :)
The first parts of your guide are just what i&#039;ve been loking for (great guide btw!). My problem is with &quot;sam&quot;.
The &quot;sudo modprobe usbserial vendor=0x3eb product=0x6124&quot; command will probably be different for my board, am i right? It is connected with a usb -&gt; com connector, at USB0.

Do you know if i could use the same numbers as you, and if not, the correct numbers for my lpc2148, or where i could find them?

Sincerely
Pinky</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We are using philips lpc2148 in school, and it&#8217;s all working fine under windows, but i want to use it in linux, ofcourse :)<br />
The first parts of your guide are just what i&#8217;ve been loking for (great guide btw!). My problem is with &#8220;sam&#8221;.<br />
The &#8220;sudo modprobe usbserial vendor=0&#215;3eb product=0&#215;6124&#8243; command will probably be different for my board, am i right? It is connected with a usb -&gt; com connector, at USB0.</p>
<p>Do you know if i could use the same numbers as you, and if not, the correct numbers for my lpc2148, or where i could find them?</p>
<p>Sincerely<br />
Pinky</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-5437</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Thu, 19 Apr 2007 01:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-5437</guid>
		<description>If you got a HEX file, I&#039;d say that compile and link stages are probably working. Perhaps you are not correctly downloading the HEX file into the ARM. Have a look at the manual for whatever utility you are using for that.

I&#039;ve never used Eclipse so I can&#039;t really help there. Try reading Jim Lynch&#039;s tutorial which walks through the process of developing for ARM in Eclipse under Windows. You can download it from the Atmel website here:

http://www.atmel.com/dyn/resources/prod_documents/atmel_tutorial_source.zip</description>
		<content:encoded><![CDATA[<p>If you got a HEX file, I&#8217;d say that compile and link stages are probably working. Perhaps you are not correctly downloading the HEX file into the ARM. Have a look at the manual for whatever utility you are using for that.</p>
<p>I&#8217;ve never used Eclipse so I can&#8217;t really help there. Try reading Jim Lynch&#8217;s tutorial which walks through the process of developing for ARM in Eclipse under Windows. You can download it from the Atmel website here:</p>
<p><a href="http://www.atmel.com/dyn/resources/prod_documents/atmel_tutorial_source.zip" rel="nofollow">http://www.atmel.com/dyn/resources/prod_documents/atmel_tutorial_source.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-5434</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 18 Apr 2007 21:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-5434</guid>
		<description>Hallo, 

thank you for your tutorial. I was trying to complie the files using gnu under eclipse Environement in windows, the project compiles fine and I got a hex file. But unfortunately, it did not work ! Do you have any information which you may provide about using exlipse environment for the project.

sincerely,
peter</description>
		<content:encoded><![CDATA[<p>Hallo, </p>
<p>thank you for your tutorial. I was trying to complie the files using gnu under eclipse Environement in windows, the project compiles fine and I got a hex file. But unfortunately, it did not work ! Do you have any information which you may provide about using exlipse environment for the project.</p>
<p>sincerely,<br />
peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-5424</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Tue, 17 Apr 2007 12:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-5424</guid>
		<description>Oops, sorry Steve, I didn&#039;t notice your post there. Sorry for the delay in responding.

It is important to run the make install commands with root privileges. I use the sudo command for this. If that doesn&#039;t work for you, try &quot;sudo -s&quot; or &quot;su&quot; to elevate your authority.

Another possible problem might be forgetting to set your PATH so that the binutils are available to the gcc build scripts. You can test this is set correctly by typing arm-elf-as --version. If it says &quot;Command not found&quot;, you probably have a PATH problem.</description>
		<content:encoded><![CDATA[<p>Oops, sorry Steve, I didn&#8217;t notice your post there. Sorry for the delay in responding.</p>
<p>It is important to run the make install commands with root privileges. I use the sudo command for this. If that doesn&#8217;t work for you, try &#8220;sudo -s&#8221; or &#8220;su&#8221; to elevate your authority.</p>
<p>Another possible problem might be forgetting to set your PATH so that the binutils are available to the gcc build scripts. You can test this is set correctly by typing arm-elf-as &#8211;version. If it says &#8220;Command not found&#8221;, you probably have a PATH problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Pierce &#187; Adding a C library to the arm-gcc toolchain</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-5172</link>
		<dc:creator>Adam Pierce &#187; Adding a C library to the arm-gcc toolchain</dc:creator>
		<pubDate>Thu, 05 Apr 2007 11:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-5172</guid>
		<description>[...] This is an addition to my previous article Getting Started with the Olimex SAM7-P256. I want to add a C library so I can use functions like printf. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is an addition to my previous article Getting Started with the Olimex SAM7-P256. I want to add a C library so I can use functions like printf. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve B.</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-4516</link>
		<dc:creator>Steve B.</dc:creator>
		<pubDate>Sun, 25 Mar 2007 23:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-4516</guid>
		<description>Hi Adam-- when I tried to install the gnuarm gcc compiler, I got a whole bunch of errors (looks like this has something to do with cross compiling, but I have no idea what&#039;s going on...) I was able to install the binutils, just not the gcc... do you know what I might do to fix this?

Thanks,

Steve</description>
		<content:encoded><![CDATA[<p>Hi Adam&#8211; when I tried to install the gnuarm gcc compiler, I got a whole bunch of errors (looks like this has something to do with cross compiling, but I have no idea what&#8217;s going on&#8230;) I was able to install the binutils, just not the gcc&#8230; do you know what I might do to fix this?</p>
<p>Thanks,</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-4202</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 21 Mar 2007 12:16:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-4202</guid>
		<description>Ricardo: I tried that toolchain. It builds my example code just fine. Plus it includes a C-library which might be useful when my programs get more sophisticated.

Steve: I don&#039;t have a JTAG interface device so SAM-BA is my best option right now.</description>
		<content:encoded><![CDATA[<p>Ricardo: I tried that toolchain. It builds my example code just fine. Plus it includes a C-library which might be useful when my programs get more sophisticated.</p>
<p>Steve: I don&#8217;t have a JTAG interface device so SAM-BA is my best option right now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve B.</title>
		<link>http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html/comment-page-1#comment-4185</link>
		<dc:creator>Steve B.</dc:creator>
		<pubDate>Wed, 21 Mar 2007 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.doctort.org/adam/nerd-notes/getting-started-with-the-olimex-sam7-p256.html#comment-4185</guid>
		<description>Excellent work!
I have one of these boards coming some time this week, and was wondering what to do about getting started with my Linux box (I knew about gnuarm, didn&#039;t know about the SAM-BA for Linux). 

Have you tried anything with the JTAG yet?</description>
		<content:encoded><![CDATA[<p>Excellent work!<br />
I have one of these boards coming some time this week, and was wondering what to do about getting started with my Linux box (I knew about gnuarm, didn&#8217;t know about the SAM-BA for Linux). </p>
<p>Have you tried anything with the JTAG yet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
