1 / 5

Install tinyos in instant contiki

Install tinyos in instant contiki. 1.Open the source.list file in root mode using : sudo gedit / etc /apt/ sources.list 2. Add the following text : deb http:// tinyos.stanford.edu/tinyos/dists/ubuntu karmic main (for ubuntu 9.10)

erek
Télécharger la présentation

Install tinyos in instant contiki

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Install tinyos in instant contiki

  2. 1.Open the source.list file in root mode using: • sudogedit /etc/apt/sources.list • 2. Add the following text: • deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main (for ubuntu 9.10) • deb http://tinyos.stanford.edu/tinyos/dists/ubuntu lucid main (for ubuntu 10.04) • deb http://tinyos.stanford.edu/tinyos/dists/ubuntu oneiric main (for ubuntu 11.10) (instant contiki 2.5)

  3. 3. Open a Terminal and type the following command: • sudoapt-get update • 4. Now we install TinyOS by executing the following command: • sudoapt-get installtinyos-2.1.1

  4. 5.Add the following 2 lines to your ~/.bashrc or ~/.profilefile (use sudogedit ~/.bashrc) : • #Sourcing the tinyos environment variable setup script source /opt/tinyos-2.1.1/tinyos.sh • 6. Unrara octopus_t2.rar to /opt/tinyos-2.1.1/tos/platforms/, octopus_target_t2.rar to /opt/tinyos-2.1.1/support/make/

  5. Reference • http://docs.tinyos.net/tinywiki/index.php/Installing_TinyOS_2.1.1 • http://www.developerstation.org/2010/09/installing-tinyos-on-ubuntu-104.html • http://wsn-tinyos.blogspot.com/2011/08/tinyos-211-installation-steps-using.html

More Related