Changes between Version 9 and Version 10 of Tutorials/Wireless/mmwave Paam Agora


Ignore:
Timestamp:
Jul 5, 2023, 6:09:35 AM (21 months ago)
Author:
zhenzhou77
Comment:

Legend:

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

    v9 v10  
    3939 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account]
    4040 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on COSMOS SB2
    41  1. [Documentation/Short/Login Login] into sandbox console {{{console.sb2.cosmos-lab.org}}}) with four SSH sessions.
     41 1. [Documentation/Short/Login Login] into sandbox console {{{console.sb2.cosmos-lab.org}}}) with one SSH sessions.
    4242 1. Make sure all the nodes and devices used in the experiment are turned off. Use the following command for SB2
    4343    {{{#!shell
    4444    omf tell -a offh -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1
    4545    }}}
    46  1. Use the {{{IBMPAAM-USRP-RT-Baseband.ndz}}} node image with Ubuntu 20.04, UHD 4.15, . Load {{{paam28GHz-tutorial-cosmos.ndz}}} on the server. 
     46 1. Use the {{{IBMPAAM-USRP-RT-Baseband.ndz}}} node image with Ubuntu 20.04, UHD 4.1.0. Load {{{IBMPAAM-USRP-RT-Baseband.ndz}}} on the server. 
    4747    {{{#!shell
    48     omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg1
     48    omf load -i IBMPAAM-USRP-RT-Baseband.ndz -t srv1-lg1
    4949    }}}
    50  1. Turn all the required resources on and check the status of all the resources. Use the following commands for SB1 and SB2.
    51     {{{#!shell
    52     omf tell -a on -t sdr1-in1,sdr1-in2,rfdev4-in1,rfdev4-in2,srv1-lg1
    53     }}}   
     50 1. Turn all the required resources on and check the status of all the resources. Use the following commands for SB2.
    5451    {{{#!shell
    5552    omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1
     
    5855    omf stat -t all
    5956    }}}
    60  1. {{{ssh}}} to the server with option -Y for using GUI with gnuradio.
     57 1. {{{ssh}}} to the server with option -Y for using GUI for our live demo.
    6158    {{{#!shell
    6259    ssh -Y root@srv1-lg1