Install. As Administrator in a cygwin shell do "rpm --force --ignoreos -Uvh tinyos-1.1.15Dec2005cvs-1.cygwin.noarch.rpm" in the directory where you saved the rpm. This will take a while (the tinyos package installation includes compiling the java code). TinyOS is installed in /opt/tinyos-1.x.
You're done! Check the documentation in /opt/tinyos-1.x/doc/index.html for more information. See Installing and Updating Packages if you want to install any optional packages.
用户1177906 2007-8-17 00:04
用户374566 2007-7-18 10:15
你好,最近看了你的并blog很有收获,我按照你的办法安装了tinyos2.x,但是还是有问题。下面就是make的时候报的错误,麻烦你看看是怎么回事好吗?谢谢
in component 'BlinkAppc':
BlinkAppc.nc:51:cannot find 'boot'
make: ***[exe0] Error 1
我不知道怎么往你的blog上面传图片,可能给你的信息很少,如果你不是很清楚,可以联系我,邮箱:sunying51417@163.com QQ:20499102
用户15069 2007-4-18 14:52
我建了一个tinyos的交流群,欢迎大家参加.号码:11713510
用户1177906 2007-3-26 13:40
每个平台都有自己的时钟模块。就说一下telosb下的。有MSP430ClockM和它的配置文件MSP430ClockC,路径tos/platform/msp430,实现选择时钟源,时钟初始化等等。
然后就是tos/platform/msp430下的MSP430TimerM,主要是nsp430时钟模块的配置和功能的实现。
上面两个就是最底层的时钟组建。tos/platform/telosb下的TimerM就是实现定时器功能了