Changes between Version 2 and Version 3 of Tutorials/k0SDR/Tutorial19


Ignore:
Timestamp:
May 25, 2016, 6:47:18 PM (8 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/k0SDR/Tutorial19

    v2 v3  
    1 == Working with RFNoC X310 ==
     1== Getting started with RFNoC X310 ==
     2
     3[[TOC(Tutorials/k0SDR*)]]
     4
     5=== Description ===
     6This tutorial is a guide for getting started with RFNoC using an USRP X310 on ORBIT grid.
     7
     8=== Set up ===
     9* Make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using the grid.
     10* Load baseline-rfnoc-labtools.ndz on an ORBIT node with USRP X310.
     11{{{
     12omf load -i baseline-rfnoc-labtools.ndz -t node18-20
     13}}}
     14 * Once imaging is done, turn the node on
     15{{{
     16omf tell -a on -t node18-20
     17}}}
     18* Wait for the node to turn on and log in
     19{{{
     20ssh root@node18-20
     21}}}
     22 
     23