Hi Janos
I have attached the results of running the burn script both before and after
a CVS update and rebuild of the tool chain.
In the burnResults.txt file I added a comment marked by "##"
I am running on a Win Xp machine using Cygwin.
Charles
On Wed, Jul 9, 2008 at 5:26 PM, Janos Sallai <[EMAIL PROTECTED]>
wrote:
> Charles:
>
>
>
> Do you have the latest tinyos-tools installed? If not, please update
> tinyos tools by typing "cd $TOSDIR/../tools; ./Bootstrap; ./configure
> --prefix=/usr; make; make install". (Alternatively, you may want to update
> tinyos-tools from the tinyos debian repository.)
>
>
>
> If the errors still persist, please give a detailed report including
> compiler output, output of tos-deluge, etc. I'm sending you the output of
> the burn and burn-net scripts. Here everything works as expected.
>
>
>
> Janos
>
>
>
>
>
> *From:* Charles Elliott [mailto:[EMAIL PROTECTED]
> *Sent:* Wednesday, July 09, 2008 3:41 PM
> *To:* Janos Sallai
> *Cc:* [email protected]
> *Subject:* Re: [Tinyos-help] Deluge on an IRIS
>
>
>
> Hi Janos
>
> Blink works for the other motes I'm working but not IRIS
>
> I am using a script based off of burn-net to rite my program so
> DDELUGE_BASESTATION is being set.
>
> When I try and run Blink on the IRIS I get a "No valid image was detected"
> error.
>
> When I run an injection command I get an "Unable to retrieve the ident"
> error.
>
> Thanks
> Charles
>
>
> On Wed, Jul 9, 2008 at 4:12 PM, Janos Sallai <[EMAIL PROTECTED]>
> wrote:
>
> Charles:
>
>
>
> Did you add CFLAGS=-DDELUGE_BASESTATION to your makefile? If
> DELUGE_BASESTATION is not defined, the mote is not accessible through the
> UART. This is described in the deluge docs, if I remember correctly.
>
>
>
> Just a sanity check: Does apps/tests/deluge/Blink work for you?
>
>
>
> Janos
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Charles
> Elliott
> *Sent:* Wednesday, July 09, 2008 12:56 PM
> *To:* [email protected]
> *Subject:* [Tinyos-help] Deluge on an IRIS
>
>
>
> Hello all
>
> I've been working on getting a program to run using deluge on an IRIS mote.
>
> The program compiles and runs normally however sending deluge commands to
> the base station doesn't work.
>
> I suspect that it has something to do with the way the images are set up.
> I have "volumes-at45db.xml" and "volumes-stm25p.xml" copied from the deluge
> blink example in the folder with the program.
> Do I need a different file to install on an IRIS mote?
>
> Thanks
> Charles
>
>
>
$ ./burn COM5 /dev/ttyS5 iris
rm -rf build pp
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py app.xml simbuild
rm -rf VolumeMapC.nc
============================ Compile and load Blink ============================
mkdir -p build/iris
tos-storage-at45db /opt/tinyos-2.x/tos/platforms/iris <volumes-at45db.xml >buil
d/iris/StorageVolumes.h || rm -f build/iris/StorageVolumes.h
compiling BlinkAppC to a iris binary
ncc -o build/iris/main.exe -Os -Wall -Wshadow -Wnesc-all -target=iris -fnesc-cf
ile=build/iris/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 -finline-limit=10
0000 -Ibuild/iris -DDELUGE_BASESTATION -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USE
RNAME=\"ani\" -DIDENT_HOSTNAME=\"DOAD06-89CD7F8F\" -DIDENT_USERHASH=0x9a391b60L
-DIDENT_TIMESTAMP=0x48753a2eL -DIDENT_UIDHASH=0xea47a32bL -DDELUGE -I/opt/tinyos
-2.x/tos/lib/net -I/opt/tinyos-2.x/tos/lib/net/drip -I/opt/tinyos-2.x/tos/lib/ne
t/Deluge -I/opt/tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager -I/opt/tinyos-2
.x/tos/lib/net/Deluge/BlockStorageManager -I/opt/tinyos-2.x/tos/lib/net/Deluge/e
xtra/iris -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/micaz -I/opt/tinyos-2.x/tos
/lib/net/Deluge/extra/mica2 -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/avr -I/op
t/tinyos-2.x/tos/lib/net/Deluge/extra -fnesc-dump=wiring -fnesc-dump='interfaces
(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfi
le=build/iris/wiring-check.xml BlinkAppC.nc -lm
compiled BlinkAppC to build/iris/main.exe
33144 bytes in ROM
1306 bytes in RAM
avr-objcopy --output-target=srec build/iris/main.exe build/iris/main.srec
avr-objcopy --output-target=ihex build/iris/main.exe build/iris/main.ihex
writing TOS image
cp build/iris/main.srec build/iris/main.srec.out
installing iris binary using mib510
avrdude -cmib510 -PCOM5 -U hfuse:w:0xda:m -pm1281 -U efuse:w:0xff:m -CC:/tinyos/
cygwin/etc/avrdude/avrdude.conf -U flash:w:build/iris/main.srec.out:a
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.05s
avrdude.exe: Device signature = 0x1e9704
avrdude.exe: NOTE: FLASH memory has been specified, an erase cycle will be perfo
rmed
To disable this feature, specify the -D option.
avrdude.exe: erasing chip
avrdude.exe: reading input file "0xda"
avrdude.exe: writing hfuse (1 bytes):
Writing | ################################################## | 100% 0.02s
avrdude.exe: 1 bytes of hfuse written
avrdude.exe: verifying hfuse memory against 0xda:
avrdude.exe: load data hfuse data from input file 0xda:
avrdude.exe: input file 0xda contains 1 bytes
avrdude.exe: reading on-chip hfuse data:
Reading | ################################################## | 100% 0.01s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of hfuse verified
avrdude.exe: reading input file "0xff"
avrdude.exe: writing efuse (1 bytes):
Writing | ################################################## | 100% 0.02s
avrdude.exe: 1 bytes of efuse written
avrdude.exe: verifying efuse memory against 0xff:
avrdude.exe: load data efuse data from input file 0xff:
avrdude.exe: input file 0xff contains 1 bytes
avrdude.exe: reading on-chip efuse data:
Reading | ################################################## | 100% 0.01s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of efuse verified
avrdude.exe: reading input file "build/iris/main.srec.out"
avrdude.exe: input file build/iris/main.srec.out auto detected as Motorola S-Rec
ord
avrdude.exe: writing flash (33144 bytes):
Writing | ################################################## | 100% 10.40s
avrdude.exe: 33144 bytes of flash written
avrdude.exe: verifying flash memory against build/iris/main.srec.out:
avrdude.exe: load data flash data from input file build/iris/main.srec.out:
avrdude.exe: input file build/iris/main.srec.out auto detected as Motorola S-Rec
ord
avrdude.exe: input file build/iris/main.srec.out contains 33144 bytes
avrdude.exe: reading on-chip flash data:
Reading | ################################################## | 100% 7.46s
avrdude.exe: verifying ...
avrdude.exe: 33144 bytes of flash verified
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
rm -f build/iris/main.exe.out build/iris/main.srec.out
installing iris bootloader using mib510
avrdude -cmib510 -PCOM5 -U hfuse:w:0xda:m -pm1281 -U efuse:w:0xff:m -CC:/tinyos/
cygwin/etc/avrdude/avrdude.conf -V -D -U flash:w:C:/tinyos/cygwin/opt/tinyos-2.
x/tos/lib/tosboot/build/iris/main.ihex:a
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude.exe: Device signature = 0x1e9704
avrdude.exe: reading input file "0xda"
avrdude.exe: writing hfuse (1 bytes):
Writing | ################################################## | 100% 0.02s
avrdude.exe: 1 bytes of hfuse written
avrdude.exe: verifying hfuse memory against 0xda:
avrdude.exe: load data hfuse data from input file 0xda:
avrdude.exe: input file 0xda contains 1 bytes
avrdude.exe: reading on-chip hfuse data:
Reading | ################################################## | 100% 0.01s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of hfuse verified
avrdude.exe: reading input file "0xff"
avrdude.exe: writing efuse (1 bytes):
Writing | ################################################## | 100% 0.02s
avrdude.exe: 1 bytes of efuse written
avrdude.exe: verifying efuse memory against 0xff:
avrdude.exe: load data efuse data from input file 0xff:
avrdude.exe: input file 0xff contains 1 bytes
avrdude.exe: reading on-chip efuse data:
Reading | ################################################## | 100% 0.01s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of efuse verified
avrdude.exe: reading input file "C:/tinyos/cygwin/opt/tinyos-2.x/tos/lib/tosboot
/build/iris/main.ihex"
avrdude.exe: input file C:/tinyos/cygwin/opt/tinyos-2.x/tos/lib/tosboot/build/ir
is/main.ihex auto detected as Intel Hex
avrdude.exe: writing flash (129340 bytes):
Writing | ################################################## | 100% 0.79s
avrdude.exe: 129340 bytes of flash written
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
+-------------------------------------------------------+
| |
| At this point the first led (red) should be blinking. |
| |
| Press ENTER to continue... |
| |
+-------------------------------------------------------+
============================= Compile a new Blink ==============================
mkdir -p build/iris
compiling BlinkAppC to a iris binary
ncc -o build/iris/main.exe -Os -Wall -Wshadow -Wnesc-all -target=iris -fnesc-cf
ile=build/iris/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 -finline-limit=10
0000 -Ibuild/iris -DBLINK_REVERSE -DDELUGE_BASESTATION -DIDENT_APPNAME=\"BlinkAp
pC\" -DIDENT_USERNAME=\"ani\" -DIDENT_HOSTNAME=\"DOAD06-89CD7F8F\" -DIDENT_USERH
ASH=0x9a391b60L -DIDENT_TIMESTAMP=0x48753a6dL -DIDENT_UIDHASH=0x921bc777L -DDELU
GE -I/opt/tinyos-2.x/tos/lib/net -I/opt/tinyos-2.x/tos/lib/net/drip -I/opt/tinyo
s-2.x/tos/lib/net/Deluge -I/opt/tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager
-I/opt/tinyos-2.x/tos/lib/net/Deluge/BlockStorageManager -I/opt/tinyos-2.x/tos/
lib/net/Deluge/extra/iris -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/micaz -I/op
t/tinyos-2.x/tos/lib/net/Deluge/extra/mica2 -I/opt/tinyos-2.x/tos/lib/net/Deluge
/extra/avr -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra -fnesc-dump=wiring -fnesc-
dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components
)' -fnesc-dumpfile=build/iris/wiring-check.xml BlinkAppC.nc -lm
compiled BlinkAppC to build/iris/main.exe
33144 bytes in ROM
1306 bytes in RAM
avr-objcopy --output-target=srec build/iris/main.exe build/iris/main.srec
avr-objcopy --output-target=ihex build/iris/main.exe build/iris/main.ihex
writing TOS image
=============================== Upload the image ===============================
Flushing the serial port..
Pinging node ...
##nothing happens so I Ctrl+C then
Unhandled exception in thread started by
Traceback (most recent call last):
File "/usr/local/bin/tos.py", line 94, in run
p = self._read()
File "/usr/local/bin/tos.py", line 126, in _read
d = self._get_byte()
File "/usr/local/bin/tos.py", line 268, in _get_byte
r = struct.unpack("B", self._s.read())[0]
File "/usr/lib/python2.5/site-packages/serial/serialposix.py", line 275, in re
ad
ready,_,_ = select.select([self.fd],[],[], self._timeout)
select.error: (4, 'Interrupted system call')$ ./burn COM5 /dev/ttyS5 iris
rm -rf build pp
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py app.xml simbuild
rm -rf VolumeMapC.nc
============================ Compile and load Blink ============================
mkdir -p build/iris
tos-storage-at45db /opt/tinyos-2.x/tos/platforms/iris <volumes-at45db.xml >buil
d/iris/StorageVolumes.h || rm -f build/iris/StorageVolumes.h
compiling BlinkAppC to a iris binary
ncc -o build/iris/main.exe -Os -Wall -Wshadow -Wnesc-all -target=iris -fnesc-cf
ile=build/iris/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 -finline-limit=10
0000 -Ibuild/iris -DDELUGE_BASESTATION -DDELUGE -I/opt/tinyos-2.x/tos/lib/net -I
/opt/tinyos-2.x/tos/lib/net/drip -I/opt/tinyos-2.x/tos/lib/net/Deluge -I/opt/tin
yos-2.x/tos/lib/net/Deluge/FlashVolumeManager -I/opt/tinyos-2.x/tos/lib/net/Delu
ge/BlockStorageManager -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/iris -I/opt/ti
nyos-2.x/tos/lib/net/Deluge/extra/micaz -I/opt/tinyos-2.x/tos/lib/net/Deluge/ext
ra/mica2 -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/avr -I/opt/tinyos-2.x/tos/li
b/net/Deluge/extra -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"ani\" -DIDEN
T_HOSTNAME=\"DOAD06-89CD7F8F\" -DIDENT_USERHASH=0x9a391b60L -DIDENT_TIMESTAMP=0x
48753545L -DIDENT_UIDHASH=0x2c1d03c7L -fnesc-dump=wiring -fnesc-dump='interfaces
(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfi
le=build/iris/wiring-check.xml BlinkAppC.nc -lm
compiled BlinkAppC to build/iris/main.exe
33122 bytes in ROM
1288 bytes in RAM
avr-objcopy --output-target=srec build/iris/main.exe build/iris/main.srec
avr-objcopy --output-target=ihex build/iris/main.exe build/iris/main.ihex
writing TOS image
cp build/iris/main.srec build/iris/main.srec.out
installing iris binary using mib510
avrdude -cmib510 -PCOM5 -U hfuse:w:0xda:m -pm1281 -U efuse:w:0xff:m -CC:/tinyos/
cygwin/etc/avrdude/avrdude.conf -U flash:w:build/iris/main.srec.out:a
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.04s
avrdude.exe: Device signature = 0x1e9704
avrdude.exe: NOTE: FLASH memory has been specified, an erase cycle will be perfo
rmed
To disable this feature, specify the -D option.
avrdude.exe: erasing chip
avrdude.exe: reading input file "0xda"
avrdude.exe: writing hfuse (1 bytes):
Writing | ################################################## | 100% 0.02s
avrdude.exe: 1 bytes of hfuse written
avrdude.exe: verifying hfuse memory against 0xda:
avrdude.exe: load data hfuse data from input file 0xda:
avrdude.exe: input file 0xda contains 1 bytes
avrdude.exe: reading on-chip hfuse data:
Reading | ################################################## | 100% 0.01s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of hfuse verified
avrdude.exe: reading input file "0xff"
avrdude.exe: writing efuse (1 bytes):
Writing | ################################################## | 100% 0.01s
avrdude.exe: 1 bytes of efuse written
avrdude.exe: verifying efuse memory against 0xff:
avrdude.exe: load data efuse data from input file 0xff:
avrdude.exe: input file 0xff contains 1 bytes
avrdude.exe: reading on-chip efuse data:
Reading | ################################################## | 100% 0.02s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of efuse verified
avrdude.exe: reading input file "build/iris/main.srec.out"
avrdude.exe: input file build/iris/main.srec.out auto detected as Motorola S-Rec
ord
avrdude.exe: writing flash (33122 bytes):
Writing | ################################################## | 100% 26.51s
avrdude.exe: 33122 bytes of flash written
avrdude.exe: verifying flash memory against build/iris/main.srec.out:
avrdude.exe: load data flash data from input file build/iris/main.srec.out:
avrdude.exe: input file build/iris/main.srec.out auto detected as Motorola S-Rec
ord
avrdude.exe: input file build/iris/main.srec.out contains 33122 bytes
avrdude.exe: reading on-chip flash data:
Reading | ################################################## | 100% 7.48s
avrdude.exe: verifying ...
avrdude.exe: 33122 bytes of flash verified
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
rm -f build/iris/main.exe.out build/iris/main.srec.out
installing iris bootloader using mib510
avrdude -cmib510 -PCOM5 -U hfuse:w:0xda:m -pm1281 -U efuse:w:0xff:m -CC:/tinyos/
cygwin/etc/avrdude/avrdude.conf -V -D -U flash:w:C:/tinyos/cygwin/opt/tinyos-2.
x/tos/lib/tosboot/build/iris/main.ihex:a
avrdude.exe: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.05s
avrdude.exe: Device signature = 0x1e9704
avrdude.exe: reading input file "0xda"
avrdude.exe: writing hfuse (1 bytes):
Writing | ################################################## | 100% 0.01s
avrdude.exe: 1 bytes of hfuse written
avrdude.exe: verifying hfuse memory against 0xda:
avrdude.exe: load data hfuse data from input file 0xda:
avrdude.exe: input file 0xda contains 1 bytes
avrdude.exe: reading on-chip hfuse data:
Reading | ################################################## | 100% 0.02s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of hfuse verified
avrdude.exe: reading input file "0xff"
avrdude.exe: writing efuse (1 bytes):
Writing | ################################################## | 100% 0.01s
avrdude.exe: 1 bytes of efuse written
avrdude.exe: verifying efuse memory against 0xff:
avrdude.exe: load data efuse data from input file 0xff:
avrdude.exe: input file 0xff contains 1 bytes
avrdude.exe: reading on-chip efuse data:
Reading | ################################################## | 100% 0.02s
avrdude.exe: verifying ...
avrdude.exe: 1 bytes of efuse verified
avrdude.exe: reading input file "C:/tinyos/cygwin/opt/tinyos-2.x/tos/lib/tosboot
/build/iris/main.ihex"
avrdude.exe: input file C:/tinyos/cygwin/opt/tinyos-2.x/tos/lib/tosboot/build/ir
is/main.ihex auto detected as Intel Hex
avrdude.exe: writing flash (129340 bytes):
Writing | ################################################## | 100% 0.80s
avrdude.exe: 129340 bytes of flash written
avrdude.exe: safemode: Fuses OK
avrdude.exe done. Thank you.
+-------------------------------------------------------+
| |
| At this point the first led (red) should be blinking. |
| |
| Press ENTER to continue... |
| |
+-------------------------------------------------------+
============================= Compile a new Blink ==============================
mkdir -p build/iris
compiling BlinkAppC to a iris binary
ncc -o build/iris/main.exe -Os -Wall -Wshadow -Wnesc-all -target=iris -fnesc-cf
ile=build/iris/app.c -board=micasb -DDEFINED_TOS_AM_GROUP=0x22 -finline-limit=10
0000 -Ibuild/iris -DBLINK_REVERSE -DDELUGE_BASESTATION -DDELUGE -I/opt/tinyos-2.
x/tos/lib/net -I/opt/tinyos-2.x/tos/lib/net/drip -I/opt/tinyos-2.x/tos/lib/net/D
eluge -I/opt/tinyos-2.x/tos/lib/net/Deluge/FlashVolumeManager -I/opt/tinyos-2.x/
tos/lib/net/Deluge/BlockStorageManager -I/opt/tinyos-2.x/tos/lib/net/Deluge/extr
a/iris -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/micaz -I/opt/tinyos-2.x/tos/li
b/net/Deluge/extra/mica2 -I/opt/tinyos-2.x/tos/lib/net/Deluge/extra/avr -I/opt/t
inyos-2.x/tos/lib/net/Deluge/extra -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAM
E=\"ani\" -DIDENT_HOSTNAME=\"DOAD06-89CD7F8F\" -DIDENT_USERHASH=0x9a391b60L -DID
ENT_TIMESTAMP=0x4875358dL -DIDENT_UIDHASH=0xe0b5daecL -fnesc-dump=wiring -fnesc-
dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components
)' -fnesc-dumpfile=build/iris/wiring-check.xml BlinkAppC.nc -lm
compiled BlinkAppC to build/iris/main.exe
33122 bytes in ROM
1288 bytes in RAM
avr-objcopy --output-target=srec build/iris/main.exe build/iris/main.srec
avr-objcopy --output-target=ihex build/iris/main.exe build/iris/main.ihex
writing TOS image
=============================== Upload the image ===============================
Flushing the serial port..
Pinging node ...
Connected to Deluge nodes.
--------------------------------------------------
Stored image 1
Prog Name: BlinkAppC
UID: 0xE68B013F
Compiled On: Wed Jul 09 17:39:08 2008
Platform: iris
User ID: ani
Host Name: DOAD06-89CD7F8F
User Hash: 0x9A391B60
Size: 34608
Num Pages: 31
--------------------------------------------------
Create image: /usr/local/bin/tos-build-deluge-image -i 1 build/iris/tos_image.xm
l
Ihex read complete:
33122 bytes starting at 0x0
33122 bytes in 1 sections
CRCs:
0x8303 0x3429 0xCF36 0xA749 0x6C0B 0x69DF 0xF7A7
0x15DA 0x1ACD 0xC2A0 0x0B72 0xA4BE 0xBB5C 0xA46E
0x3310 0x5AAD 0x71BE 0x0ABF 0x4C91 0xDCEC 0x161A
0xE6F9 0x7C79 0x378B 0xFFA8 0xCEEE 0x6F08 0x8EEE
0x1F02 0x4BCE 0x4F21
--------------------------------------------------
[----------------sem_init: Resource temporarily unavailable
Traceback (most recent call last):
File "/usr/local/bin/tos-deluge", line 422, in <module>
inject(imgNum, sys.argv[5])
File "/usr/local/bin/tos-deluge", line 313, in inject
if write(imgNum, image):
File "/usr/local/bin/tos-deluge", line 226, in write
packet = am.read()
File "/usr/local/bin/tos.py", line 350, in read
return ActiveMessage(self._s.read().data)
File "/usr/local/bin/tos.py", line 168, in read
p = self._in_queue.get()
File "/usr/lib/python2.5/Queue.py", line 165, in get
self.not_empty.wait()
File "/usr/lib/python2.5/threading.py", line 208, in wait
waiter = _allocate_lock()
thread.error: can't allocate lock
+----------------------------------------------------------------+
| |
| In the next step the following things will take place: |
| - the mote will be rebooted |
| - all the leds will blink for some time as the |
| reprogramming by tosboot takes place. |
| - a fading of the leds will indicate the exiting from tosboot. |
| - the mote should start blinking the 3rd led (blue/yellow). |
| |
| Press ENTER to continue... |
| |
+----------------------------------------------------------------+
=========================== Reboot the base station ============================
Flushing the serial port..
Command sent_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help