[[TOC(hardware/Domains*, hardware/networking*, hardware/optical*, hardware/nodes*, hardware/sdr*, hardware/rf-front-end*, hardware/antennas*, hardware/fullduplex*, depth=3)]] === USRP N310 === ==== Initial Setup notes ==== 1. flash image onto microsd card 1. boot 1. change root password with {{{passwd}}} 1. disable hostname-serial service * this sets the hostname to the usrp serial number, instead of our assigned one 1. flash XG image * {{{uhd_image_loader --args type=n3xx,addr=127.0.0.1,fpga=XG}}} 1. Update networking * files in {{{/etc/systemd/network}}} * for control (eth0) * under [network]: add {{{EmitLLDP=true}}} * under [DHCP]: add {{{UseHostname, UseDNS, UseDomains}}} = {{{true}}} * for sfp0 * set address to data1 network, match last 2 octets to eth0 * under [network]: add {{{EmitLLDP=true}}} * for sfp1 * set address to data2 network, match last 2 octets to eth0 * under [network]: add {{{EmitLLDP=true}}} * remove all vim temporary files ending in {{{~}}} * {{{systemctl restart systemd-networkd}}} ==== 3.15.0 bugs ==== salt-minion cannot start