Changes between Version 48 and Version 49 of Tutorials/Wireless/Fosphor


Ignore:
Timestamp:
Jun 8, 2025, 9:55:36 PM (2 weeks ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/Fosphor

    v48 v49  
    1919 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account]
    2020 1. [wiki:/GettingStarted#MakeaReservation Create a resource reservation] on sandbox 1
    21  1. [wiki:/GettingStarted#LogintoyourReservation Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with an SSH session. SSH session for COSMOS SB1 with MobaXterm can be setup as shown, with remote host = console.sb1.cosmos-lab.org, and username = your COSMOS username. X11 forwarding is enabled to access GUI.
    22 [[Image(mobaxterm_sb1_session.JPG, width=600px)]]
     21 1. [wiki:/GettingStarted#LogintoyourReservation Login] into sandbox 1 console (console.sb1.cosmos-lab.org) with an SSH session. SSH session for COSMOS SB1 with MobaXterm can be setup as shown, with remote host = console.sb1.cosmos-lab.org, and username = your COSMOS username.
    2322 1. Make sure all the nodes and devices used in the experiment are turned off:
    2423{{{#!shell
     
    3635omf stat -t sdr2-s1-lg1
    3736}}}
    38  1. Log into the SDR with -Y for X11 forwarding
    39 {{{#!shell
    40 ssh root@sdr2-s1-lg1 -Y
    41 }}}
    4237
    43 
     38This tutorial requires use of one of the two graphical windowing environments:
     39[[CollapsibleStart(Chrome Remote Desktop Setup)]]
     40Setup chrome remote desktop access to the SDR as shown [wiki:UserGuide/RemoteAccess/ChromeRemoteDesktop#ChromeRemoteDesktopSetupPage here].
     41The following steps can be run in the remote desktop session.
     42[[CollapsibleEnd]]
    4443
    4544[[CollapsibleStart(Configure MobaXterm for node access)]]
     
    7372=== Experiment Execution ===
    7473
    75 ==== Chrome Remote Desktop Setup ====
    76 Setup chrome remote desktop access to the SDR as shown [wiki:UserGuide/RemoteAccess/ChromeRemoteDesktop#ChromeRemoteDesktopSetupPage here].
    77 The following steps can be run in the remote desktop session.
     74 1. Log into the SDR with -Y for X11 forwarding or start a terminal in the remote desktop
     75{{{#!shell
     76ssh native@sdr2-s1-lg1 -Y
     77}}}
    7878
    7979==== RFNoC Fosphor FPGA image ====
    80 Custom USRP-2974 FPGA image /usr/local/share/fosphor_bit/usrp_x310_fpga_XG.lvbitx will be used for this tutorial. This can be verified by looking at the RFNoC blocks as follows.
     80Custom USRP-2974 FPGA image /usr/local/share/fosphor_bit/usrp_x310_fpga_XG.lvbitx will be used for this tutorial. This should be verified by looking at the RFNoC blocks as follows.
    8181
    8282{{{#!shell