Re: [Linux-zigbee-devel] cross-compiling user-tools

2010-02-22 Thread Christian Rusch
he sources (tarball) of the liblowpan-dev-0.2-1 package for cross compiling? On the "getting started" site is stated, that the liblowpan-dev-0.2-1 is neccassary. thanks Christian Dmitry Eremin-Solenikov schrieb: > Hello, > > On Mon, Feb 15, 2010 at 7:24 PM, Christian Rusch >

Re: [Linux-zigbee-devel] AT86RF230 Driver?

2010-02-19 Thread Christian Rusch
Hello, We found the error. The spi speed was too high. After we lowered the spi speed to 3 Mhz everything worked fine. We think the data hold time t_2 is just too short with 10ns. best regards Christian Christian Rusch schrieb: > Hello Dimitry, > > we are using an Atmel ngw100 deve

[Linux-zigbee-devel] cross-compiling user-tools

2010-02-15 Thread Christian Rusch
Hello, we want to cross-compile the user-tools for the avr32 architecture. Unfortunately we are missing the following header files: netlink/genl/genl.h; netlink/genl/ctrl.h; getopt.h; Where can we find these? We are newbies with embedded Linux and could use some tips for cross compiling the user

Re: [Linux-zigbee-devel] AT86RF230 Driver?

2010-02-11 Thread Christian Rusch
options: .max_speed_hz = 400, .mode = SPI_MODE_0, We are clueless, does anyone know what to do? Thanks Christian Dmitry Eremin-Solenikov schrieb: > On Thu, Feb 4, 2010 at 1:21 PM, Christian Rusch > wrote: >> Hi, >> Using the patch from http://patchwork.kernel.

[Linux-zigbee-devel] AT86RF230 Driver?

2010-02-04 Thread Christian Rusch
Hi, I trying to use the at86rf230 on the atngw100 over spi. In the 2.6.33-rc4 kernel, the ieee802.14.5 stack already is integrated, but i don't know how can i use the at86rf230 driver? Using the patch from http://patchwork.kernel.org/patch/27223/ I integrated the at86rf230 driver, but it does