Changes between Version 19 and Version 20 of Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Nov 5, 2012, 3:33:05 PM (11 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial00

    v19 v20  
    77 1. Sandbox 3 - consists of two nodes (node1-1 & node1-2). Each node has a USRP2 connect via Ethernet.
    88 2. ''ubuntu-11-10-gnuradio.ndz'': disk image loaded onto nodes. This image has all the precompiled - software required to configure the USRPs and analyze recorded data. The USRP2's interface with the node is already configured.
    9  3. omf-5.2 / omf-5.3: used to image to nodes
     9 3. omf-5.3: used to image to nodes
    1010 4. octave: GNU version of MATLAB
    1111
     
    1515 * After logging into sandbox 3 console, make sure both nodes are turned off
    1616{{{
    17 nilanjan@console.sb3:~$ omf-5.2 tell offh all
     17nilanjan@console.sb3:~$ omf-5.3 tell -a offh -t system:topo:all
    1818}}}
    1919
    2020 * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state.
    2121{{{
    22 nilanjan@console.sb3:~$ omf-5.2 stat
     22nilanjan@console.sb3:~$ omf-5.3 stat
    2323}}}
    2424
     
    3030 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot
    3131{{{
    32 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.2 tell offh all
     32nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.3 tell -a offh -t system:topo:all
    3333}}}
    3434
    3535 * Turn nodes back on and verify they are in POWERON state before proceeding
    3636{{{
    37 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.2 tell on all
     37nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.3 tell -a on -t system:topo:all
    3838}}}
    3939