Changes between Version 32 and Version 33 of Tutorials/Wireless/mmwaveSB1


Ignore:
Timestamp:
May 14, 2020, 5:43:32 PM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveSB1

    v32 v33  
    2222
    2323=== Setup ===
    24 === Execution ===
    2524
    2625==== Prepare the host nodes ====
    27 
    2826 
    2927 The image sivers_sb1_cosmos.ndz, has UHD and Sivers control software installed.
     
    3230  omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
    3331  }}}
    34 * If using an example application from UHD, sivers_sb1_cosmos.ndz can be used on srv1 and srv2 as well. If using a custom UHD application or Gnuradio application, please load baseline_sdr_1804.ndz.
    35   {{{#!shell-session
    36   prasanthi@console:~$ omf load -i sivers_sb1_cosmos.ndz -t srv1-lg1,srv2-lg1
    37   }}}
    38   {{{#!shell-session
    39   prasanthi@console:~$ omf load -i baseline_sdr_1804.ndz -t srv1-lg1,srv2-lg1
    40   }}}
    4132* Turn the servers on
    42   {{{#!shell-session
    43   prasanthi@console:~$ omf tell -a on -t srv1-lg1,srv2-lg1,srv3-lg1,srv4-lg1
     33  {{{#!shell
     34  omf tell -a on -t srv3-lg1,srv4-lg1
    4435  }}}
    4536
    4637* Turn the X310s and Sivers 60GHz frontends on
    47   {{{#!shell-session
    48   prasanthi@console:~$ omf tell -a on -t rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6
     38  {{{#!shell
     39  omf tell -a on -t rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6
    4940  }}}
    50 
    5141
    5242* Check the status
    5343  {{{#!shell
    5444  omf stat -t system:topo:allres
     45  }}}
    5546
    56 <...snipped...>
    5747
     48 {{{#!shell-session
    5849 -----------------------------------------------
    5950 Node: rfdev1-1.sb1.cosmos-lab.org       State: POWERON
     
    7869  }}}
    7970
    80 * ssh to the nodes, use option -Y if using GUI.
     71* ssh to the nodes in 2 terminal sessions, use option -Y if using GUI.
     72 {{{#!shell
     73  ssh root@srv3-lg1 -Y
     74 }}}
    8175
    82 * The IP addresses for Ethernet Port 1(10G) on the X310s sdr2-md2 and sdr2-md3 were hard-coded to 10.115.2.2 and 10.115.2.3 respectively. To access them from srv1-lg1 or srv2-lg2, configure the network interface eno2 as follows
     76* The IP addresses for Ethernet Port 1(10G) on the X310s sdr2-md2 and sdr2-md3 were hard-coded to 10.115.2.2 and 10.115.2.3 respectively. To access them from srv3-lg1 or srv4-lg1, configure the network interface as follows
    8377{{{#!shell-session
    8478root@srv2-lg1:~# ifconfig eno2 10.115.1.1 netmask 255.255.0.0 mtu 9000 up
     
    153147  || [[Image(Sivers_RX_GUI.jpg, 500px)]] ||
    154148
     149=== Execution ===
    155150==== Run the experiment ====
    156151* Start transmit application on the TX node(srv1-lg1). Run UHD application tx_waveforms to transmit a sine wave.