Changes between Version 8 and Version 9 of Tutorials/Wireless/mmwave80211adORCA
- Timestamp:
- Mar 16, 2020, 9:44:13 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave80211adORCA
v8 v9 89 89 * Check which RFNoC blocks the are loaded on the X310s, by running uhd_usrp_probe 90 90 {{{ 91 root@srv1-lg1:~# uhd_usrp_probe --args="addr=10.115.2.2" 91 92 }}} 92 * If the required RFNoC blocks are not found, load93 * Following is the list of RFNoC blocks required for the experiment 93 94 {{{ 95 | | | RFNoC blocks on this device: 96 | | | 97 | | | * DmaFIFO_0 98 | | | * Radio_0 99 | | | * Radio_1 100 | | | * PacketDetector_0 101 | | | * CFOC_0 102 | | | * DDC_0 103 | | | * DUC_0 104 | | | * FIR_0 105 | | | * SymbolTiming_0 106 | | | * BoundaryDetector_0 107 | | | * CIR_0 108 | | | * FIFO_0 109 | | | * FIFO_1 110 94 111 }}} 95 * Power cycle the X310 to use the new image.112 * If the required RFNoC blocks are not found, load X310 with MISO_IMAGE_x300.bit 96 113 {{{ 114 root@srv1-lg1:~# uhd_image_loader --args="addr=10.115.2.2,type=x300" --fpga-path="ORCA_MISO_PROJECT/FPGA_IMAGES/MISO_IMAGE_x300.bit" 115 }}} 116 * Power cycle X310 to use the new image, and run uhd_usrp_probe to check RFNoC blocks. 117 {{{ 118 root@console:~# omf tell -a offh -t rfdev3-1 119 }}} 120 {{{ 121 root@console:~# omf tell -a on -t rfdev3-1 97 122 }}} 98 123