Saturday, 20 August 2011

TinyOS-2.1.1 installation steps using ubuntu-11.04


Open Terminal to edit sources.list file 
sudo gedit /etc/apt/sources.list
add this line at the end of the file opened
deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main
“karmic” for all type of ubuntu distribution.
Install aptitude package
sudo apt-get install aptitude
Install autoconf package
sudo apt-get install autoconf2.13
Then type this command to install TinyOS-2.1.1
sudo aptitude install tinyos-2.1.1 
Maybe you will need to change the owner of the tinyos-2.1.1 folder
sudo chown –R username:group /opt/tinyos-2.1.1/
    change username and group by your user name and group.

4 comments:

  1. Hello sir
    after typing sudo apt-get install uptitude, i get the following error message , so kindly provide me the solution.
    my ubuntu version is 11.04 and i used karmic as distribution as given in the post, also i tried by using natty, but same problem

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package uptitude

    ReplyDelete
  2. The package name is aptitude, not uptitude. :-)

    ReplyDelete
  3. You are right, it was typing mistake.
    Thank you for your comments... :)

    ReplyDelete
  4. This comment has been removed by a blog administrator.

    ReplyDelete