Changes between Version 9 and Version 10 of Tutorials/Wireless/Fosphor
- Timestamp:
- Dec 11, 2020, 7:05:10 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Fosphor
v9 v10 13 13 14 14 === Resources required === 15 2 servers srv3-lg1, srv4-lg1, 2 USRP X310s rfdev3-1, rfdev3-2 and both the Sivers platforms rfdev3-5, rfdev3-6on COSMOS SB1.15 1 USRP-2974 (sdr2-md1 or sdr2-s1-lg1) on COSMOS SB1. 16 16 === Tutorial Setup === 17 17 … … 22 22 1. Make sure all the nodes and devices used in the experiment are turned off: 23 23 {{{#!shell 24 omf tell -a offh -t s rv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-624 omf tell -a offh -t sdr2-s1-lg1 25 25 }}} 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. 28 27 {{{#!shell 29 omf load -i sivers_sb1_cosmos.ndz -t srv3-lg1,srv4-lg128 omf load -i rfnoc_fosphor_3_15.ndz -t sdr2-s1-lg1 30 29 }}} 31 1. Turn all the required resourceson and check the status30 1. Turn the SDR on and check the status 32 31 {{{#!shell 33 omf tell -a on -t s rv3-lg1,srv4-lg1,rfdev3-1,rfdev3-2,rfdev3-5,rfdev3-632 omf tell -a on -t sdr2-s1-lg1 34 33 }}} 35 34 {{{#!shell 36 omf stat -t s ystem:topo:allres35 omf stat -t sdr2-s1-lg1 37 36 }}} 38 1. ssh to the nodes, use option -Y for using GUI. 37 39 38 40 39 === Experiment Execution ===