Changes between Version 6 and Version 7 of Tutorials/k0SDR/Tutorial21


Ignore:
Timestamp:
Mar 30, 2017, 12:56:37 AM (7 years ago)
Author:
stojadin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial21

    v6 v7  
    2121After the node is imaged, make sure the USRP device connected at 10.10.23.1 is imaged with the required RFNoC FPGA image. The implemented RFNoC blocks on the currently loaded image can be checked by running
    2222
    23 {{{uhd_usrp_probe --args "type=x300,addr=10.10.23.1"}}}
     23{{{uhd_usrp_probe --args "addr=10.10.23.1"}}}
    2424
    25 The RFNoC blocks will be shown at the very end of the listing that appears. If the required blocks are not listed, the image that contains several useful blocks can be loaded by running
     25The RFNoC blocks will be shown at the very end of the listing that appears:
     26
     27{{{
     28  _____________________________________________________
     29 /
     30|       RFNoC blocks on this device:
     31|   
     32|   |   * DmaFIFO_0
     33|   |   * Radio_0
     34|   |   * Radio_1
     35|   |   * DDC_0
     36|   |   * DUC_0
     37|   |   * FFT_0
     38|   |   * Window_0
     39|   |   * FIR_0
     40|   |   * SigGen_0
     41|   |   * KeepOneInN_0
     42|   |   * fosphor_0
     43|   |   * FIFO_0
     44|   |   * FIFO_1
     45}}}
     46
     47The blocks listed above are present in the ''usrp_x310_fpga_RFNOC_HG.bit'' image.
     48
     49If the required blocks are not listed, desired image can be loaded by running
    2650
    2751{{{uhd_image_loader --fpga-path /usr/local/share/uhd/images/usrp_x310_fpga_RFNOC_HG.bit --args "type=x300,addr=10.10.23.1"}}}