1 | | == Working with RFNoC X310 == |
| 1 | == Getting started with RFNoC X310 == |
| 2 | |
| 3 | [[TOC(Tutorials/k0SDR*)]] |
| 4 | |
| 5 | === Description === |
| 6 | This 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 | {{{ |
| 12 | omf load -i baseline-rfnoc-labtools.ndz -t node18-20 |
| 13 | }}} |
| 14 | * Once imaging is done, turn the node on |
| 15 | {{{ |
| 16 | omf tell -a on -t node18-20 |
| 17 | }}} |
| 18 | * Wait for the node to turn on and log in |
| 19 | {{{ |
| 20 | ssh root@node18-20 |
| 21 | }}} |
| 22 | |
| 23 | |