Hi,

I installed tinyos 2.1.2 on ubuntu 11.10 according to this tutorial: 

http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1#Two-step_install_on_your_host_OS_with_Debian_packages

I manually added 


export TOSROOT=/opt/tinyos-2.1.2
export TOSDIR=$TOSROOT/tos
export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar
export MAKERULES=$TOSROOT/support/make/Makerules 

to my .profile as I couldn't find the mentioned tinyos.sh script in the folder.

I then startet with this tutorial
http://docs.tinyos.net/tinywiki/index.php/Getting_Started_with_TinyOS

And get the following error when trying to install the Blink app


$ make telosb reinstall
cp build/telosb/main.ihex build/telosb/main.ihex.out
    found mote on /dev/ttyUSB0 (using bsl,auto)
    installing telosb binary using bsl
tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p build/telosb/main.ihex.out
make: tos-bsl: Command not found
make: *** [program] Error 127

Any ideas how to fix this? Thanks in advance...


Best regards
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to