Changes between Version 6 and Version 7 of Tutorials/Wireless/Basic Usage
- Timestamp:
- Aug 22, 2019, 9:30:31 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/Basic Usage
v6 v7 9 9 2. [Documentation/Short/CreateRes Create a resource reservation on sandbox 1] 10 10 3. [Documentation/Short/Login Login into your reserved domain.] 11 4. Load baseline -uhd1.ndz on your resource. [Documentation/Short/LoadImage - this is done via OMF commands.]11 4. Load baseline_uhd1.ndz on your resource. [Documentation/Short/LoadImage - this is done via OMF commands.] 12 12 13 13 When opening a terminal into console.sb1.cosmos-lab.org set up a tunnel from localhost:5002 to sdr2-lg1.sb1.cosmos-lab.org:9002. This will be used by the web app to connect to a server running on the Krypton's host. … … 19 19 }}} 20 20 21 * Configure and load the appropriate PCIe driver to access the Krypton's radio. Detailed steps for driver install and radio detection are on the [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage Krypton usage page]. If the drivers are already pre-install on the image, just start the modules using ''niusrprio_pcie''. 22 {{{ 23 root@sdr2-lg1:~# /usr/local/bin/niusrprio_pcie start 24 }}} 25 26 27 Run ''uhd_find_devices' and check if the N310 is detected 28 {{{ 29 root@sdr2-lg1:~# uhd_find_devices --args="type=x300" 30 21 * The USRP 2974 requires a PCIe driver to control the FPGA with the embedded PC. In the provided images, this will load automatically on boot. If it has issues, you can run it manually via {{{ systemctl restart niusrprio.service}}} Detailed steps for driver installation and radio detection are on the [https://wiki.cosmos-lab.org/wiki/tutorials/krypton_usage Krypton usage page]. 22 23 Run ''uhd_find_devices' and check if the X310 is detected 24 25 {{{uhd_find_devices --args="type=x300"}}} 26 27 {{{ 31 28 [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.0.HEAD-0-g6875d061 32 29 -------------------------------------------------- … … 45 42 The above output enumerates all the SDRs that were detected. Krypton has only one PCIe radio device of type=x300. 46 43 47 Use the ''uhd_usrp_probe'' command to get more details on the x300. 48 {{{ 49 root@sdr2-lg1:~# uhd_usrp_probe --args="type=x300" 50 44 Use the ''uhd_usrp_probe'' command to get more details on the x300. Specifying ''resource=rio0'' ensures only the directly connected radio is probed, instead of one on the network. 45 46 {{{ uhd_usrp_probe --args="resource=rio0,type=x300" }}} 47 {{{ 51 48 [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.14.0.HEAD-0-g6875d061 52 49 [INFO] [X300] X300 initialization sequence...