Changes between Version 11 and Version 12 of Tutorials/k0SDR/Tutorial19


Ignore:
Timestamp:
Feb 24, 2017, 3:47:46 PM (7 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial19

    v11 v12  
    1414
    1515
    16 
    17 
    18 
    1916=== Set up ===
    2017* Make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using the grid.
    21 * Load baseline-rfnoc-labtools.ndz on an ORBIT node with USRP X310.
     18* Load baseline-rfnoc-labtools.ndz on an ORBIT node.
    2219{{{
    23 omf load -i baseline-rfnoc-labtools.ndz -t node18-20
     20omf load -i baseline-rfnoc-labtools.ndz -t node18-1
    2421}}}
    2522* Once imaging is done, turn the node on
    2623{{{
    27 omf tell -a on -t node18-20
     24omf tell -a on -t node18-1
    2825}}}
    2926* Wait for the node to turn on and log in
    3027{{{
    31 ssh root@node18-20
     28ssh root@node18-1
    3229}}}
    3330 
    3431=== Testing the installation ===
    3532The image that was loaded, contains UHD rfnoc-devel branch installation as mentioned in the RFNoC getting started guide.
    36 * Run uhd_find_devices - you can see that the UHD version is shown as UHD_003.010.rfnoc-285-gb9765c42
     33* Run uhd_find_devices - you can see that the UHD version is shown as
    3734{{{
    38 root@node18-20:~# uhd_find_devices --args="addr=192.168.10.2"
    39 linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.010.rfnoc-285-gb9765c42
     35root@node18-1:~# uhd_find_devices --args="addr=192.168.10.2"
     36linux; GNU C++ version 4.8.4; Boost_105400; UHD_4.0.0.rfnoc-devel-211-g2cf80a69
    4037
    4138--------------------------------------------------
     
    4340--------------------------------------------------
    4441Device Address:
     42    serial: F4E34F
     43    addr: 192.168.10.2
     44    fpga: HG
     45    name:
     46    product: X310
    4547    type: x300
    46     addr: 192.168.10.2
    47     fpga: HGS
    48     name: hakuna matata
    49     serial: F4FD2A
    50     product: X310
    5148}}}
    5249* Run uhd_usrp_probe. This might throw an error as shown below, as the X310 might contain a firmware build that is not compatible with the RFNoC UHD installation.