Changes between Version 8 and Version 9 of Tutorials/Wireless/mmwave80211adORCA


Ignore:
Timestamp:
Mar 16, 2020, 9:44:13 AM (4 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v8 v9  
    8989* Check which RFNoC blocks the are loaded on the X310s, by running uhd_usrp_probe
    9090{{{
     91root@srv1-lg1:~# uhd_usrp_probe --args="addr=10.115.2.2"
    9192}}}
    92 * If the required RFNoC blocks are not found, load
     93* Following is the list of RFNoC blocks required for the experiment
    9394{{{
     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
    94111}}}
    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
    96113{{{
     114root@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{{{
     118root@console:~# omf tell -a offh -t rfdev3-1
     119}}}
     120{{{
     121root@console:~# omf tell -a on -t rfdev3-1
    97122}}}
    98123