Changes between Version 20 and Version 21 of Tutorials/k0SDR/Tutorial00
- Timestamp:
- Jan 17, 2013, 2:00:04 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial00
v20 v21 6 6 == Hardware / Software Resources utilized == 7 7 1. Sandbox 3 - consists of two nodes (node1-1 & node1-2). Each node has a USRP2 connect via Ethernet. 8 2. ''ubuntu-1 1-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. 3: used to image to nodes8 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. 9 3. omf-5.4: 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. 3tell -a offh -t system:topo:all17 nilanjan@console.sb3:~$ omf-5.4 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. 3stat22 nilanjan@console.sb3:~$ omf-5.4 stat 23 23 }}} 24 24 25 25 * Image both nodes 26 26 {{{ 27 nilanjan@console.sb3:~$ omf-5. 3 load -i ubuntu-11-10-gnuradio.ndz -t node1-1.sb3.orbit-lab.org,node1-2.sb3.orbit-lab.org27 nilanjan@console.sb3:~$ omf-5.4 load -i ubuntu-12-04-gnuradio.ndz -t node1-1.sb3.orbit-lab.org,node1-2.sb3.orbit-lab.org -r 20 28 28 }}} 29 29 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. 3tell -a offh -t system:topo:all32 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.4 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. 3tell -a on -t system:topo:all37 nilanjan@console.sb3:~$ nilanjan@console.sb3:~$ omf-5.4 tell -a on -t system:topo:all 38 38 }}} 39 39