Changes between Version 48 and Version 49 of Tutorials/Wireless/Fosphor
- Timestamp:
- Jun 8, 2025, 9:55:36 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Fosphor
v48 v49 19 19 1. If you don't have one already, sign up for a [https://www.cosmos-lab.org/portal-2/ COSMOS account] 20 20 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. 23 22 1. Make sure all the nodes and devices used in the experiment are turned off: 24 23 {{{#!shell … … 36 35 omf stat -t sdr2-s1-lg1 37 36 }}} 38 1. Log into the SDR with -Y for X11 forwarding39 {{{#!shell40 ssh root@sdr2-s1-lg1 -Y41 }}}42 37 43 38 This tutorial requires use of one of the two graphical windowing environments: 39 [[CollapsibleStart(Chrome Remote Desktop Setup)]] 40 Setup chrome remote desktop access to the SDR as shown [wiki:UserGuide/RemoteAccess/ChromeRemoteDesktop#ChromeRemoteDesktopSetupPage here]. 41 The following steps can be run in the remote desktop session. 42 [[CollapsibleEnd]] 44 43 45 44 [[CollapsibleStart(Configure MobaXterm for node access)]] … … 73 72 === Experiment Execution === 74 73 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 76 ssh native@sdr2-s1-lg1 -Y 77 }}} 78 78 79 79 ==== 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 canbe verified by looking at the RFNoC blocks as follows.80 Custom 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. 81 81 82 82 {{{#!shell