Some additions for networking and drtio
Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
de7b372cfa
commit
4d6d43299a
|
@ -44,3 +44,4 @@ During the connection, the clock signal is being distributed, effectively making
|
|||
may be dirty or damaged.
|
||||
* Wrong setups - master to master, standalone to standalone. Messing up with SFP ports generally makes it unusable,
|
||||
but the connection should be established in most cases.
|
||||
* The fiber adapters are not symmetrical - if one end has 1270/1330 label, another one should be 1330/1270.
|
||||
|
|
|
@ -25,4 +25,5 @@ a-la `I can't connect, please help`.
|
|||
3. See the ERR LED
|
||||
4. [UART logs](uart_logs.md)
|
||||
5. `nmap` and `arp` to scan your network to help your Kasli get discovered. May be restricted in your network.
|
||||
6. Become a router and capture all the packets when your Kasli tries to connect to the network.
|
||||
6. Directly connect your Kasli to the PC via Ethernet and set up networking on the PC: `ip addr change 192.168.1.0/24 dev eth0`
|
||||
7. Become a router and capture all the packets when your Kasli tries to connect to the network.
|
||||
|
|
Loading…
Reference in New Issue