Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-26 Thread David Li
Hi, I got some error while compiling for Iris in tinyos-2.x apps/IPBasestation. I thought Iris is supported. maybe this is my environment? mkdir -p build/iris compiling BaseStationC to a iris binary ncc -o build/iris/main.exe -Os -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=iris -fn

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-26 Thread Janos Sallai
Hi, The IPBaseStation code is CC2420 specific, so it will not run on the iris. It's trivial, though, to change the code to work with the RF230. As far as I can tell, it uses the CC2420Config interface only to change the radio channel. Janos On Fri, Mar 26, 2010 at 12:24 PM, David Li wrote: > Hi

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-26 Thread w . david . li
Hi Janos, This seems contradicting what's said in the Blip tutorial http://docs.tinyos.net/index.php/BLIP_Tutorial Maybe the tutorial needs to be updated. Better if you or someone can point out steps to make it work on Iris. - David On Mar 26, 2010 11:05am, Janos Sallai wrote: Hi, T

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-27 Thread Gilberto Gaudêncio de Almeida
I have the exact same problem, so I would be very grateful if someone could take the time to point the way to go. Cheers, Gilberto Almeida 2010/3/26 > Hi Janos, > > This seems contradicting what's said in the Blip tutorial > http://docs.tinyos.net/index.php/BLIP_Tutorial > Maybe the tutorial n

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-27 Thread Miklos Maroti
Hi Guys, I have updated the IPBaseStation code to support the IRIS platform. The old code was CC2420 specific, now I have added ifdefs to guard those and implemented the channel parts for IRIS in the IPBaseStation code. Please update your CVS and check that this code works for you. I did not test

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-27 Thread Gilberto Gaudêncio de Almeida
Thank you Miklos, it compiled without any glitches. Em 27 de março de 2010 22:06, Miklos Maroti escreveu: > Hi Guys, > > I have updated the IPBaseStation code to support the IRIS platform. > The old code was CC2420 specific, now I have added ifdefs to guard > those and implemented the channel par

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-27 Thread Miklos Maroti
Yeah, I know it compiles. Please let me know if it works. Miklos 2010/3/28 Gilberto Gaudêncio de Almeida : > Thank you Miklos, it compiled without any glitches. > > Em 27 de março de 2010 22:06, Miklos Maroti > escreveu: >> >> Hi Guys, >> >> I have updated the IPBaseStation code to support the IR

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-27 Thread Miklos Maroti
"make blip iris" Miklos On Sun, Mar 28, 2010 at 3:25 AM, David Li wrote: > Hi Miklos, > > I synced up to the latest CVS tree. I notice some improvements when I typed > 'make iris' for IPBasestation, e.g., the cc2420.h error is now gone. But I > still got a lot of other errors. can you see if thi

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-28 Thread David Li
Hi Miklos, Thanks for getting IPBasestation to compile for Iris. I installed it by using: make blip iris,1 mib520,/dev/ttyUSB0. Now I moved on to the next step and could build the ip driver. Here is the next error when I tried to start the ip driver on the Iris mote: >tinyos-2.x/support/sdk/c

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-28 Thread Miklos Maroti
I have no idea. Miklos 2010/3/28 David Li : > Hi Miklos, > > Thanks for getting IPBasestation to compile for Iris. I installed it by > using: > > make blip iris,1 mib520,/dev/ttyUSB0. > >  Now I moved on to the next step and could build the ip driver. Here is the > next error when I tried to start

Re: [Tinyos-help] IPBaseStation compiling error for Iris target in tinyos-2.x

2010-03-28 Thread Gilberto Gaudêncio de Almeida
I've hit the same problem. Em 28 de março de 2010 17:14, David Li escreveu: > > 2010-03-28T09:09:51.515PST: FATAL: configuring interface failed! aborting! > > ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berk