Thanks, that helps me get through a little, but doesn't explain how to get
it to use srec instead of exe:
---------------------------
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink> tos-set-symbols build/micaz/main.srec
build/micaz/main.srec.out-1 TOS_NODE_ID=1 ActiveMessageAddressC\$addr=1
Could not find symbol ActiveMessageAddressC$addr in build/micaz/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/micaz/main.exe, ignoring symbol.
----------------------------
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink> tos-set-symbols --srec
build/micaz/main.srec build/micaz/main.srec.out-1 TOS_NODE_ID=1
ActiveMessageAddressC\$addr=1
Could not find symbol ActiveMessageAddressC$addr in build/micaz/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/micaz/main.exe, ignoring symbol.
----Original Message Follows----
From: "David Gay" <[EMAIL PROTECTED]>
To: "KURT PETERS" <[EMAIL PROTECTED]>
CC: [email protected]
Subject: Re: [Tinyos-help] Tiny os 2.0 set-mote-id
Date: Fri, 1 Dec 2006 15:07:54 -0800
[EMAIL PROTECTED]:~/motes/2.x/apps/Blink$ make -n mica2 install.11
...
cmd () { echo "$@"; $@; }; if [ x = x11 ]; then cmd cp
build/mica2/main.srec build/mica2/main.srec.out-11; else cmd
tos-set-symbols build/mica2/main.srec build/mica2/main.srec.out-11
TOS_NODE_ID=11 ActiveMessageAddressC\$addr=11 ; fi
...
Embedded in there, you'll see the 2.x incantation for change a mote's id:
tos-set-symbols build/mica2/main.srec build/mica2/main.srec.out-11
TOS_NODE_ID=11 ActiveMessageAddressC\$addr=11
The relevant symbol names have changed from 1.x
On 12/1/06, KURT PETERS <[EMAIL PROTECTED]> wrote:
Despite all that, I've tried:
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink> tos-set-symbols
build/micaz/main.srec
build/micaz/main.srec.out 1
Could not find symbol TOS_LOCAL_ADDRESS in build/micaz/main.exe, ignoring
symbol.
AND
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink> tos-set-symbols --srec
build/micaz/main.srec build/micaz/main.srec.out 1
Could not find symbol TOS_LOCAL_ADDRESS in build/micaz/main.exe, ignoring
symbol.
after making the basic Blink program.
Why isn't it looking for srec instead of exe?
Oh, I'm using Suse 10.1 .
Regards,
Kurt
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help