| ... | ... | @@ -81,8 +81,6 @@ Done |
|
|
|
# don't Run ot commands from:
|
|
|
|
# https://gitlab.eclipse.org/stefanschmidt/openthread-node-zephyr/-/blob/main/static-openthread-configuration.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sudo ip addr show wpan0
|
|
|
|
4: wpan0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
|
|
|
|
|
| ... | ... | @@ -240,6 +238,18 @@ PING 2001:0:0:0:d68b:3ec2:f540:c19c (2001::d68b:3ec2:f540:c19c): 56 data bytes |
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
#### EXTRA: b68
|
|
|
|
|
|
|
|
```
|
|
|
|
src=eno1
|
|
|
|
dst=eth0
|
|
|
|
/sbin/ip link set $src down ; /sbin/ip link set $src name $dst ; /sbin/ip link set $dst up
|
|
|
|
|
|
|
|
sudo systemctl restart otbr-agent.service
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### EXTRA: nrf52840-mdk-usb-dongle
|
|
|
|
|
|
|
|
- https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/programming/
|
| ... | ... | @@ -269,7 +279,6 @@ otbr-agent[687]: 49d.17:04:56.506 [N] Platform------: RCP API Version: 6 |
|
|
|
otbr-agent[687]: 49d.17:04:56.507 [C] Platform------: RCP is missing required capabilities: tx-security tx-timing
|
|
|
|
otbr-agent[687]: 49d.17:04:56.507 [C] Platform------: CheckRadioCapabilities() at radio_spinel_impl.hpp:392: RadioSpinelIncompatible
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
| ... | ... | |