Changes between Version 2 and Version 3 of Tutorials/Wireless/mmwave Paam Basics


Ignore:
Timestamp:
Apr 11, 2021, 8:30:52 PM (3 years ago)
Author:
tingjunchen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave Paam Basics

    v2 v3  
    1818* 2 IBM 28GHz PAAMs ({{{rfdev2-1}}} and {{{rfdev2-2}}})
    1919* 1 Server ({{{srv1-lg1}}})
     20
     21=== Tutorial Setup ===
     22
     23Follow the steps below to gain access to the sb2 console and set up nodes with appropriate images.
     24 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account]
     25 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on COSMOS sb2
     26 1. [Documentation/Short/Login Login] into sb2 console ({{{console.sb2.cosmos-lab.org}}}) with two SSH sessions.
     27 1. Make sure all the nodes and devices used in the experiment are turned off:
     28{{{#!shell
     29omf tell -a offh -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1
     30}}}
     31 1. Use the {{{baseline-28ghz-paam.ndz}}} node image with Ubuntu 18.04, UHD 3.15, gnuradio 3.8, and the IBM 28GHz PAAM API. Load {{{baseline-28ghz-paam.ndz}}} on the server. 
     32{{{#!shell
     33omf load -i baseline-28ghz-paam.ndz -t srv1-lg1
     34}}}
     35 1. Turn all the required resources on and check the status of all resources
     36{{{#!shell
     37omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1
     38}}}
     39{{{#!shell
     40omf stat -t system:topo:allres
     41}}}
     42 1. {{{ssh}}} to the the same server from two terminals, use option -Y for using GUI.
     43{{{#!shell
     44[Terminal 1] ssh -Y root@srv1-lg1
     45}}}