Re: [Tinyos-help] How to just compile and also pass the moteID?

2008-06-25 Thread Varun Jain
p://www.spiderbox.com.au <http://www.spiderbox.com.au/> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Agnelo Silva Sent: Thursday, June 26, 2008 4:46 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] How to just compile and also pass the moteID?

Re: [Tinyos-help] How to just compile and also pass the moteID?

2008-06-25 Thread Michael Schippling
I have managed to separate the final download command out of the makefile morass for tmotes. This takes place _after_ the moteid is set in the hex file and an intermediate file is made. I explicitly generate that intermediate and send it to my client for direct download of updates. The client then

Re: [Tinyos-help] How to just compile and also pass the moteID?

2008-06-25 Thread Paul Stickney
Look at tos-set-symbols. It's part of the normal compilation stage during installation. You can use it independently, though. HTH, Paul On Wed, Jun 25, 2008 at 11:45 AM, Agnelo Silva <[EMAIL PROTECTED]> wrote: > I am developing an schema of having users compiling locally (no motes > plugged) and

[Tinyos-help] How to just compile and also pass the moteID?

2008-06-25 Thread Agnelo Silva
I am developing an schema of having users compiling locally (no motes plugged) and a local application submitting the image code to a server physically connected to the motes. Some of this idea I had already developed and tested, but now I have a problem that seems to be simple, but I didn't find t