Changes between Version 9 and Version 10 of Tutorials/Wireless/Fosphor


Ignore:
Timestamp:
Dec 11, 2020, 7:05:10 PM (3 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Fosphor

    v9 v10  
    1313
    1414=== Resources required ===
    15 2 servers srv3-lg1, srv4-lg1, 2 USRP X310s rfdev3-1, rfdev3-2 and both the Sivers platforms rfdev3-5, rfdev3-6 on COSMOS SB1.
     151 USRP-2974 (sdr2-md1 or sdr2-s1-lg1) on COSMOS SB1.
    1616=== Tutorial Setup ===
    1717
     
    2222 1. Make sure all the nodes and devices used in the experiment are turned off:
    2323{{{#!shell
    24 omf tell -a offh -t srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6 
     24omf tell -a offh -t sdr2-s1-lg1 
    2525}}}
    26  1. The image sivers_sb1_cosmos.ndz is [baseline_uhd.ndz] with Sivers control software installed.   
    27   Load sivers_sb1_cosmos.ndz on srv3,srv4. 
     26 1. Load rfnoc_fosphor_3_15.ndz on sdr2-s1-lg1. 
    2827{{{#!shell
    29 omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg1
     28omf load -i rfnoc_fosphor_3_15.ndz -t sdr2-s1-lg1
    3029}}}
    31  1. Turn all the required resources on and check the status
     30 1. Turn the SDR on and check the status
    3231{{{#!shell
    33 omf tell -a on -t srv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-6
     32omf tell -a on -t sdr2-s1-lg1
    3433}}}
    3534{{{#!shell
    36 omf stat -t system:topo:allres
     35omf stat -t sdr2-s1-lg1
    3736}}}
    38  1. ssh to the nodes, use option -Y for using GUI.
     37
    3938
    4039=== Experiment Execution ===