Re: [Tinyos-help] Latest TinyOS distribution issue with TOS_AM_ADDRESS

2011-02-07 Thread Thomas Schmid
Where and how do you set your node ids? This is usually done in a separate step of the make system, after compilation. Look at the difference when you type: make telosb make telosb install,32 You will see a line similar to the following: tos-set-symbols --objcopy msp430-objcopy --objdump

Re: [Tinyos-help] Latest TinyOS distribution issue with TOS_AM_ADDRESS

2011-02-06 Thread Xiaohui Liu
Hi, compile: make telosb Then I upload the executable on NetEye http://neteye.cs.wayne.edu/testbed, which programs nodes: usr/sbin/tos-bsl --telosb -c /dev/ttyUSB$1 -r -e -I -p $2 $1 is the USB port number, $2 executable uploaded. Before my upgrade, the executable works well on NetEye. On Sat,

Re: [Tinyos-help] Latest TinyOS distribution issue with TOS_AM_ADDRESS

2011-02-05 Thread Omprakash Gnawali
On Fri, Feb 4, 2011 at 1:42 PM, Xiaohui Liu whu...@gmail.com wrote: Hi everyone, I upgrade my TinyOS distribution to the lastest version from google code yesterday. Previously I was using TinyOS 2.1 with release-dates.txt saying These release notes are as of: $Date: 2008/06/18 23:07:04 $.

[Tinyos-help] Latest TinyOS distribution issue with TOS_AM_ADDRESS

2011-02-04 Thread Xiaohui Liu
Hi everyone, I upgrade my TinyOS distribution to the lastest version from google codehttp://code.google.com/p/tinyos-main/source/checkoutyesterday. Previously I was using TinyOS 2.1 with release-dates.txt saying These release notes are as of: $Date: 2008/06/18 23:07:04 $. Now I find the following