[Tinyos-host-mote-wg] [Tinyos-2.0wg] Re: pre2 testing of mica2
Kristin Wright
l.kristin.wright at gmail.com
Wed Aug 17 12:34:49 PDT 2005
I
Everything we distribute for 2.x can be found under here:
http://www.tinyos.net/dist-2.0.0/tinyos/
More specific to you, the "external tools" (compilers, graphviz, etc.)
for cygwin are found here:
http://www.tinyos.net/dist-2.0.0/tools/windows/
You'll need the avr-libc, avr-binutils, and avr-libc from that
directory if you don't have it already.
There is a set of "tinyos-tools" that you can find here:
http://www.tinyos.net/dist-2.0.0/tinyos/windows/tinyos-tools-1.2.0internal1-1.i386.rpm
You will need to set the following env vars to whatever is right for
your machine. These
are in my tinyos.sh:
TOSROOT="/opt/tinyos-2.x"
export TOSROOT
TOSDIR="$TOSROOT/tos"
export TOSDIR
export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java`
export CLASSPATH="$CLASSPATH;."
MAKERULES="$TOSROOT/support/make/Makerules"
export MAKERULES
Of course you need a fairly recent nesc 1.2.
The 2.0.0pre1 release is here:
http://www.tinyos.net/dist-2.0.0/tinyos/windows/tinyos-2.0.0pre1-1.cygwin.noarch.rpm
The apps that are in 2 pre-release1 are BaseStation, Blink, Null,
RadioCountToLeds,
RadioSenseToLeds, and the following in Tests:
Test{AM,AMOnOff,TestAMService,TestADC,TestArbiter,TestBroadcast,TestPowerup,
TestSerial,TestScheduler}
Let me know if you get rpm errors and you can't figure them out. In
general, you can use 'rpm -i <rpmname>'.
I think that's it. Let me know what happens.
-kw
On 8/17/05, mturon at xbow.com <mturon at xbow.com> wrote:
>
>
>
> Hi Kristin,
>
>
>
> Could you send me a link to the latest tool chain?
>
>
>
> Also, what is the prioritized list of apps we expect to work for pre2?
>
>
>
> Thanks!
>
> Martin
>
>
_______________________________________________
Tinyos-2.0wg mailing list
Tinyos-2.0wg at Mail.Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-2.0wg
More information about the Tinyos-host-mote-wg
mailing list