Changes between Version 1 and Version 2 of Tutorials/k0SDR/Tutorial01b


Ignore:
Timestamp:
Jul 17, 2014, 6:00:37 PM (10 years ago)
Author:
nilanjan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial01b

    v1 v2  
    2727}}}
    2828
    29  * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot
    30 {{{
    31 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:n210
    32 }}}
    33 
    3429 * Turn nodes back on and verify they are in POWERON state
    3530{{{
    36 nilanjan@console.grid:~$ omf tell -a on -t system:topo:n210
    37 }}}
    38 
    39   * Before proceeding, download the [http://www.orbit-lab.org/raw-attachment/wiki/Tutorials/GNURadio/FFTSpectrum/spectrum_console.cpp spectrum console application code] to your local directory. This is the application that will invoke the application to configure the USRP on the nodes.
    40 
    41  * Compile the application code.
    42 {{{
    43 nilanjan@console.grid:~/UHD/SPECTRUM/w$ g++ spectrum_console.cpp -lboost_program_options-mt -loml2 -o spectrum_console
     31nilanjan@console.grid:~$ omf tell -a on -t system:topo:imaged
    4432}}}
    4533