wiki:Hardware/sdr/usrp2974

Site Navigation

  1. COSMOS Testbed Overview
    1. Concepts
    1. Testbed Workflow
    1. Availability and Resource Status
    1. Events and Conferences
  2. Getting Started
    1. Make an Account
    2. Create and Configure SSH Keys
    3. Make a Reservation
    4. Log in to your Reservation
    5. Control Resources with OMF
    6. Run a Hello World Experiment
    7. Get Help and Support
  3. COSMOS/ORBIT User Guide
    1. The COSMOS Portal
    2. Connecting to the Testbed
    3. Running Experiments
    4. Policies and Support
    5. Quick Links
    1. Policies
    1. Account Creation
    1. Camera Streaming
    1. Scheduling and Reservations
    1. Disk Images
    1. Frequently Asked Questions
    1. Resource Control with OMF
  4. COSMOS Portal
    1. Your First Visit
    2. Setting Up Your Account
    3. Reserving Testbed Time
    4. Monitoring Your Experiment
    5. Connecting via SSH
    6. Managing Disk Images
    7. Joining the Community
    8. Browsing Users and Groups
    9. Tips
  5. Account Management
    1. Edit Profile
    2. Change Password
    3. SSH Keys
  6. Portal Dashboard
    1. Profile Card
    2. Usage Statistics
    3. Community Forum
  7. Directory
    1. Users
    2. Groups
    3. Privacy Note
  8. Disk Images
    1. Browsing Images
    2. Image Details
    3. Searching and Sorting
    4. Managing Your Images
    5. Baseline Images
    6. Saving Custom Images
    7. Storage and Retention
  9. Community Forum
    1. Accessing the Forum
    2. Forum Categories
    3. How to Use the Forum
    4. Forum Etiquette
    5. Privacy and Access
  10. Getting Started with the COSMOS Portal
    1. Creating an Account
    2. Logging In
    3. What to Do After Logging In
  11. SSH Access to Testbed Nodes
    1. Access Model
    2. Console Servers
    3. Basic Connection
    4. SSH Config File
    5. SSH Tunneling
    6. File Transfer
    7. Troubleshooting
  12. Scheduler
    1. Calendar View
    2. Reservation Colors
    3. Creating a Reservation
    4. Competing for a Slot
    5. Modifying or Canceling Reservations
    6. My Reservations
    7. Resource Information
  13. Testbed Status
    1. Node Status Grid
    2. RF Matrix Control (SB4)
    3. Understanding Node States During Experiments
    1. Remote Access
    1. Chrome Remote Desktop Setup Page
  14. Installing Chrome Remote Desktop (CRD) on a Custom Image
    1. Measurement & Result Collection
    1. Storage
    1. Support
    1. Contributing to the Wiki
  15. Tutorials
    1. SDR and Wireless
    2. Wireless Digital Twins
    3. Optical Networking
    4. Wired Networking
    5. Edge Computing
    6. 4G/5G Systems
    7. Orchestration Platforms
  16. Architecture
    1. Data Flow
    1. Deployment Map
    1. Domains
    1. Naming Convention
    1. Networks
    1. Optical
  17. Resources, Services and APIs
    1. RF Control
    2. SDR Control
    3. Compute Control
    4. Network Control
    5. Optical Control
  18. Datasets
  19. Hardware Info
    1. Cameras
    1. Compute
    1. FR3 SDRs
    1. Network
    1. Nodes
    1. Optical
    1. RF Subsystems
    1. Antennas
    1. Full-Duplex Radio
    1. RF Front End
    1. Software Defined Radios (SDR)
  20. RF Policies & Compliance
    1. Outdoor Radio Frequency Allocation
    2. Program Experiment License
    3. Spectrum Monitoring
    4. Emergency Stop Procedures
    5. Network and Platform Security

USRP 2974

The USRP 2974 combines a high performance Intel based embedded mini-pc with a USRP X310, with integrated daughterboards.

Due to this combination, it is both a Compute Resource, as well as an SDR Resource.

Further Information can be found at Ettus Research

Block Diagram

The connection between the embedded PC and the FPGA can be done either over internal PCIe3.0 x4, or over internal 10G ethernet.

External data connections max out at 10 gigabits per second each, to the embedded PC and to the FPGA.

It is possible to bridge and forward the traffic from the internal 10g connection over SFP0, but this is untested and unsupported.

How to Use

The intel PC within the 2974 can be imaged with omf and logged into just like other COSMOS nodes (ssh root@sdr2…). From there, you can run uhd_find_devices, and you should see the attached X310 appear as a RIO0 resource. The X310 can be queried by uhd directly from the intel PC within the 2974 using the uhd arguments --args="resource=RIO0".

To access the X310 from another device on the network, you'll use the 10G interface seen in the block diagram above. This interface should be on the DATA1 subnet (see table).

Domain DATA1 subnet
bed.cosmos 10.111.0.0/16
sb1.cosmos 10.38.0.0/16
sb2.cosmos 10.117.0.0/16

You'll need to make sure that the device you're using has an address on the DATA1 subnet so that it can access the X310 over the network. In order to find the ip address of the X310, you can log in to the 2974 and run the following command:

/usr/local/lib/uhd/utils/usrp_burn_mb_eeprom --args="resource=RIO0" --read-all

This will retrieve the current settings from the X310, including the ip addresses where it can be reached. Look for an address in the DATA1 subnet. You can use this address with commands such as uhd_usrp_probe in order to access the X310 over the network.

Last modified 5 months ago Last modified on Oct 21, 2025, 6:54:10 PM

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.