You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux lighting app has been executed with the Thread flag using the following commands:
cd ~/connectedhomeip/examples/lighting-app/linux
gn gen out/debug
ninja -C out/debug
cd out/debug
./chip-lighting-app --thread
Machine B:
chip-tool
OTBR agent
RCP on nRF52840 dongle
OS: Ubuntu Core 22.04 for arm64
A Thread network has been successfully formed by OTBR.
Logs during Thread commissioning:
Once both machines are set up, I used chip-tool to attempt to commission the lighting app into the Thread network. However, the Thread commissioning failed with the following log:
CHIP:CTL: Required network information not provided in commissioning parameters
CHIP:CTL: Parameters supplied: wifi (no) thread (yes)
CHIP:CTL: Device supports: wifi (yes) thread(no)
From the logs, it appears that the Thread feature has not been enabled. I guess there might be a communication failure between the lighting app and OTBR dbus daemon.
Access the OTBR dbus server
During my investigation, I also followed these test scripts to assess the OTBR dbus server on Machine A:
@bzbarsky-apple Thank you for your reply. I tried Thread commissioning with the lighting app built from the latest master branch, and Thread commissioning was successful.
Reproduction steps
Set Up:
Version
Machine A:
Linux lighting app has been executed with the Thread flag using the following commands:
Machine B:
A Thread network has been successfully formed by OTBR.
Logs during Thread commissioning:
Once both machines are set up, I used chip-tool to attempt to commission the lighting app into the Thread network. However, the Thread commissioning failed with the following log:
From the logs, it appears that the Thread feature has not been enabled. I guess there might be a communication failure between the lighting app and OTBR dbus daemon.
Access the OTBR dbus server
During my investigation, I also followed these test scripts to assess the OTBR dbus server on Machine A:
Bug prevalence
10/10
GitHub hash of the SDK that was being used
8f66f42/v1.1.0.1
Platform
nrf, raspi, other
Platform Version(s)
No response
Anything else?
There is a similar issue related to thread commissioning and OTBR dbus: #27262
The text was updated successfully, but these errors were encountered: