openthread-br on openwrt 23.05.03 thread device no fd11 address #10002
Replies: 4 comments 2 replies
-
Does your CLI device have SLAAC enabled? openthread/src/core/config/ip6.h Line 130 in 223935b |
Beta Was this translation helpful? Give feedback.
-
I don't think so. I use the firmware for the nordic device from https://github.com/openthread/ot-nrf528xx. I test the openthread on raspbian and all functions like routing, join, nat64 are working fine... the problems are only with openwrt. So, i don't find the error on openwrt. For example, missing dependencies while building the openwrt image? |
Beta Was this translation helpful? Give feedback.
-
I do the joining with the following commands at border router:
After that i switch to the cli device and do:
This works on border router with raspbian but not with openthread on openwrt 23.05.03 system. So, are the commands wrong? @wgtdkp Your right the ping does not work. I have to check the params i use to build the firmware for the nordic devices. https://openthread.io/codelabs/openthread-hardware?hl=de#4 Maybe here is something wrong. But i don't find the error why the devices works with raspbian but not with openwrt. |
Beta Was this translation helpful? Give feedback.
-
The problem with the missing fd11:22::/64 address has the origin how the thread network is created. not working:
working:
So, i have to check the single params which one fixes the missing address. |
Beta Was this translation helpful? Give feedback.
-
I use openthread-br with OpenWrt 23.05.03. I can compile the firmware with openthread-br. I can create a thread network and i can join a device (nordic devices).
But the cli device does not get an fd11 address. The logs does not raise an error.
Someone any idea where the error could be? I try to check all installation tips, but i don't find my error.
Thx, Tom
Beta Was this translation helpful? Give feedback.
All reactions