50 likes | 344 Views
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)
E N D
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. 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
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/
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