Changes between Version 10 and Version 11 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Oct 1, 2006, 12:41:13 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/k0SDR/Tutorial00

    v10 v11  
    1818
    1919I 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].)
     20
     21
     22== Step by step ==
     23To load the nodes with the right image:
     24
     25 * Step 1: Login to the console
     26    {{{
     27          ssh username@ console.sb5.orbit-lab.org
     28    }}}
     29 * Step 2: image the nodes
     30    {{{
     31          imageNodes [1,1],[1,2] '''gnuradio.gdz'''
     32    }}}
     33 * Step 3: Power up node1-1 and node1-2
     34    {{{
     35          wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=1'
     36          wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=2'
     37    }}}
     38  * Step 4: Log onto the node
     39    {{{
     40          ssh root@node1-1
     41          ssh root@node1-2
     42    }}}
     43