Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: > Hi Razvan, > > I did all the five steps that i mentioned previously with your comment on > '-' for the first two steps as follows; > > 1-) CFLAGS=-DDELUGE_BASESTATION make micaz install,0 mib520,/dev/ttyUSB0 > 2-) CFLAGS=-DDELUGE_LIGHT_BASESTA

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Mehmet Akif Antepli
Hi Razvan, I did all the five steps that i mentioned previously with your comment on '-' for the first two steps as follows; 1-) CFLAGS=-DDELUGE_BASESTATION make micaz install,0 mib520,/dev/ttyUSB0 2-) CFLAGS=-DDELUGE_LIGHT_BASESTATION make telosb install bsl,/dev/ttyUSB2 Then i *succeeded* to

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: > Hi Razvan, > >> Btw: make sure you don't forget the '-' in 'CFLAGS=-DDELUGE_BASESTATION' and >> 'CFLAGS+=-DDELUGE_LIGHT_BASESTATION'. I presume it was a typo in your >> original message. :-) > > While writing the e-mail, actually I couldn't rem

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Mehmet Akif Antepli
Hi Razvan, > Btw: make sure you don't forget the '-' in 'CFLAGS=-DDELUGE_BASESTATION' and > 'CFLAGS+=-DDELUGE_LIGHT_BASESTATION'. I presume it was a typo in your > original message. :-) While writing the e-mail, actually I couldn't remember whether i used '-' or not :-). But, i did not get any e

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-06 Thread Razvan Musaloiu-E.
Hi! Sorry for delay, I just noticed this thread. On Fri, 6 Feb 2009, Mehmet Akif Antepli wrote: > Hi Bai, > > Thanks for your reply. > > I flaged TelosB with Light_Base_Station since i want to ping TelosB, > also. Therefore, i included this "CFLAGS+=DDELUGE_LIGHT_BASESTATION" > in the 2nd step.

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-05 Thread Mehmet Akif Antepli
Hi Bai, Thanks for your reply. I flaged TelosB with Light_Base_Station since i want to ping TelosB, also. Therefore, i included this "CFLAGS+=DDELUGE_LIGHT_BASESTATION" in the 2nd step. Anyhow, i will do the 2nd step without "CFLAGS+=DDELUGE_LIGHT_BASESTATION" again and see whether it works or n

Re: [Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-05 Thread BAI LI
Hi, I think your second step was not correct. You should not flag the telosb with base station since your micaz was working as base station now. you can normally install Goldimage on telosb with an id. Regards, Bai ___ Tinyos-help mailing list Tinyos-he

[Tinyos-help] Deluge T2 dissemination problem on XubunTOS-2.1.0

2009-02-05 Thread Mehmet Akif Antepli
Hi, Could anybody help me with the following? I got stuck with the dissemination problem below! I am working on XubunTOS-2.1 and using two motes; one is a MICAz and the other is a TelosB mote. I am using MICAz as base-station and trying to program TelosB using Deluge T2 with the following steps