Difference between revisions of "Getting started (2.1)"

From TinyOS Wiki
Jump to: navigation, search
m
Line 21: Line 21:
 
** [[Installing_TinyOS_2.1#Two-step_install_on_your_host_OS_with_Debian_packages|Automatic installation for debian systems using the TinyOS debian repository]]
 
** [[Installing_TinyOS_2.1#Two-step_install_on_your_host_OS_with_Debian_packages|Automatic installation for debian systems using the TinyOS debian repository]]
 
** [[Running a XubunTOS Virtual Machine Image in VMware Player]]
 
** [[Running a XubunTOS Virtual Machine Image in VMware Player]]
 +
 +
 +
== User Contributed Methods ==
 +
* [[Installing tinyos-2.x on Mac OS X (Tiger & Leopard) | Installing TinyOS on Mac OS (Tiger & Leopard)]]
 +
* [http://gentoo-wiki.com/TinyOS Installing TinyOS on Gentoo]
 +
* [http://www.5secondfuse.com/tinyos/install.html Installing TinyOS on Ubuntu] [http://hi.baidu.com/vvfang/blog/item/e2dfa4126bd9adcdc3fd789c.html Chinese Version]
 +
* [http://mythicalcomputer.blogspot.com/2008/08/installation-of-tinyos-in-ubuntu.html Installing TinyOS 2.1.0 in Ubuntu]
 +
  
 
== Other Methods ==
 
== Other Methods ==
 
* [[Running a Jetos Virtual Machine Image in VMware Player]]
 
* [[Running a Jetos Virtual Machine Image in VMware Player]]
 +
 +
 +
== Next Step ==
 +
 +
Once installed, find out how to finish setting up and doing your first build in the tutorial  [[Getting Started with TinyOS]].
 +
  
 
= Installing TinyOS 2.0.2 =
 
= Installing TinyOS 2.0.2 =
Line 40: Line 54:
  
 
[http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html Updating external tools to support the IRIS mote]
 
[http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html Updating external tools to support the IRIS mote]
 
== User Contributed Methods ==
 
* [[Installing tinyos-2.x on Mac OS X (Tiger & Leopard) | Installing TinyOS on Mac OS (Tiger & Leopard)]]
 
* [http://gentoo-wiki.com/TinyOS Installing TinyOS on Gentoo]
 
* [http://www.5secondfuse.com/tinyos/install.html Installing TinyOS on Ubuntu] [http://hi.baidu.com/vvfang/blog/item/e2dfa4126bd9adcdc3fd789c.html Chinese Version]
 
* [http://mythicalcomputer.blogspot.com/2008/08/installation-of-tinyos-in-ubuntu.html Installing TinyOS 2.1.0 in Ubuntu]
 
  
 
= Additional Information =
 
= Additional Information =
 
* [[java_cygwin | Common Java problems on Cygwin]]
 
* [[java_cygwin | Common Java problems on Cygwin]]

Revision as of 10:52, 5 October 2008

This page details how to get TinyOS installed and running on your system. It is organized into two main sections: Officially Supported Methods, User Contributed Methods. The current instructions are for installing TinyOS version 2.1 and the previous release, TinyOS version 2.0.2. At the bottom of the page are some links to additional information addressing some common problems encountered during the installation procedure as well as information on how to get additional platforms up and running.

Installing TinyOS 2.1

TinyOS has numerous improvements to TinyOS 2.0.2. Its features include:

  • Support for the Iris and Shimmer platforms,
  • Safe TinyOS, a compile-time option that lets you incorporate run-time memory safety checks into your application,
  • TOSThreads, a threading library that runs on top of a standard TinyOS kernel,
  • Numerous protocols, including the Flooding Time Synchronization Protocol (FTSP), the DIssemination Protocol (DIP), and an optional 15.4 MAC layer.

More information can be found in the release notes.

Officially Supported Methods


User Contributed Methods


Other Methods


Next Step

Once installed, find out how to finish setting up and doing your first build in the tutorial Getting Started with TinyOS.


Installing TinyOS 2.0.2

Officially Supported Methods

Updating external tools to support the IRIS mote

Additional Information