Dear TinyOS users,
I've installed TinyOS on Kubuntu 6.06.1 .
All package versions according to
http://www.tinyos.net/tinyos-2.x/doc/html/install-tinyos.html
My nodes are eyesIFXv2.
compiling Blink works fine:
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make eyesIFXv2
mkdir -p build/eyesIFXv2
compiling BlinkAppC to a eyesIFXv2 binary
ncc -o build/eyesIFXv2/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
-DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -mdisable-hwmul -target=eyesIFXv2
-fnesc-cfile=build/eyesIFXv2/app.c -board= BlinkAppC.nc -lm
compiled BlinkAppC to build/eyesIFXv2/main.exe
2708 bytes in ROM
61 bytes in RAM
msp430-objcopy --output-target=ihex build/eyesIFXv2/main.exe
build/eyesIFXv2/main.ihex
writing TOS image
node is also present:
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ motelist
Reference Device Description
---------- ---------------- ---------------------------------------------
(none) /dev/ttyUSB0 FTDI USB <-> Serial
but here comes the problem
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make eyesIFXv2 reinstall
bsl,/dev/ttyUSB0
cp build/eyesIFXv2/main.ihex build/eyesIFXv2/main.ihex.out
installing eyesIFXv2 binary using bsl
msp430-bsl --invert-test --invert-reset --f1x -c /dev/ttyUSB0 -r -e -I -p
build/eyesIFXv2/main.ihex.out
Traceback (most recent call last):
File "/opt/msp430/bin/msp430-bsl", line 12, in ?
from msp430.util import curry, hexdump, makeihex
ImportError: No module named msp430.util
make: *** [program] Fehler 1
[EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$
I wasn't able to find this msp430.util anywhere .
What can I do do successfully install Blink on my node?
Many thanks for your answers in advance!
Sascha
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help