Changes between Version 48 and Version 49 of Tutorials/Wireless/mmwave Paam Basics
- Timestamp:
- May 27, 2022, 3:46:08 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Basics
v48 v49 63 63 }}} 64 64 1. Turn all the required resources on and check the status of all resources 65 For SB165 For SB1 66 66 {{{#!shell 67 67 omf tell -a on -t sdr1-in1,sdr1-in2,rfdev4-in1,rfdev4-in2,srv1-lg1 68 68 }}} 69 69 70 For SB270 For SB2 71 71 {{{#!shell 72 72 omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 … … 131 131 }}} 132 132 }}} 133 {{{#!td 134 SB2 135 {{{#!shell 136 root@srv1-lg1:~# uhd_find_devices 137 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-gaea0e2de 138 -------------------------------------------------- 139 -- UHD Device 0 140 -------------------------------------------------- 141 Device Address: 142 serial: 315A35A 143 addr: 10.117.2.1 144 claimed: False 145 mgmt_addr: 10.116.2.1 146 mgmt_addr: 10.117.2.1 147 mgmt_addr: 10.118.2.1 148 product: n310 149 type: n3xx 150 151 -------------------------------------------------- 152 -- UHD Device 1 153 -------------------------------------------------- 154 Device Address: 155 serial: 3176DF7 156 addr: 10.117.3.1 157 claimed: False 158 mgmt_addr: 10.116.3.1 159 mgmt_addr: 10.117.3.1 160 mgmt_addr: 10.118.3.1 161 product: n310 162 type: n3xx 163 164 }}} 165 }}} 133 166 134 167 135 * Run {{{und_find_devices}}} to make sure that both USRP N310s can be reached: … … 197 165 }}} 198 166 }}} 167 {{{#!td 168 SB2 169 {{{#!shell 170 root@srv1-lg1:~# uhd_find_devices 171 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-gaea0e2de 172 -------------------------------------------------- 173 -- UHD Device 0 174 -------------------------------------------------- 175 Device Address: 176 serial: 315A35A 177 addr: 10.117.2.1 178 claimed: False 179 mgmt_addr: 10.116.2.1 180 mgmt_addr: 10.117.2.1 181 mgmt_addr: 10.118.2.1 182 product: n310 183 type: n3xx 184 -------------------------------------------------- 185 -- UHD Device 1 186 -------------------------------------------------- 187 Device Address: 188 serial: 3176DF7 189 addr: 10.117.3.1 190 claimed: False 191 mgmt_addr: 10.116.3.1 192 mgmt_addr: 10.117.3.1 193 mgmt_addr: 10.118.3.1 194 product: n310 195 type: n3xx 196 }}} 197 }}} 199 198 200 199