1、安装WMware Player
WMware Player下载地址:
http://www.vmware.com/download/player/player_reg.html
2、下载XubunTOS镜像,并解压镜像文件
http://sing.stanford.edu/tinyos/dists/xubuntos-2.1-vm.tar.gz
3、在WMware Player下运行XubunTOS镜像,用户名:xubuntos,密码:tinyos


3、插入TelosB节点,系统自动识别,选择连接该TelosB节点


3、插入TelosB节点,系统自动识别,选择连接该TelosB节点

4、编译Blink程序,并安装到TelosB节点
(1)cd /opt/tinyos-2.1.0/apps
(2)make telosb
(3)make telosb reinstall bsl,/dev/ttyUSB0
可以看到TelosB节点的led在闪烁了!