Re: [Linux-zigbee-devel] Install linux-zigbee tools in the Beaglebone

2013-03-19 Thread João Paulo Bodanese
Hi Alan, Thanks for your help. I got an error on building. I did the following steps: I extracted libnl-3.2.7.tar.gz and linux-zigbee (git:// github.com/tcheneau/linux-zigbee.git) side-by-side. $ cd libnl-3.2.7/ $ ./configure --prefix=$PWD/../out --host=arm-linux $ make $ make install At this p

Re: [Linux-zigbee-devel] [PATCH 0/4] Misc MRF24J40 Fixes

2013-03-19 Thread David Miller
From: Alan Ott Date: Mon, 18 Mar 2013 18:06:39 -0400 > These are fairly straight-forward. All applied to net-next, thanks. -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download A

Re: [Linux-zigbee-devel] Serial driver

2013-03-19 Thread jonsm...@gmail.com
I poked around with btusb a little. BT has it's own USB descriptor set. That's not the same as using a ft2232 to attach to the mc13224 UART. There is no way to do something btusb like on the ft2232. You could do it on the cc2531. So the next question is, if a serial port is implementing a line di

Re: [Linux-zigbee-devel] Serial driver

2013-03-19 Thread Alan Ott
On 03/19/2013 10:24 AM, jonsm...@gmail.com wrote: > I poked around with btusb a little. BT has it's own USB descriptor > set. That's not the same as using a ft2232 to attach to the mc13224 > UART. There is no way to do something btusb like on the ft2232. You > could do it on the cc2531. A cc2531

Re: [Linux-zigbee-devel] Serial driver

2013-03-19 Thread jonsm...@gmail.com
On Tue, Mar 19, 2013 at 10:34 AM, Alan Ott wrote: > On 03/19/2013 10:24 AM, jonsm...@gmail.com wrote: >> I poked around with btusb a little. BT has it's own USB descriptor >> set. That's not the same as using a ft2232 to attach to the mc13224 >> UART. There is no way to do something btusb like on

Re: [Linux-zigbee-devel] Install linux-zigbee tools in the Beaglebone

2013-03-19 Thread Alan Ott
On 03/19/2013 09:11 AM, João Paulo Bodanese wrote: > Hi Alan, > > Thanks for your help. > I got an error on building. I did the following steps: > > I extracted libnl-3.2.7.tar.gz and linux-zigbee > (git://github.com/tcheneau/linux-zigbee.git > ) side-by

Re: [Linux-zigbee-devel] Serial driver

2013-03-19 Thread Alan Ott
On 03/19/2013 10:40 AM, jonsm...@gmail.com wrote: > Does the daemon need to hold the serial port open so that the line > disciple doesn't reset? I'm not sure about "need," but the current implementation does hold it open (meaning you have to kill izattach if you want to reload the driver). > Mayb

Re: [Linux-zigbee-devel] Serial driver

2013-03-19 Thread Luca BRUNO
jonsm...@gmail.com wrote: > I poked around with btusb a little. BT has it's own USB descriptor > set. That's not the same as using a ft2232 to attach to the mc13224 > UART. There is no way to do something btusb like on the ft2232. You > could do it on the cc2531. > > So the next question is, if

[Linux-zigbee-devel] Econotag + serial driver + azattach error.

2013-03-19 Thread sjs205
Hello all, I'm trying to get an econotag flashed with linux802154-serialdev attached to my linux server using the 'azattach' command, however, I am constantly getting the following error: /usr/local/sbin/izattach /dev/ttyUSB1 ioctl: TIOCSETD: Invalid argument This is obviously the same as:

Re: [Linux-zigbee-devel] Econotag + serial driver + azattach error.

2013-03-19 Thread Tony Cheneau
Hello, I don't know which kernel version or branch you use, but I'll assume that you are using the net-next branch. If so, the serial driver is missing. However, you can find it in my repo (you just have to apply this patch on top of your kernel tree or use my repo directly): https://github.com/li