-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade OTBR snap to thread-reference-20230710 #41
Conversation
The upgrade is from to There may be more relevant changes that need to incorporated. Here is the diff for the
|
The PR is ready for review @farshidtz. |
With this revision, I'm unable to pair the chip Lighting app for nRF52840. Here are the Chip Tool logs:
No useful error message in the OTBR and applications logs. I will try with other RCP firmware versions / Thread devices / controllers. |
Testing Thread commissioning with matter-pi-gpio-commander snap: Commissioning the GPIO snap into the Thread network encountered an error during the 'SendComplete' step. Here are the logs: Error:
|
Testing Thread commissioning with native chip-all-clusters-minimal-app: Built OTBR natively with release
Error:
It might be worth replacing the all-cluster-app with another Thread-supported device, as this issue also failed at the step |
Testing Thread commissioning with native lighting app: The thread commission still failed at commissioning step 28, ThreadNetworkEnable, after replacing all-cluster-app with lighting-app. Here are the detailed setup and logs:
|
Testing Thread commissioning with matter-all-clusters-app snap:
openthread related error found in all-clusters-minimal-app log during Thread commissioning:
|
Testing Thread commissioning with matter-pi-gpio-commander snap:
|
Using a modified version of chip-tool tests to use the snap from this branch, it works as expected. The tests use the manual pairing code for commissioning, instead of BLE. I believe the BLE issue is from a misconfiguration; these instructions mention the need to enable experimental BlueZ features.
|
This PR upgrades OTBR snap to use the latest/stable(thread-reference-20230710) release.
This snap could be installed by the following command:
Checklists for upgrade:
/openthread-border-router-snap/snap/local$ tree .
.
├── build
│ └── bin
│ ├── _initrc (no update)
│ └── otbr-build.sh (already updated)
└── stage
└── bin
├── _initrc_install (no update)
├── otbr-agent.sh (not applicable)
├── otbr-setup.sh (no update)
└── otbr-web.sh (not applicable)
Testing