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

2012-11-13 Thread João Paulo Bodanese
Hi Alan, Ok, i will try that. I needed the radio working on linux asap, so I modified your driver to be called directly from user-space, and it's working. I know that is wrong, but it satisfy my needs. *ps: sorry for the duplicated email. Thanks a lot, João 2012/11/13 Alan Ott > On 10/25/201

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

2012-11-13 Thread Alan Ott
On 10/25/2012 09:13 AM, João Paulo Bodanese wrote: > I gave up trying to merge 3.7-rc1 to 3.2. There a lot of changes... :/ > The problem that's i can't run the 3.7-rc1 on BeagleBone. I git the > last linux-omap kernel, > but there isn't the defconfig to the am33xx processor. > The only kernel that

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

2012-10-25 Thread João Paulo Bodanese
Hi, I gave up trying to merge 3.7-rc1 to 3.2. There a lot of changes... :/ The problem that's i can't run the 3.7-rc1 on BeagleBone. I git the last linux-omap kernel, but there isn't the defconfig to the am33xx processor. The only kernel that i could run, it was the 3.2 that comes with the TI SDK.

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

2012-10-24 Thread Alan Ott
On 10/23/2012 06:22 PM, João Paulo Bodanese wrote: > My objective is to build my own application over the 802.15.4. So, i > think i will need the basic functionality. > Now, i have running a kernel 3.2 on the BeagleBone, and i started to > merge the 802.15.4 code from linux-3.7-rc1 to the 3.2. I w

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

2012-10-23 Thread João Paulo Bodanese
Hello, My objective is to build my own application over the 802.15.4. So, i think i will need the basic functionality. Now, i have running a kernel 3.2 on the BeagleBone, and i started to merge the 802.15.4 code from linux-3.7-rc1 to the 3.2. But, i have some doubts. In the 3.2 doesn't have the fi

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

2012-10-15 Thread Alan Ott
On 10/15/2012 04:51 PM, João Paulo Bodanese wrote: > So, I'm gonna use the MRF24J40MA, it's easy to solder in the Beaglebone. > Alan, I found your driver in the site below, but i have some doubts. > > 1) What kernel source should I have to use in the Beaglebone? > 2) What additional configuration i

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

2012-10-15 Thread Alan Ott
On 10/15/2012 04:51 PM, João Paulo Bodanese wrote: > So, I'm gonna use the MRF24J40MA, it's easy to solder in the Beaglebone. > Alan, I found your driver in the site below, but i have some doubts. > > 1) What kernel source should I have to use in the Beaglebone? The MRF24J40MA source is in the mai

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

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

2012-10-15 Thread João Paulo Bodanese
Hi, So, I'm gonna use the MRF24J40MA, it's easy to solder in the Beaglebone. Alan, I found your driver in the site below, but i have some doubts. 1) What kernel source should I have to use in the Beaglebone? 2) What additional configuration is needed in the "make menuconfig"? Sorry for these bas

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

2012-10-14 Thread jonsm...@gmail.com
On Mon, Oct 15, 2012 at 12:17 AM, Alan Ott wrote: > On 10/11/2012 07:57 PM, jonsm...@gmail.com wrote: >> On Thu, Oct 11, 2012 at 6:18 PM, João Paulo Bodanese >> wrote: >>> Hi, >>> >>> I'm beginner in IEEE802.15.4 technology. In my master's degree work, >>> we have to build a node (raw 802.15.4) i

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

2012-10-14 Thread Alan Ott
On 10/11/2012 07:57 PM, jonsm...@gmail.com wrote: > On Thu, Oct 11, 2012 at 6:18 PM, João Paulo Bodanese > wrote: >> Hi, >> >> I'm beginner in IEEE802.15.4 technology. In my master's degree work, >> we have to build a node (raw 802.15.4) in the >> Beaglebone board. > Buy an Econotag and plug it in

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

2012-10-11 Thread jonsm...@gmail.com
On Thu, Oct 11, 2012 at 6:18 PM, João Paulo Bodanese wrote: > Hi, > > I'm beginner in IEEE802.15.4 technology. In my master's degree work, > we have to build a node (raw 802.15.4) in the > Beaglebone board. Buy an Econotag and plug it into the USB port. http://mc1322x.devl.org/hardware.html#econo

[Linux-zigbee-devel] Stack on Beaglebone

2012-10-11 Thread João Paulo Bodanese
Hi, I'm beginner in IEEE802.15.4 technology. In my master's degree work, we have to build a node (raw 802.15.4) in the Beaglebone board. Is there any related work to build this stack in the Beaglebone? I have little experience with Linux, so i don't know how much effort could take to port this sta