Changes between Version 18 and Version 19 of Tutorials/k0SDR/Tutorial04a
- Timestamp:
- Feb 17, 2013, 1:26:35 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial04a
v18 v19 6 6 == Hardware / Software Resources utilized == 7 7 1. Grid nodes with a USRP2 connect via Ethernet. 8 2. ''ubuntu-12-04- 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.8 2. ''ubuntu-12-04-uhd.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 9 3. spectrum: application on node to set up & collect data from USRP2 and send to OML server / local file for recording in database file. 10 10 4. spectrum_console: application on console to configure & initiate spectrum sense application on node. … … 16 16 * After logging into grid console, make sure all nodes are turned off 17 17 {{{ 18 nilanjan@console.grid:~$ omf -5.4tell -a offh -t system:topo:n21018 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:n210 19 19 }}} 20 20 21 21 * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state. 22 22 {{{ 23 nilanjan@console.grid:~$ omf -5.4stat23 nilanjan@console.grid:~$ omf stat 24 24 }}} 25 25 26 26 * Image nodes 27 27 {{{ 28 nilanjan@console.grid:~$ omf -5.4 load -i ubuntu-12-04-gnuradio.ndz -t system:topo:n210 -r 2028 nilanjan@console.grid:~$ omf load -i ubuntu-12-04-uhd.ndz -t system:topo:n210 -r 20 29 29 }}} 30 30 31 31 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot 32 32 {{{ 33 nilanjan@console.grid:~$ omf -5.4tell -a offh -t system:topo:n21033 nilanjan@console.grid:~$ omf tell -a offh -t system:topo:n210 34 34 }}} 35 35 36 36 * Turn nodes back on and verify they are in POWERON state 37 37 {{{ 38 nilanjan@console.grid:~$ omf -5.4tell -a on -t system:topo:n21038 nilanjan@console.grid:~$ omf tell -a on -t system:topo:n210 39 39 }}} 40 40