Changes between Version 7 and Version 8 of Tutorials/Wireless/intro Tutorial
- Timestamp:
- Jul 20, 2022, 9:28:32 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/intro Tutorial
v7 v8 17 17 Follow the steps below to gain access to this console and set up your node with an appropriate image. 18 18 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 to19 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 20 20 {{{#!shell 21 21 YOUR_USERNAME@console.sb1.cosmos-lab.org 22 22 }}} 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. 24 24 25 25 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. … … 46 46 omf stat -t sdr2-s1-lg1,sdr2-md1 47 47 }}} 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: 49 49 {{{#!shell 50 50 ssh root@sdr2-s1-lg1 51 51 }}} 52 52 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}}}: 54 54 55 55 [[Image(lshw.png)]] 56 56 57 === Experiment Execution === 58 59 ==== Configure and detect the radio ==== 60 NOTE: 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 62 Detailed 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: