Changes between Version 6 and Version 7 of Tutorials/Wireless/Basic Usage


Ignore:
Timestamp:
Aug 22, 2019, 9:30:31 PM (5 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Basic Usage

    v6 v7  
    99 2. [Documentation/Short/CreateRes Create a resource reservation on sandbox 1]
    1010 3. [Documentation/Short/Login Login into your reserved domain.]
    11  4. Load baseline-uhd1.ndz on your resource. [Documentation/Short/LoadImage  - this is done via OMF commands.]
     11 4. Load baseline_uhd1.ndz on your resource. [Documentation/Short/LoadImage  - this is done via OMF commands.]
    1212
    1313When opening a terminal into console.sb1.cosmos-lab.org set up a tunnel from localhost:5002 to sdr2-lg1.sb1.cosmos-lab.org:9002. This will be used by the web app to connect to a server running on the Krypton's host.
     
    1919}}}
    2020
    21 * Configure and load the appropriate PCIe driver to access the Krypton's radio. Detailed steps for driver install and radio detection are on the [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage Krypton usage page]. If the drivers are already pre-install on the image, just start the modules using ''niusrprio_pcie''.
    22 {{{
    23 root@sdr2-lg1:~# /usr/local/bin/niusrprio_pcie start
    24 }}}
    25 
    26 
    27  Run ''uhd_find_devices' and check if the N310 is detected
    28 {{{
    29 root@sdr2-lg1:~# uhd_find_devices --args="type=x300"
    30 
     21* The USRP 2974 requires a PCIe driver to control the FPGA with the embedded PC. In the provided images, this will load automatically on boot. If it has issues, you can run it manually via {{{ systemctl restart niusrprio.service}}}  Detailed steps for driver installation and radio detection are on the [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage Krypton usage page].
     22
     23 Run ''uhd_find_devices' and check if the X310 is detected
     24
     25{{{uhd_find_devices --args="type=x300"}}}
     26
     27{{{
    3128[INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.0.HEAD-0-g6875d061
    3229--------------------------------------------------
     
    4542 The above output enumerates all the SDRs that were detected. Krypton has only one PCIe radio device of type=x300.
    4643
    47  Use the ''uhd_usrp_probe'' command to get more details on the x300.
    48 {{{
    49 root@sdr2-lg1:~# uhd_usrp_probe --args="type=x300"
    50 
     44 Use the ''uhd_usrp_probe'' command to get more details on the x300. Specifying ''resource=rio0'' ensures only the directly connected radio is probed, instead of one on the network.
     45
     46{{{ uhd_usrp_probe --args="resource=rio0,type=x300" }}}
     47{{{
    5148[INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.0.HEAD-0-g6875d061
    5249[INFO] [X300] X300 initialization sequence...