Hi!

On Wed, 5 Mar 2008, unauna abiabi wrote:

Hi to all,

I start to "play" with deluge T2 and I'm following
the manual (deluge-t2-manual.html) but I gut problem in the "Quick start"
section.
I'm using tinyos2.x on a macbook duo 2 core with Tiger version 10.4.11


-->>The problem is :

tinyos::>> ./burn /dev/tty.usbserial-XBQ6TGNF telosb
sh: line 1: sha1sum: command not found
sh: line 1: sha1sum: command not found
rm -rf build
rm -rf _TOSSIMmodule.so TOSSIM.pyc TOSSIM.py


============================ Compile and load Blink ============================
sh: line 1: sha1sum: command not found
sh: line 1: sha1sum: command not found
mkdir -p build/telosb
tos-storage-stm25p /opt/tinyos-2.x/tos/platforms/telosb <volumes-stm25p.xml 
>build/telosb/StorageVolumes.h || rm -f build/telosb/StorageVolumes.h

...

=============================== Upload the image ===============================
Pinging node ...
Connected to Deluge nodes.
No valid image was detected.
--------------------------------------------------

Create image: /opt/local/bin/tos-build-deluge-image -i 1 
build/telosb/tos_image.xml

Traceback (most recent call last):
 File "/opt/local/bin/tos-build-deluge-image", line 117, in <module>
   ident[p] = int(ident[p][:-1], 16)
KeyError: 'userhash'
--------------------------------------------------

sha1sum program is missing and so some important hashes are not computed which makes the tos-build-deluge-image script unhappy. If you replace sha1sum with md5sum it should work fine.

Something else: the Deluge T2 from the CVS doesn't yet contains a bunch of changes and fixes I made. They are available in the following git repository:
        http://hinrg.cs.jhu.edu/git/?p=deluge/tinyos-2.x.git

Have a nice day!
Razvan ME
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to