Hi
All,
I
have been using OTBR on a Raspberry PI with a Nordic NRF82840-Dongle
for a few months now. The first build was easy with the BR running in
a few hours. However I want to rebuild it and have run into lots of
issues since the Thread 1.2.0 commits.
1. Fresh Raspbian Buster image following the instructions here: https://openthread.io/guides/border-router/build#ethernet I'm building it as ethernet only. The network is IPv4. Commit c59552ac61990d547bce61867e3fd60aa8c33621
2. Worked out I have to recompile the RCP to solve compatibly
issues with Thread 1.2.0 'make -f examples/Makefile-nrf52840
USB=1 BOOTLOADER=USB THREAD_VERSION=1.2'
I never see a
wpan0 interface appear now.
journalctl -u otbr-agent.service reports:
Mar 23 14:12:39 raspberrypi systemd[1]: Started Border Router Agent.
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Running 0.3.0-c59552ac
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Thread version: 1.2.0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Thread interface: wpan0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Backbone interface: eth0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-PLAT----: RCP reset: RESET_POWER_ON
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [NOTE]-PLAT----: RCP API Version: 3
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-PLAT----: Backbone interface is configured to eth0 (2)
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [WARN]-PLAT----: cannot find IPv6 link-local address for interface eth0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-CORE----: Non-volatile: Read OMR prefix fde2:96b1:f31e:6389::/64
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-CORE----: Non-volatile: Read on-link prefix fd9e:2482:6123:0::/64
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=(null)
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Set state callback: OK
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BBR-----: Add Domain Prefix: ::/0, NotFound
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BBR-----: Add BBR Service: seqno (140), delay (1200s), timeout (3600s), InvalidState
Mar 23 14:12:40 raspberrypi otbr-agent[391]: stop Thread Border Agent
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [adproxy] Stopped
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Initialize OpenThread Border Router Agent: OK
Mar 23 14:12:40 raspberrypi otbr-agent[391]: Border router agent started.
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-CORE----: Notifier: StateChanged (0x02038200) [NetData PanId NetName ExtPanId BbrState]
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BBR-----: Backbone TMF subscribes ff32:40:fdde:ad00:beef:0:0:3: OK
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BBR-----: Start Backbone TMF agent: OK
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BR------: start evaluating routing policy, scheduled in 679 milliseconds
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-PLAT----: MulticastRoutingManager: Disable: OK
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-PLAT----: Host netif is down
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [WARN]-PLAT----: cannot find IPv6 link-local address for interface eth0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=(null)
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [WARN]-PLAT----: cannot find IPv6 link-local address for interface eth0
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=(null)
Mar 23 14:12:41 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
Mar 23 14:12:41 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
Mar 23 14:12:42 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
Mar 23 14:12:42 raspberrypi otbr-agent[391]: [INFO]-PLAT----: processNetifAddrEvent: OK
Mar 23 14:12:42 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
There are no errors, but I don't understand the 'cannot find IPv6 link-local address for interface eth0. eth0 does have a link-local address fe80::ba27:ebff:fefb:56c3
ifconfig reports:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.94 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 fe80::ba27:ebff:fefb:56c3 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:fb:56:c3 txqueuelen 1000 (Ethernet)
RX packets 154 bytes 14808 (14.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 79 bytes 12185 (11.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 94 bytes 7076 (6.9 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 94 bytes 7076 (6.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:27:eb:ae:03:96 txqueuelen 1000 (Ethernet)
I'm not sure why wpan0 does not come up.
Thanks
Wayne
--
You received this message because you are subscribed to the Google Groups "openthread-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openthread-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/f0c0b075-ca87-4979-8437-5114ac052686n%40googlegroups.com.
--
Mar 23 14:12:40 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=(null)
Mar 23 14:12:41 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
Mar 23 14:12:41 raspberrypi otbr-agent[391]: [INFO]-BR------: infra interface state changed: NOT RUNNING, link-local-addr=fe80:0:0:0:ba27:ebff:fefb:56c3
To view this discussion on the web visit https://groups.google.com/d/msgid/openthread-users/b13318d4-0331-46fd-9e76-7ea7149760f3n%40googlegroups.com.