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

2013-12-21 Thread Craig Peacock
Randy, Yes, I have seen the issue. In your device tree file (cape-bone-mrf24j40-00A0.dts) try changing : interrupt-parent = <&gpio2>; interrupts = <29>; to: #interrupt-cells = <2>; interrupt-parent = <&gpio1>; in

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

2013-12-21 Thread Randy Graham
Awesome, thanks Craig! Yes, I had changed from gpio1 to gpio2 to get it to load without errors with 3.8 . Where in the kernel does the DTS get parsed ? I'd like to look at it to understand it better. Thanks again for your help, this is gold. -Randy On Sat, Dec 21, 2013 at 4:29 AM, Craig Peaco