Re: [Linux-zigbee-devel] Stack on Beaglebone

2012-10-15 Thread Christian Groeger
Hi, You need to change some configuration somewhere in arch/arm/mach-omap2/. The exact file depends on the board you are using, though. Here is an example from another board to help you (section spi-devices): https://github.com/linux-wsn/kernel/blob/experimental/arch/arm/mach-at91/board-sam9g20e

[Linux-zigbee-devel] Getting started with the linux zigbee stack

2012-07-27 Thread Christian Groeger
Hi everyone, what do I need to do to get the IEEE802.15.4 and 6LoWPAN stack working on my computer? I built the net-next kernel [1] with all the drivers compiled as modules and the linux-zigbee userspace tools [2]. Everything compiles without errors. Then I more or less follow the Getting started