Changes between Version 56 and Version 57 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Jul 16, 2007, 7:47:56 PM (17 years ago)
Author:
jonshan
Comment:

Legend:

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

    v56 v57  
    3030To load the nodes with the right image:
    3131
    32  * Step 1: Login to the console
     32 * Step 1: Login to the console.
    3333    {{{
    3434          ssh username@ console.sb5.orbit-lab.org
    3535    }}}
    36  * Step 2: image the nodes
     36 * Step 2: Image the nodes.
    3737    {{{
    3838          imageNodes [1,1],[1,2] gnuradio.ndz
     
    4141                            gnuradio_visual.ndz (for visual outputs, unsupported)
    4242    }}}
    43  * Step 3: Power up node1-1 and node1-2
     43 * Step 3: Power up node1-1 and node1-2.
    4444    {{{
    4545          wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=1'
    4646          wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=2'
    4747    }}}
    48   * Step 4: Log onto the node
     48
     49  * Step 4: Log into the node.
    4950    {{{
    5051          ssh root@node1-1
     
    5253    }}}
    5354
    54   * Step 5: copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp_siggen_multiple_sine.py usrp_siggen_multiple_sine.py] to node1-1 (transmitter)
     55  * Step 5: Copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp_siggen_multiple_sine.py usrp_siggen_multiple_sine.py] to node1-1 (transmitter).
    5556 
    56   * Step 6: copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py usrp1_rx_cfile.py] to node1-2 (receiver)
     57  * Step 6: Copy [http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/usrp1_rx_cfile.py usrp1_rx_cfile.py] to node1-2 (receiver).
    5758
    5859  * Step 7: Give your scripts permission to run.