Changes between Version 28 and Version 29 of Hardware/bDomains/cSandboxes/bSB2
- Timestamp:
- Feb 18, 2021, 7:17:21 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hardware/bDomains/cSandboxes/bSB2
v28 v29 12 12 [[BR]] 13 13 ===== Networking Setup (eth2) ===== 14 Each X310 is connected to its respective node through a 10G interface adapter installed in Port 0 of the USRP. In this configuration, the X310 will have a default IP address of 192.168.40.2 (see [http://files.ettus.com/manual/page_usrp_x3x0.html#x3x0_setup_network_host_interface X310 User Manual]). To setup network connectivity, make sure eth2 is configured with an address in the 192.168.40.0/24 subnet 14 Each X310 is connected to its respective node through a 10G interface adapter installed in Port 0 of the USRP. In this configuration, the X310 will have a default IP address of 192.168.40.2 (see [http://files.ettus.com/manual/page_usrp_x3x0.html#x3x0_setup_network_host_interface X310 User Manual]). To setup network connectivity, make sure eth2 is configured with an address in the 192.168.40.0/24 subnet. 15 15 16 16 … … 29 29 reboot 30 30 }}} 31 32 [[BR]] 33 ===== Resetting / Rebooting X310's ===== 34 Specifically in SB2, power to each X310 is provided by its respective node, therefore the node's power state determines the power state of the X310 attached to it. To reset or power cycle the X310 attached to node1-1, you will have to power off node1-1 and then power it on again. 35 36 {{{ omf tell -a offh -t node1-1 }}} 37 38 {{{ omf tell -a on -t node1-1 }}} 39 40 Issuing an OMF reset command to the node will not cycle the power to the X310 because the node is never powered off during a reset.