From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4E0991F4.5030604@domain.hid> Date: Tue, 28 Jun 2011 10:33:56 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4E04C614.6000101@domain.hid> <4E06A4B7.2050906@domain.hid> <4E074D6D.8070606@domain.hid> <4E07DF44.1060204@domain.hid> <4E0863D8.2090402@domain.hid> <4E08CCF3.1070403@domain.hid> <4E08F836.1070201@domain.hid> <4E08F926.7070709@domain.hid> <4E095BB1.3030106@domain.hid> In-Reply-To: <4E095BB1.3030106@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] More questions - spi/ethernet List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Wiebe Cc: xenomai@xenomai.org On 06/28/2011 06:42 AM, David Wiebe wrote: > On 11-06-27 02:41 PM, Gilles Chanteperdrix wrote: >> On 06/27/2011 11:37 PM, David Wiebe wrote: >>> Hello all, >>> >>> I'm wondering if there would be anyone who would be interested in either >>> collaborating with me on writing drivers for the spi port and getting >>> ethernet to work in real time on the beagleboard xm. >> What is the ethernet chip used by the beagleboard xm? >> > LAN9514 > That is where we should have started... This is an usb-ethernet adapter, getting it to work with rtdm will not be easy, as you will need to write a driver for the usb host controller, in addition to the ethernet driver itself. There is an usb stack for RTDM (usb4rt), but I am not sure in what state it is currently. -- Gilles.