Changes between Initial Version and Version 1 of Old/TinyOS/Getting


Ignore:
Timestamp:
Dec 23, 2008, 9:01:10 PM (15 years ago)
Author:
tripti
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/TinyOS/Getting

    v1 v1  
     1== Current images with TinyOS enabled ==
     2   
     3    * tinyos-2007-06-14.ndz
     4    * tinyos-2008-09-13.ndz
     5    * tinyos.ndz 
     6
     7== What is Sandbox7 on Orbit-Lab? ==
     8
     9Sandbox7 consists of two nodes, i.e. node1-1 and node1-2. Each individual node is connected to one telosb mote.
     10
     11
     12== Setting up Sandbox 7 ==
     13I assume you’ve read the tutorial about Orbit, and you know how to reserve a time slot, how to log into the nodes, and how to image the nodes. (Otherwise, read [wiki:HowToGetStarted Getting Started].)
     14
     15To load the nodes with the right image:
     16
     17 * Step 1: Login to the console.
     18    {{{
     19          ssh username@ console.sb7.orbit-lab.org
     20    }}}
     21 * Step 2: Image the nodes.
     22    {{{
     23          omf load all tinyos.ndz
     24    }}}
     25 * Step 3: Power up node1-1 and node1-2.
     26    {{{
     27          omf tell on all
     28    }}}
     29
     30  * Step 4: Log into the node.
     31    {{{
     32          ssh root@node1-1
     33          ssh root@node1-2
     34    }}}
     35
     36