Changes between Version 5 and Version 6 of Resources/Notes/N310Usage
- Timestamp:
- Dec 22, 2022, 8:25:33 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Resources/Notes/N310Usage
v5 v6 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.39.1.1 netmask 255.255.0.0 mtu 8000 62 $ ip addr add 10.39.1.1/16 dev DATA1 63 $ ip link set DATA1 mtu 8000 63 64 $ sysctl -w net.core.wmem_max=62500000 64 65 $ sysctl -w net.core.rmem_max=62500000 … … 311 312 After the image loader completes, power-cycle the N310 from the console and detect the N310 again. 312 313 {{{#!shell-session 313 console:~$ omf tell -a offh -t s rv1-lg1.sb1.cosmos-lab.org314 console:~$ omf tell -a on -t s rv1-lg1.sb1.cosmos-lab.org315 }}} 316 314 console:~$ omf tell -a offh -t sdr1-s1-lg1.sb1.cosmos-lab.org 315 console:~$ omf tell -a on -t sdr1-s1-lg1.sb1.cosmos-lab.org 316 }}} 317