Thanks a lot Mike. -----Original Message----- From: "George, Mike" <[email protected]> To: Riki Tiki <[email protected]> Date: Mon, 15 Feb 2010 10:13:41 -0600 (CST) Subject: Re: [Tinyos-help] xubuntos with tmote sky nodes problem
> This is a little mnore difficult but not too hard. > > Try starting with the tutorial at > http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder > > Get 'Listen' working first and take a look at the Listen code to understand > how it is parsed. > Invest some time in this. It will make debugging a lot easier later. > > Mike > > > ----- Original Message ----- > From: "Riki Tiki" <[email protected]> > To: "Mike George" <[email protected]> > Cc: [email protected] > Sent: Monday, February 15, 2010 10:05:47 AM GMT -06:00 US/Canada Central > Subject: Re: [Tinyos-help] xubuntos with tmote sky nodes problem > > Hi Mike, > > Thanks a lot it worked. > > When I was reading the MoteIV Tmote Sky Quick Start Guide. I could do the > following: > 1) make tmote reinstall,1 > 2) motecom=ser...@com4:tmote java com.moteiv.trawler.Trawler > > I mean I could run at the end the Trawler Java program to see the information > exchange between the nodes. But in this case I am inside the following folder > in Xubuntos: > > /opt/tinyos-2.x/apps/Blink > > And did run the following command: > > make tmote reinstall,1 > > Now how would I run any application where I could see the data exchange > between nodes? > > Thanks a lot in advance, > Riki > > > > > -----Original Message----- > From: "George, Mike" <[email protected]> > To: mongoose riki <[email protected]> > Date: Wed, 10 Feb 2010 18:19:18 -0600 (CST) > Subject: Re: [Tinyos-help] xubuntos with tmote sky nodes problem > > > I think that the problem is that you are in the wrong directory. From the > > command prompt below (~), it looks like you are trying to compile from your > > home directory. Is this where the files you want to compile are located? > > > > So first, going into /opt/tinyos-2.x/app/Blink. Try the command there. If > > you still have problems, try the suggestions below: > > > > Try typing just the command: > > > > >make > > > > This will give you a list of the targets that you are able to compile. The > > output of this command on my machine is appended below. > > > > If you see tmote in the list, then try just this command: > > > > >make tmote > > > > Good luck. Hopefully any errors you find will help you diagnose the > > problem. > > > > Mike > > > > =========================================== > > > > $ make > > /opt/tinyos-2.x/support/make/Makerules:170: *** > > > > Usage: make <target> <extras> > > make <target> help > > > > Valid targets: all btnode3 clean epic eyesIFX eyesIFXv1 eyesIFXv2 > > intelmote2 iris mica2 mica > > 2dot micaz mulle null shimmer shimmer2 telos telosa telosb tinynode tmote > > Valid extras: appdoc blip cthreads docs dynthreads ident_flags > > nowiring safe savepp sim sim- > > fast sim-sf stack-check tframe threads tos_buildinfo tos_image tosboot > > tunit verbose wiring > > > > Welcome to the TinyOS make system! > > > > You must specify one of the valid targets and possibly some combination of > > the extra options. Many targets have custom extras and extended help, so > > be > > sure to try "make <target> help" to learn of all the available features. > > > > > > > > > > ----- Original Message ----- > > From: "ranal fernando" <[email protected]> > > To: "mongoose riki" <[email protected]> > > Cc: [email protected] > > Sent: Wednesday, February 10, 2010 6:00:27 PM GMT -06:00 US/Canada Central > > Subject: Re: [Tinyos-help] xubuntos with tmote sky nodes problem > > > > > > Did you try giving make telosb install bsl, /dev/ttyUSB0 > > > > > > is your environment configured? but it is usually pre configured. > > > > > > > > > > > From: [email protected] > > > To: [email protected] > > > Date: Wed, 10 Feb 2010 23:56:03 +0300 > > > Subject: [Tinyos-help] xubuntos with tmote sky nodes problem > > > > > > hi i am running Xubuntos, connected Moteiv Tmote Sky node, > > > then opening terminal it greets me as follows: Setting up for TinyOS 2.x > > > > > > then i type motelist it sees my device > > > > > > Reference Device Description > > > MMMMMMMMM /dev/ttyUSB0 Moteiv tmote sky > > > > > > then i type the following: > > > a...@a:~$make tmote install bsl,/dev/ttyUSB0 > > > make: *** No rule to make target 'tmote'. Stop. > > > > > > > > > Can anyone help me to solve this problem? thanks a lot! > > > > > > _______________________________________________ > > > Tinyos-help mailing list > > > [email protected] > > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > > Hotmail: Trusted email with Microsoft's powerful SPAM protection. Sign up > > now. > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
