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


Ignore:
Timestamp:
Jul 20, 2022, 7:31:56 PM (2 years ago)
Author:
jennyshane
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/intro Tutorial

    v6 v7  
    2323 3. Use OMF commands to load the baseline-uhd.sdr image on your resources.
    2424
    25  OMF is a command line utility 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.
     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.
    2626
    27  In this case, we're loading the "baseline-uhd.ndz" image, which is a pre-built image provided for researchers to use as a starting point. The image contains UHD 3.15 and Gnuradio 3.8 and uses Ubuntu 18.04.
     27 In this case, we're loading the "baseline-sdr.ndz" image, which is a pre-built image provided for researchers to use as a starting point. The image contains UHD 3.15 and Gnuradio 3.8 and uses Ubuntu 18.04.
    2828 {{{#!shell
    2929 omf load -i baseline-sdr.ndz -t sdr2-s1-lg1,sdr2-md1
     
    3939 Always check the output to make sure that your nodes were successfully imaged.
    4040
    41  1. Once the nodes are successfully imaged, turn them on and check the status
     41 4. Once the nodes are successfully imaged, turn them on and check the status
    4242 {{{#!shell
    4343 omf tell -a on -t sdr2-s1-lg1,sdr2-md1
     
    4646 omf stat -t sdr2-s1-lg1,sdr2-md1
    4747 }}}
    48  1. 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  1. 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)]]