Changes between Version 4 and Version 5 of Resources/Notes/N310Usage


Ignore:
Timestamp:
Oct 4, 2021, 8:39:30 PM (3 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Resources/Notes/N310Usage

    v4 v5  
    3232
    3333enp134s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
    34         inet 10.113.1.1  netmask 255.255.0.0  broadcast 10.113.255.255
     34        inet 10.37.1.1  netmask 255.255.0.0  broadcast 10.37.255.255
    3535        inet6 fe80::6a05:caff:fe1e:e4ec  prefixlen 64  scopeid 0x20<link>
    3636        ether 68:05:ca:1e:e4:ec  txqueuelen 1000  (Ethernet)
     
    5454The interfaces should be configured as shown in the table. The control interface should come up automatically however the data interface needs to be configured.
    5555 || 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||
    5858
    5959
    6060Configure ''eno1'' so it can talk to the N310's data interface and set the network tcp buffers as well.
    6161{{{#!shell-session
    62 $ ifconfig eno1 10.115.1.1 netmask 255.255.0.0 mtu 8000
     62$ ifconfig eno1 10.39.1.1 netmask 255.255.0.0 mtu 8000
    6363$ sysctl -w net.core.wmem_max=62500000
    6464$ sysctl -w net.core.rmem_max=62500000
     
    7474Device Address:
    7575    serial: 3176DF5
    76     addr: 10.115.2.1
     76    addr: 10.39.2.1
    7777    claimed: False
    78     mgmt_addr: 10.113.2.1
     78    mgmt_addr: 10.37.2.1
    7979    product: n310
    8080    type: n3xx
     
    8787    serial: 3196937
    8888    claimed: False
    89     mgmt_addr: 10.113.3.1
     89    mgmt_addr: 10.37.3.1
    9090    product: n310
    9191    reachable: No
     
    9797
    9898 ||   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"
    104104
    105105[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.1
    107 [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'.
    108108[INFO] [0/Replay_0] Initializing block control (NOC ID: 0x4E91A00000000004)
    109109[INFO] [0/Radio_0] Initializing block control (NOC ID: 0x12AD100000011312)
     
    305305{{{#!shell-session
    306306node:~$ sudo uhd_images_downloader
    307 node:~$ uhd_image_loader --args "type=n3xx,addr=10.113.2.1,fpga=HG"
     307node:~$ uhd_image_loader --args "type=n3xx,addr=10.37.2.1,fpga=HG"
    308308}}}
    309309