Changes between Version 4 and Version 5 of Resources/Notes/N310Usage
- Timestamp:
- Oct 4, 2021, 8:39:30 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Resources/Notes/N310Usage
v4 v5 32 32 33 33 enp134s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 34 inet 10. 113.1.1 netmask 255.255.0.0 broadcast 10.113.255.25534 inet 10.37.1.1 netmask 255.255.0.0 broadcast 10.37.255.255 35 35 inet6 fe80::6a05:caff:fe1e:e4ec prefixlen 64 scopeid 0x20<link> 36 36 ether 68:05:ca:1e:e4:ec txqueuelen 1000 (Ethernet) … … 54 54 The interfaces should be configured as shown in the table. The control interface should come up automatically however the data interface needs to be configured. 55 55 || Interface name || Speed || Address || Description || 56 || eno1 || 10G || 10. 115.1.1 || Data interface for sample streaming ||57 || enp134s0 || 1G || 10. 113.1.1 || Control interface used for command streaming||56 || eno1 || 10G || 10.39.1.1 || Data interface for sample streaming || 57 || enp134s0 || 1G || 10.37.1.1 || Control interface used for command streaming|| 58 58 59 59 60 60 Configure ''eno1'' so it can talk to the N310's data interface and set the network tcp buffers as well. 61 61 {{{#!shell-session 62 $ ifconfig eno1 10. 115.1.1 netmask 255.255.0.0 mtu 800062 $ ifconfig eno1 10.39.1.1 netmask 255.255.0.0 mtu 8000 63 63 $ sysctl -w net.core.wmem_max=62500000 64 64 $ sysctl -w net.core.rmem_max=62500000 … … 74 74 Device Address: 75 75 serial: 3176DF5 76 addr: 10. 115.2.176 addr: 10.39.2.1 77 77 claimed: False 78 mgmt_addr: 10. 113.2.178 mgmt_addr: 10.37.2.1 79 79 product: n310 80 80 type: n3xx … … 87 87 serial: 3196937 88 88 claimed: False 89 mgmt_addr: 10. 113.3.189 mgmt_addr: 10.37.3.1 90 90 product: n310 91 91 reachable: No … … 97 97 98 98 || args || address || interface type || 99 || mgmt_addr || 10. 113.2.1 || control ||100 || addr || 10. 115.2.1 || data ||101 102 {{{#!shell-session 103 $ uhd_usrp_probe --args="mgmt_addr=10. 113.2.1,addr=10.115.2.1"99 || mgmt_addr || 10.37.2.1 || control || 100 || addr || 10.39.2.1 || data || 101 102 {{{#!shell-session 103 $ uhd_usrp_probe --args="mgmt_addr=10.37.2.1,addr=10.39.2.1" 104 104 105 105 [INFO] [UHD] linux; GNU C++ version 7.5.0; Boost_106501; UHD_3.15.0.HEAD-0-gaea0e2de 106 [INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10. 113.2.1,type=n3xx,product=n310,serial=3176DF5,claimed=False,addr=10.115.2.1107 [INFO] [MPM.PeriphManager] init() called with device args `product=n310,mgmt_addr=10. 113.2.1,time_source=internal,clock_source=internal'.106 [INFO] [MPMD] Initializing 1 device(s) in parallel with args: mgmt_addr=10.37.2.1,type=n3xx,product=n310,serial=3176DF5,claimed=False,addr=10.39.2.1 107 [INFO] [MPM.PeriphManager] init() called with device args `product=n310,mgmt_addr=10.37.2.1,time_source=internal,clock_source=internal'. 108 108 [INFO] [0/Replay_0] Initializing block control (NOC ID: 0x4E91A00000000004) 109 109 [INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000011312) … … 305 305 {{{#!shell-session 306 306 node:~$ sudo uhd_images_downloader 307 node:~$ uhd_image_loader --args "type=n3xx,addr=10. 113.2.1,fpga=HG"307 node:~$ uhd_image_loader --args "type=n3xx,addr=10.37.2.1,fpga=HG" 308 308 }}} 309 309