Changes between Version 56 and Version 57 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Jul 16, 2007, 7:47:56 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v56 v57 30 30 To load the nodes with the right image: 31 31 32 * Step 1: Login to the console 32 * Step 1: Login to the console. 33 33 {{{ 34 34 ssh username@ console.sb5.orbit-lab.org 35 35 }}} 36 * Step 2: image the nodes36 * Step 2: Image the nodes. 37 37 {{{ 38 38 imageNodes [1,1],[1,2] gnuradio.ndz … … 41 41 gnuradio_visual.ndz (for visual outputs, unsupported) 42 42 }}} 43 * Step 3: Power up node1-1 and node1-2 43 * Step 3: Power up node1-1 and node1-2. 44 44 {{{ 45 45 wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=1' 46 46 wget -O - -q 'http://cmc:5012/cmc/on?x=1&y=2' 47 47 }}} 48 * Step 4: Log onto the node 48 49 * Step 4: Log into the node. 49 50 {{{ 50 51 ssh root@node1-1 … … 52 53 }}} 53 54 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). 55 56 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). 57 58 58 59 * Step 7: Give your scripts permission to run.