[Linux-zigbee-devel] MRF24J40 linux driver questions.

2012-10-25 Thread Randy Graham
Hello, I am starting to play with the MRF24J40 driver on a custom i.mx28 board running linux (thanks to Alan Ott for writing this driver). I assume that the WAKEUP and RESET lines are not handled by the driver, is this correct ? Also, do I just need to specify modalias, mode, irq, bus_num and ch

[Linux-zigbee-devel] 'Possible recursive locking detected' on 'ifconfig lowpan0 up' .

2012-11-18 Thread Randy Graham
Hello, Hopefully this is the right list for this post, please let me know if not. I am running linux 3.7.0-rc6 on a freescale imx28-evk dev board and am seeing the following deadlock warning when I try to bring up the lowpan interface via 'ifconfig lowpan0 up' . I am using the 802.15.4 radio modu

Re: [Linux-zigbee-devel] 'Possible recursive locking detected' on 'ifconfig lowpan0 up' .

2012-11-21 Thread Randy Graham
On Tue, Nov 20, 2012 at 8:28 PM, Alan Ott wrote: > On 11/19/2012 12:12 AM, Randy Graham wrote: >> Hopefully this is the right list for this post, please let me know if not. >> >> I am running linux 3.7.0-rc6 on a freescale imx28-evk dev board and am >> seeing the follow

[Linux-zigbee-devel] Where to pull latest source and patches.

2013-03-10 Thread Randy Graham
Hello, I am new to 6lowpan and the list, so please forgive the rookie questions. Where do I download the latest source and patches ? Will this get me the latest ? I am git-challeneged but it looks like the latest commit was last year and that this may not be the most current.. git clone git://l

[Linux-zigbee-devel] How often is net-next merged with the mainline kernel and how to manually merge?

2013-09-25 Thread Randy Graham
Hello, I would like to better understand how patches here make it into the mainline. I understand that patches here go to Dave Millers net-next repo, but when or how often do they get merged into the mainline ? Also, suppose I want to use the latest patches in net-next, how do I go about manuall

Re: [Linux-zigbee-devel] How often is net-next merged with the mainline kernel and how to manually merge?

2013-09-26 Thread Randy Graham
catch updates to 802.15.4 and 6Lowpan and understand how to merge and what to merge into my custom kernel tree. -Randy On Thu, Sep 26, 2013 at 4:59 AM, Alexander Aring wrote: > Hi Randy, > > On Wed, Sep 25, 2013 at 08:06:33PM -0700, Randy Graham wrote: > > Hello, > >

Re: [Linux-zigbee-devel] How often is net-next merged with the mainline kernel and how to manually merge?

2013-09-26 Thread Randy Graham
ember 2013 08:49:28 Randy Graham wrote: > > Thanks Alex, some day I hope to be able to contribute to this effort and > > this info is very helpful. > > > > Right now I have a 3.11 kernel that has been patched for the beaglebone > > (which is not mainlined) and was

Re: [Linux-zigbee-devel] How often is net-next merged with the mainline kernel and how to manually merge?

2013-09-26 Thread Randy Graham
Thanks Alex, Markus. I am clearer on this now, thanks. On Thu, Sep 26, 2013 at 10:10 AM, Alexander Aring wrote: > Hi Randy, > > On Thu, Sep 26, 2013 at 09:47:41AM -0700, Randy Graham wrote: > > Thank you Markus. > > > > It really does seem that I need to get smarter

[Linux-zigbee-devel] How to build latest net-next kernel for Ubuntu or other distro.

2013-10-30 Thread Randy Graham
Hello, Is there a preferred desktop linux distro for testing net-next kernels on a amd64 desktop machine ? Ideally, I would like to run the latest net-next kernel on my Ubuntu 13.10 amd64 dev box. Are there any docs that show how to build a net-next kernel for use with Ubuntu or other preferred

Re: [Linux-zigbee-devel] How to build latest net-next kernel for Ubuntu or other distro.

2013-10-31 Thread Randy Graham
Once again you have been very helpful, thanks Alan ! -Randy On Thu, Oct 31, 2013 at 5:12 PM, Alan Ott wrote: > On 10/30/2013 11:01 PM, Randy Graham wrote: > >> Is there a preferred desktop linux distro for testing net-next kernels on >> a amd64 desktop machine ? >> >

[Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-17 Thread Randy Graham
Hello, I am curious to know what hardware folks here are using for 6lowpan, would you mind sharing ? I am trying to get a beaglebone with a mrf24j40 radio up and running with 6Lowpan and am having some difficulties. Has anyone got this hardware combination to work with a recent kernel ? I have

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-20 Thread Randy Graham
ntg/linux802154-serialdev > > Le 2013-12-17 17:55, Randy Graham a écrit : > >> Hello, >> >> I am curious to know what hardware folks here are using for 6lowpan, >> would you mind sharing ? >> >> I am trying to get a beaglebone with a mrf24j40 radi

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-20 Thread Randy Graham
nterested in [1] and [2] in order to set up a node (or > to see how I set things up). This is some script I wrote some time ago in > order to save some time when configuring my Econotags. > > Regards, > Tony > > [1]: https://gist.github.com/tcheneau/5757352 > [2]: https://gist.

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-21 Thread Randy Graham
bit more digging > and investigation in the next couple of days. > > The second interrupt parameter is flags specifying trigger and int levels > (0x02 is -ve edge triggered) and is documented in: > Documentation/devicetree/bindings/interrupt-controller/interrupts.txt > > R

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-23 Thread Randy Graham
ome time ago in > order to save some time when configuring my Econotags. > > Regards, > Tony > > [1]: https://gist.github.com/tcheneau/5757352 > [2]: https://gist.github.com/tcheneau/8026274 > > Le 2013-12-20 18:58, Randy Graham a écrit : > >> Thanks Tony. >> &

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-30 Thread Randy Graham
Hi Tony, I apologize if this is a repost, my previous post may have been rejected due to excessive length, so I'll keep this short :) I have flashed my econotag and patched and installed the serial driver per this thread but am seeing this error when I run set-serial.sh. Traceback (most recent c

Re: [Linux-zigbee-devel] What hardware are folks here using to test 6Lowpan on Linux ?

2013-12-31 Thread Randy Graham
because they > probably would need some cleanup (and as you can see very few people > actually need them). > > Let me know if it fixes the issue for you. > > Regards, > Tony > > Le 2013-12-30 18:33, Randy Graham a écrit : > >> Hi Tony, >> >> >> I apol