<?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"
	>
<channel>
	<title>Comments on: Open-Source development on the Atmel AT91SAM7X256</title>
	<atom:link href="http://stuartl.longlandclan.yi.org/blog/2008/04/27/oss-at91sam7x25/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuartl.longlandclan.yi.org/blog/2008/04/27/oss-at91sam7x25/</link>
	<description>The life and times of Stuart Longland (VK4MSL)</description>
	<pubDate>Sat, 22 Nov 2008 10:24:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Redhatter (VK4FSJL)</title>
		<link>http://stuartl.longlandclan.yi.org/blog/2008/04/27/oss-at91sam7x25/#comment-1691</link>
		<dc:creator>Redhatter (VK4FSJL)</dc:creator>
		<pubDate>Mon, 18 Aug 2008 22:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://stuartl.longlandclan.yi.org/blog/?p=224#comment-1691</guid>
		<description>Well, the patch is linked there right on that post.  The link is here: http://dev.gentoo.org/~redhatter/misc/atmel-cdc-usb.diff.bz2

The patch is compressed using &lt;b&gt;bzip2&lt;/b&gt;, and is just applied to the kernel sources by typing:
&lt;code&gt;$ bzcat atmel-cdc-usb.diff.bz2 &#124; patch -p1&lt;/code&gt;

All it does is add the device ID of Atmel's SAM-BA firmware to the device driver, so that the ACM CDC driver takes charge.</description>
		<content:encoded><![CDATA[<p>Well, the patch is linked there right on that post.  The link is here: <a href="http://dev.gentoo.org/~redhatter/misc/atmel-cdc-usb.diff.bz2" rel="nofollow">http://dev.gentoo.org/~redhatter/misc/atmel-cdc-usb.diff.bz2</a></p>
<p>The patch is compressed using <b>bzip2</b>, and is just applied to the kernel sources by typing:<br />
<code>$ bzcat atmel-cdc-usb.diff.bz2 | patch -p1</code></p>
<p>All it does is add the device ID of Atmel&#8217;s SAM-BA firmware to the device driver, so that the ACM CDC driver takes charge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henning</title>
		<link>http://stuartl.longlandclan.yi.org/blog/2008/04/27/oss-at91sam7x25/#comment-1689</link>
		<dc:creator>Henning</dc:creator>
		<pubDate>Mon, 18 Aug 2008 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://stuartl.longlandclan.yi.org/blog/?p=224#comment-1689</guid>
		<description>Hi

i am currently working on some similar stuff. 
Can you tell me sth. more about the "Kernel Patch" for CDC ? I need to send some Data from a Sam7S256 to Linux - and i can't! The Board connects to my system like:

 8230.703782] usb 3-1: new full speed USB device using uhci_hcd and address 18
[ 8230.916402] usb 3-1: configuration #1 chosen from 1 choice

and lsusb:

Bus 003 Device 018: ID 03eb:6125 Atmel Corp.

But that's it! No way to communicate it seems. Cutecom and so on do not allow anything...
I would be very happy if you have some idea for me. 

Regards,

Henning</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>i am currently working on some similar stuff.<br />
Can you tell me sth. more about the &#8220;Kernel Patch&#8221; for CDC ? I need to send some Data from a Sam7S256 to Linux - and i can&#8217;t! The Board connects to my system like:</p>
<p> 8230.703782] usb 3-1: new full speed USB device using uhci_hcd and address 18<br />
[ 8230.916402] usb 3-1: configuration #1 chosen from 1 choice</p>
<p>and lsusb:</p>
<p>Bus 003 Device 018: ID 03eb:6125 Atmel Corp.</p>
<p>But that&#8217;s it! No way to communicate it seems. Cutecom and so on do not allow anything&#8230;<br />
I would be very happy if you have some idea for me. </p>
<p>Regards,</p>
<p>Henning</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rolf Segger</title>
		<link>http://stuartl.longlandclan.yi.org/blog/2008/04/27/oss-at91sam7x25/#comment-1626</link>
		<dc:creator>Rolf Segger</dc:creator>
		<pubDate>Sun, 27 Apr 2008 14:43:47 +0000</pubDate>
		<guid isPermaLink="false">http://stuartl.longlandclan.yi.org/blog/?p=224#comment-1626</guid>
		<description>Thanks for the interesting report.
The reason why SAMBA does not do the trick is that one of the config-bits need to be changed on a SAM7X device.
Otherwise, your program is in flash, but it is not started (the SAMBA bootloader is started).

It seems that in your current setup, you have to use your desktop PC with Windows 2000. In this case,
you could also use the GDBServer which comes with SAM-ICE
(and is available in the J-Link Software pack, free of charge for SAM-ICE with ATMEL devices. http://www.segger.com/download_jlink.html)

It would run on the Windows machine (or a VM) and you communicate via TCP/IP (SMB not required).
A Linux version of the J-Link GDB Server is somewhere in the makes, but does not have high prio.

More advanced features (optional) of the GDBServer are:
- Download directly into flash (no need to use an external tool)
- Unlimited number of breakpoints in flash

You would need a license for it.
We do provide free (trial) licenses;
an inexpensive non-comercial license is available. (http://www.segger.com/jlink_ncu.html)
If you contact me, I will gladly provide a free license since I would like to get your feedback.

Best regards,
Rolf Segger</description>
		<content:encoded><![CDATA[<p>Thanks for the interesting report.<br />
The reason why SAMBA does not do the trick is that one of the config-bits need to be changed on a SAM7X device.<br />
Otherwise, your program is in flash, but it is not started (the SAMBA bootloader is started).</p>
<p>It seems that in your current setup, you have to use your desktop PC with Windows 2000. In this case,<br />
you could also use the GDBServer which comes with SAM-ICE<br />
(and is available in the J-Link Software pack, free of charge for SAM-ICE with ATMEL devices. <a href="http://www.segger.com/download_jlink.html" rel="nofollow">http://www.segger.com/download_jlink.html</a>)</p>
<p>It would run on the Windows machine (or a VM) and you communicate via TCP/IP (SMB not required).<br />
A Linux version of the J-Link GDB Server is somewhere in the makes, but does not have high prio.</p>
<p>More advanced features (optional) of the GDBServer are:<br />
- Download directly into flash (no need to use an external tool)<br />
- Unlimited number of breakpoints in flash</p>
<p>You would need a license for it.<br />
We do provide free (trial) licenses;<br />
an inexpensive non-comercial license is available. (http://www.segger.com/jlink_ncu.html)<br />
If you contact me, I will gladly provide a free license since I would like to get your feedback.</p>
<p>Best regards,<br />
Rolf Segger</p>
]]></content:encoded>
	</item>
</channel>
</rss>
