Changes between Version 76 and Version 77 of node-contiki


Ignore:
Timestamp:
Oct 13, 2010, 7:32:47 AM (14 years ago)
Author:
ikram
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v76 v77  
    1515* $ sudo apt-get install subversion radvd
    1616
    17 2. Download the sensei_contiki.tar.gz folder. The folder contain two folders, msp430-tmote-tools-contiki and sensei-example folders.
    18 
    19 3. Install msp430-tools.
     172. Download the sensei_contiki.tar.gz package.
     18
     193. Extract the sensei_contiki.tar.gz package:
     20
     21* $ tar -xzf sensei_contiki.tar.gz
     22
     23sensei_contiki folder contains msp430-tmote-tools-contiki and sensei-example.
     24
     254. Install msp430-tools.
    2026
    2127* sudo dpkg -i msp430tools-*.deb
    2228
    23 4. Open .profile file with superuser privileges
     295. Open .profile file with superuser privileges
    2430
    2531* $ sudo nano /home/sensei/.profile
    2632
    27 5. Add the following line to the end of .profile file.
     336. Add the following line to the end of .profile file.
    2834* export PATH=$PATH:/opt/msp430/bin:/opt/msp430/lib
    2935