Difference between revisions of "Installing TinyOS"
(Updated OSIAN DVD link) |
(add link to new install page) |
||
(19 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | This page details how to get | + | This page details how to get the latest release (2.1.2) of TinyOS installed and running on your system. |
− | |||
− | |||
− | + | 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. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Officially Supported Methods == | == Officially Supported Methods == | ||
− | * | + | * Linux: |
− | ** [[ | + | ** [[Automatic installation]] - for Debian based systems |
+ | ** [[Manual installation using RPM packages]] | ||
* Windows: | * Windows: | ||
− | ** [[ | + | ** [[Manual installation using RPM packages]] - for Cygwin |
− | * | + | * Virtual Machine: |
− | + | ** [[Use TinyOS in a virtual machine]] | |
− | ** [[ | + | * From source |
− | * | + | ** [[Installing From Source|Installing from source]] - Use the latest version from the repositories |
− | ** [[ | ||
== User Contributed Methods == | == User Contributed Methods == | ||
− | * [ | + | * [[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] |
− | |||
* [[Installing TinyOS from Source on Fedora 13 64bit]] | * [[Installing TinyOS from Source on Fedora 13 64bit]] | ||
+ | * [http://tinyos.cvs.sourceforge.net/viewvc/*checkout*/tinyos/tinyos-2.x-contrib/mc/solaris/index.html Unofficial AVR toolchain for TinyOS for OpenSolaris followers] | ||
+ | |||
+ | === Older Guides === | ||
* [[Installing Xubuntos in VirtualBox]] | * [[Installing Xubuntos in VirtualBox]] | ||
+ | * [http://systembash.com/content/ubuntos-ubuntu-9-10-tinyos-2-x-virtualbox-image/ Ubuntu 9.10 + TinyOS 2.x Virtualbox Image] | ||
== Other Methods == | == Other Methods == | ||
* [[Running a Jetos Virtual Machine Image in VMware Player]] | * [[Running a Jetos Virtual Machine Image in VMware Player]] | ||
+ | == Legacy Instructions == | ||
+ | |||
+ | TinyOS [[Getting_started_(2.1)|versions 2.1 and 2.0.2]] | ||
== Next Step == | == Next Step == | ||
Line 42: | Line 39: | ||
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]. |
Line 48: | Line 45: | ||
* [[java_cygwin | Common Java problems on Cygwin]] | * [[java_cygwin | Common Java problems on Cygwin]] | ||
− | + | [[Installing_TinyOS_2.1.3]] | |
− | |||
− | |||
− | |||
[[Category:TinyOS]] | [[Category:TinyOS]] |
Latest revision as of 03:08, 12 June 2014
This page details how to get the latest release (2.1.2) of TinyOS installed and running on your system.
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.
Contents
Officially Supported Methods
- Linux:
- Automatic installation - for Debian based systems
- Manual installation using RPM packages
- Windows:
- Manual installation using RPM packages - for Cygwin
- Virtual Machine:
- From source
- Installing from source - Use the latest version from the repositories
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
- Unofficial AVR toolchain for TinyOS for OpenSolaris followers
Older Guides
Other Methods
Legacy Instructions
TinyOS versions 2.1 and 2.0.2
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.