Re: [Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-18 Thread Ivo Kunadt
hi, to the open questions before one more... At the moment i register a spi driver. I will use now the iz functions(iz,izchat,...) to test my driver. But i have no platform driver and device. So need i register a plattform driver with device before? And how can i get my spi device to send the dat

Re: [Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-17 Thread Ivo Kunadt
Hi, i have some more questions. the ieee802154_mlme_ops functions get the a net_device as parameter. Musst inlcude the net_device the informationen which the mlme_ops functions needed ? like pseudo code: static u16 atmega128rfa1_get_pan_id(const struct net_device *dev) { struct atmega

Re: [Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-13 Thread Ivo Kunadt
Hi, thx for this explanations. I mean i send some Byte throw a socket like the izchat. Now it is more clear how to use this mlme functions. i report if a have finished or have some other questions Best regards, Ivo >>> Christophe Aeschlimann 13.09.2012 16:40 >>> Hi Ivo, Le 13.09.2012

Re: [Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-13 Thread Christophe Aeschlimann
Hi Ivo, Le 13.09.2012 14:33, Ivo Kunadt a écrit : > At the moment i send some bytes in the xmit function of the > net_device_ops. What do you mean by that ? You cannot just send "some" bytes. Your driver must forward the data that comes from the higher layer (the soft mac) to your radio chip ove

Re: [Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-13 Thread Prajosh Premdas
Hi I have a few more information to share http://code.google.com/p/linux-wsn/wiki/LinuxStack Please go through this link Prajosh On Thu, Sep 13, 2012 at 6:03 PM, Ivo Kunadt wrote: > Hi, > > i think you need some more information: > Linux Controller: imx35 > Linux Kernel : 3.6.rc1 > > "Zigbee"

[Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-13 Thread Ivo Kunadt
Hi, i think you need some more information: Linux Controller: imx35 Linux Kernel : 3.6.rc1 "Zigbee" Device: AT-ANY-2400-SC-3 Controller on the board: Atmega128rf1a The Zigbee Device run with the Atmel Mac Stack at the moment. The goal is to write a driver for the Atmega128rf1a that use a soc

[Linux-zigbee-devel] Antw: Re: Driver ATmega128RF1A

2012-09-13 Thread Ivo Kunadt
HI Prajosh, thx for the fast answer. I forgot to say we work on a embedded Linux (i.mx35) Board. I readed it but can´t get more information from it. Regards, Ivo >>> Prajosh Premdas 13.09.2012 12:00 >>> Hi Ivo You got to use a user space application http://sourceforge.net/apps/trac/li