Changes between Version 7 and Version 8 of Tutorials/Wireless/intro Tutorial


Ignore:
Timestamp:
Jul 20, 2022, 9:28:32 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/intro Tutorial

    v7 v8  
    1717 Follow the steps below to gain access to this console and set up your node with an appropriate image.
    1818 1. [GettingStarted#MakeaReservation Create a resource reservation] for sandbox 1.
    19  2. Once reservation is approved, [wiki:GettingStarted#LogintoyourReservation login into the console] using ssh. Since you are using sandbox 1, you will ssh to
     19 2. Once your reservation is approved, [wiki:GettingStarted#LogintoyourReservation login into the console] using ssh. Since you are using sandbox 1, you will ssh to
    2020 {{{#!shell
    2121 YOUR_USERNAME@console.sb1.cosmos-lab.org
    2222 }}}
    23  3. Use OMF commands to load the baseline-uhd.sdr image on your resources. 
     23 3. Use OMF commands to load the baseline-uhd.sdr image on your resources.
    2424
    2525 OMF is a command line utility that is run from the console in order to manage nodes: turn them on and off, save the contents of the hard disk as an "image", and load saved images back onto them.
     
    4646 omf stat -t sdr2-s1-lg1,sdr2-md1
    4747 }}}
    48  5. After waiting for the nodes to power up and boot, you will be able to ssh to them from the console: 
     48 5. After waiting for the nodes to power up and boot, you will be able to ssh to them from the console:
    4949 {{{#!shell
    5050 ssh root@sdr2-s1-lg1
    5151 }}}
    5252 NOTE: for some nodes, such as the server machines, it can take several minutes for a node to finish the booting process. This is normal, and you'll have to wait until the nodes is fully booted before you can ssh to it.
    53  6. Once you have an ssh session on either machine, you can verify that it is the proper type of node by looking at the output of lshw:
     53 6. Once you have an ssh session on either machine, you can verify that it is the proper type of node by looking at the output of {{{lshw}}}:
    5454
    5555 [[Image(lshw.png)]]
    5656 
     57=== Experiment Execution ===
     58
     59==== Configure and detect the radio ====
     60NOTE: 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}}}.
     61
     62Detailed steps for driver installation and radio detection are on the [Resources/Notes/KryptonUsage Krypton usage page]. There is also a trouble shooting section at the bottom on that page to update the Krypton's internal firmware if necessary.
     63
     64 1. Use {{{uhd_find_devices}}} to make sure that the onboard x310 SDR is detected: