Changes between Version 9 and Version 10 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 6:09:35 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v9 v10 39 39 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account] 40 40 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 fourSSH sessions.41 1. [Documentation/Short/Login Login] into sandbox console {{{console.sb2.cosmos-lab.org}}}) with one SSH sessions. 42 42 1. Make sure all the nodes and devices used in the experiment are turned off. Use the following command for SB2 43 43 {{{#!shell 44 44 omf tell -a offh -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 45 45 }}} 46 1. Use the {{{IBMPAAM-USRP-RT-Baseband.ndz}}} node image with Ubuntu 20.04, UHD 4.1 5, . 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. 47 47 {{{#!shell 48 omf load -i paam28GHz-tutorial-cosmos.ndz -t srv1-lg148 omf load -i IBMPAAM-USRP-RT-Baseband.ndz -t srv1-lg1 49 49 }}} 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. 54 51 {{{#!shell 55 52 omf tell -a on -t sdr1-s1-lg1,sdr1-md1,rfdev2-1,rfdev2-2,srv1-lg1 … … 58 55 omf stat -t all 59 56 }}} 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. 61 58 {{{#!shell 62 59 ssh -Y root@srv1-lg1