Doing lesson 10, I've encountered with the problem at the end of the lesson, 
installing Blink for a virtual platform called yamp:

tsc at tsc-laptop:/opt/tinyos-2.x/apps/Blink$ make yamp install bsl,/dev/ttyUSB0
mkdir -p build/yamp
    compiling BlinkAppC to a yamp binary
ncc -o build/yamp/main.exe -Os -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d 
-Wnesc-all -target=yamp -fnesc-cfile=build/yamp/app.c -board=   BlinkAppC.nc 
-lm 
    compiled BlinkAppC to build/yamp/main.exe
            2418 bytes in ROM
              55 bytes in RAM
msp430-objcopy --output-target=ihex build/yamp/main.exe build/yamp/main.ihex
    writing TOS image
cp build/yamp/main.ihex build/yamp/main.ihex.out
    installing yamp binary using bsl
msp430-bsl --telos -c /dev/ttyUSB0 -r -e -I -p build/yamp/main.ihex.out
Traceback (most recent call last):
  File "/opt/msp430/bin/msp430-bsl", line 12, in <module>
    from msp430.util import curry, hexdump, makeihex
ImportError: No module named msp430.util
make: *** [program] Error 1

like saw a forum member, Kevin Klues, I'm missing some python modules that 
msp430-bsl depends on. I've installed 
all Python packets in Ubuntu 7.04 and the problem persists.

Does exists msp430.util module?. In that case, where is located? I've looked 
for it on the PC and I haven't found. 
I would very grateful for some suggestion 

_________________________________________________________________
Llama a tus amigos de PC a PC: ¡Es GRATIS!
http://get.live.com/messenger/overview
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to