Changes between Version 11 and Version 12 of Tutorials/k0SDR/Tutorial19
- Timestamp:
- Feb 24, 2017, 3:47:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial19
v11 v12 14 14 15 15 16 17 18 19 16 === Set up === 20 17 * Make a reservation on the [https://www.orbit-lab.org/schedule/ Orbit Scheduler] for using the grid. 21 * Load baseline-rfnoc-labtools.ndz on an ORBIT node with USRP X310.18 * Load baseline-rfnoc-labtools.ndz on an ORBIT node. 22 19 {{{ 23 omf load -i baseline-rfnoc-labtools.ndz -t node18- 2020 omf load -i baseline-rfnoc-labtools.ndz -t node18-1 24 21 }}} 25 22 * Once imaging is done, turn the node on 26 23 {{{ 27 omf tell -a on -t node18- 2024 omf tell -a on -t node18-1 28 25 }}} 29 26 * Wait for the node to turn on and log in 30 27 {{{ 31 ssh root@node18- 2028 ssh root@node18-1 32 29 }}} 33 30 34 31 === Testing the installation === 35 32 The image that was loaded, contains UHD rfnoc-devel branch installation as mentioned in the RFNoC getting started guide. 36 * Run uhd_find_devices - you can see that the UHD version is shown as UHD_003.010.rfnoc-285-gb9765c4233 * Run uhd_find_devices - you can see that the UHD version is shown as 37 34 {{{ 38 root@node18- 20:~# uhd_find_devices --args="addr=192.168.10.2"39 linux; GNU C++ version 4.8. 2; Boost_105400; UHD_003.010.rfnoc-285-gb9765c4235 root@node18-1:~# uhd_find_devices --args="addr=192.168.10.2" 36 linux; GNU C++ version 4.8.4; Boost_105400; UHD_4.0.0.rfnoc-devel-211-g2cf80a69 40 37 41 38 -------------------------------------------------- … … 43 40 -------------------------------------------------- 44 41 Device Address: 42 serial: F4E34F 43 addr: 192.168.10.2 44 fpga: HG 45 name: 46 product: X310 45 47 type: x300 46 addr: 192.168.10.247 fpga: HGS48 name: hakuna matata49 serial: F4FD2A50 product: X31051 48 }}} 52 49 * Run uhd_usrp_probe. This might throw an error as shown below, as the X310 might contain a firmware build that is not compatible with the RFNoC UHD installation.