I'll reply with a patch that I use to attach my mrf24j40 to the
BeagleBone. It of course won't work as-is for your device, but you'll
likely want to do something very similar.

Alan.

On 05/23/2012 12:18 PM, Pierre-Emmanuel Goudet wrote:
>
> Your right,
>
>  
>
> We'are on it for a Beaglebone ...
>
> But some intialisation are style mysterious for us  ...
>
> Will write our results soon.
>
>  
>
> Thanks
>
>  
>
> *De :*Alan Ott [mailto:a...@signal11.us]
> *Envoyé :* mercredi 23 mai 2012 16:49
> *À :* Pierre-Emmanuel Goudet
> *Cc :* linux-zigbee-devel@lists.sourceforge.net
> *Objet :* Re: [Linux-zigbee-devel] Using a device driver for Linux-Zigbee
>
>  
>
> On 05/23/2012 10:05 AM, Pierre-Emmanuel Goudet wrote:
>
>  
>
> I'm an early tester of linux-zigbee implementation. I was, until now,
> playing with "Serial" driver and having quite success to use it.
>
>  
>
> Is there any tutorial in the way that a driver like CC2420 or RF231
> would be used on the user side.
>
>  
>
> I mean once the modules are loaded, what should be the next action
> from user side to really create, test, use the corresponding interface
> ... ? As with serial we could use izattach , iz, ip ... to manage the
> wpanx interface.
>
>  
>
> For now I've compiled the modules I could "modprobe" them, but except
> seeing them correctly with "lsmod", I do not see any new wpan-phy
> interface or other ? Event more after adding some debug "printk" I saw
> that the "probe" function was never called after registering ?
>
>
> Hi Pierre-Emmanuel,
>
> For SPI devices, you have to add support for them in the board file,
> basically telling the SPI subsystem what kind of device you have
> attached to which port (since SPI is not a self-describing bus).
>
> Check out:
>     arch/arm/mach-pxa/stargate2.c
> for an example of how to do this. (search for spi_board_info).
>
> I hope this is the question you were asking :)
>
> Alan.
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to