| ... | ... | @@ -61,17 +61,27 @@ dmesg |
|
|
|
lsusb | grep OpenThread
|
|
|
|
Bus 001 Device 003: ID 2fe3:0100 NordicSemiconductor OpenThread CoProcessor NRF
|
|
|
|
|
|
|
|
sudo ot-ctl version
|
|
|
|
OPENTHREAD/thread-reference-20200818-1828-g424005f69; POSIX; Jul 22 2022 04:50:45
|
|
|
|
Done
|
|
|
|
# Check we have tools
|
|
|
|
sudo /usr/sbin/ot-ctl --help
|
|
|
|
|
|
|
|
# Check if service is started correctly
|
|
|
|
sudo systemctl status otbr-agent.service
|
|
|
|
|
|
|
|
ps aux | grep otbr
|
|
|
|
308 root 0:01 /usr/sbin/otbr-agent -I wpan0 -B eth0 spinel+hdlc+uart:///dev/ttyACM0 trel://eth0
|
|
|
|
|
|
|
|
sudo /usr/sbin/ot-ctl --help
|
|
|
|
# Run ot commands from:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sudo ot-ctl version
|
|
|
|
OPENTHREAD/thread-reference-20200818-1828-g424005f69; POSIX; Jul 22 2022 04:50:45
|
|
|
|
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
|
|
|
|
|
| ... | ... | |