Changes between Version 19 and Version 20 of Tutorials/k0SDR/Tutorial00
- Timestamp:
- Nov 5, 2012, 3:33:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00
v19 v20 7 7 1. Sandbox 3 - consists of two nodes (node1-1 & node1-2). Each node has a USRP2 connect via Ethernet. 8 8 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 nodes9 3. omf-5.3: used to image to nodes 10 10 4. octave: GNU version of MATLAB 11 11 … … 15 15 * After logging into sandbox 3 console, make sure both nodes are turned off 16 16 {{{ 17 nilanjan@console.sb3:~$ omf-5. 2 tell offhall17 nilanjan@console.sb3:~$ omf-5.3 tell -a offh -t system:topo:all 18 18 }}} 19 19 20 20 * Verify state of node before continuing. Make sure all nodes are in the POWEROFF state. 21 21 {{{ 22 nilanjan@console.sb3:~$ omf-5. 2stat22 nilanjan@console.sb3:~$ omf-5.3 stat 23 23 }}} 24 24 … … 30 30 * After nodes are imaged, verify that nodes are in POWEROFF state. Otherwise issue the following to turn them off for a reboot 31 31 {{{ 32 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5. 2 tell offhall32 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.3 tell -a offh -t system:topo:all 33 33 }}} 34 34 35 35 * Turn nodes back on and verify they are in POWERON state before proceeding 36 36 {{{ 37 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5. 2 tell onall37 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.3 tell -a on -t system:topo:all 38 38 }}} 39 39