Difference between revisions of "Installing TinyOS"
Tim Bormann (talk | contribs) |
Tim Bormann (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | <p>First off, [[What to Read First]].</p> | |
− | + | <p>Then, 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.2. For legacy reasons a separate page has instructions for [[Getting_started_(2.1)|versions 2.1 and 2.0.2]]. At the bottom of the page are some links to additional information addressing some common problems encountered during the installation procedure and tools that ease developing.</p> | |
− | + | <p>It is advisable to follow the automatic install guide, since it provides the newest version of TinyOS (as of April 2013). All other methods are considered to be out of date.</p> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Officially Supported Methods == | == Officially Supported Methods == | ||
* Linux: | * Linux: | ||
− | ** [[Automatic installation | + | ** [[Automatic installation with apt-get]] |
− | |||
** [[Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs|Manual installation using RPM packages]] | ** [[Installing_TinyOS_2.1.1#Manual_installation_on_your_host_OS_with_RPMs|Manual installation using RPM packages]] | ||
* Windows: | * Windows: | ||
Line 29: | Line 15: | ||
== User Contributed Methods == | == User Contributed Methods == | ||
* [[Installing XubunTOS (with TinyOS from tp-freeforall/prod repository) in VirtualBox]] | * [[Installing XubunTOS (with TinyOS from tp-freeforall/prod repository) in VirtualBox]] | ||
− | |||
* [[Installing tinyos-2.x on Mac OS X (Tiger & Leopard) | Installing TinyOS on Mac OS (Tiger & Leopard)]] | * [[Installing tinyos-2.x on Mac OS X (Tiger & Leopard) | Installing TinyOS on Mac OS (Tiger & Leopard)]] | ||
* [[Installing TinyOS-2.x on Mac OS X (Snow Leopard)]] | * [[Installing TinyOS-2.x on Mac OS X (Snow Leopard)]] | ||
* [http://naurel.org/stuff/gentoo_howto_tinyos.html Installing TinyOS on Gentoo] | * [http://naurel.org/stuff/gentoo_howto_tinyos.html Installing TinyOS on Gentoo] | ||
− | |||
* [https://github.com/razvanm/macports Unofficial MacPorts toolchains for MSP430 and AVR] | * [https://github.com/razvanm/macports Unofficial MacPorts toolchains for MSP430 and AVR] | ||
* [[Installing TinyOS from Source on Fedora 13 64bit]] | * [[Installing TinyOS from Source on Fedora 13 64bit]] | ||
* [[Installing Xubuntos in VirtualBox]] | * [[Installing Xubuntos in VirtualBox]] | ||
− | |||
* [http://tinyos.cvs.sourceforge.net/viewvc/*checkout*/tinyos/tinyos-2.x-contrib/mc/solaris/index.html Unofficial AVR toolchain for TinyOS for OpenSolaris followers] | * [http://tinyos.cvs.sourceforge.net/viewvc/*checkout*/tinyos/tinyos-2.x-contrib/mc/solaris/index.html Unofficial AVR toolchain for TinyOS for OpenSolaris followers] | ||
Line 48: | Line 31: | ||
Once installed, find out how to finish setting up and doing your first build in the tutorial [[Getting Started with TinyOS]]. | Once installed, find out how to finish setting up and doing your first build in the tutorial [[Getting Started with TinyOS]]. | ||
− | You might also want to install editors like [[NESCDT-_An_editor_for_nesC_in_Eclipse|NESCDT]] | + | You might also want to install editors like [[NESCDT-_An_editor_for_nesC_in_Eclipse|NESCDT]],[[Yeti]] or the [http://sourceforge.net/projects/nescplugin/ syntax highlighting for gedit]. |
= Additional Information = | = Additional Information = | ||
* [[java_cygwin | Common Java problems on Cygwin]] | * [[java_cygwin | Common Java problems on Cygwin]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:TinyOS]] | [[Category:TinyOS]] |
Revision as of 08:09, 19 April 2013
First off, What to Read First.
Then, 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.2. For legacy reasons a separate page has instructions for versions 2.1 and 2.0.2. At the bottom of the page are some links to additional information addressing some common problems encountered during the installation procedure and tools that ease developing.
It is advisable to follow the automatic install guide, since it provides the newest version of TinyOS (as of April 2013). All other methods are considered to be out of date.
Contents
Officially Supported Methods
- Linux:
- Windows:
- Virtual Machine:
User Contributed Methods
- Installing XubunTOS (with TinyOS from tp-freeforall/prod repository) in VirtualBox
- Installing TinyOS on Mac OS (Tiger & Leopard)
- Installing TinyOS-2.x on Mac OS X (Snow Leopard)
- Installing TinyOS on Gentoo
- Unofficial MacPorts toolchains for MSP430 and AVR
- Installing TinyOS from Source on Fedora 13 64bit
- Installing Xubuntos in VirtualBox
- Unofficial AVR toolchain for TinyOS for OpenSolaris followers
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.
You might also want to install editors like NESCDT,Yeti or the syntax highlighting for gedit.