-
Notifications
You must be signed in to change notification settings - Fork 27
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
[Bug] Border router does not start on TH #498
Comments
The json file is set as follows. "network": { |
Hi @NNAA0917, I'll investigate this issue. For now, let me ask you if:
Any additional information is always welcome |
Hi @antonio-amjr Also, I ran the following with the current Version (v2.10.2+spring2024) Thank you very much for your confirmation. |
Hi @NNAA0917, I suppose you need the v1.3 of Matter so the latest version would be yours indeed, you're correct. I'll try to reproduce the problem in the same environment of yours, I just have to prepare it soon. Also the share the logs from the backend and OTBR (after the test execution) with the commands below:
Afterwards just share the ~/backend_logs.txt and ~/otbr_logs.txt files |
Hey @NNAA0917, I managed to install the I'm attaching the log execution file for reference and the screenshot of the TH execution. Spring2024_ble_thread_raspi_nordic.log |
Thank you for your response. By the way, what OS are you using? Also, what RCP dongle are you using? Please confirm. |
The OS for the As for the RCP dongle I'm using the NORDIC NRF52840 as suggested in the User Guide's OTBR section. Let me know if I can help with anything else. |
Describe the bug
I want to start Border Router on TH for commissioning, but without success.
I created a project on the TH web tool, advertised the device and started the Commissioning test, but nothing happens.
Steps to reproduce the behavior
1.Install the Ubuntu Server 22.04.1 LTS (64-bit) in the SD card.
2.After the SD card has been flashed, place it in the Raspberry Pi’s memory card slot.
3.Power on the Raspberry Pi and ensure that the local area network, display monitor and keyboard are connected.
4.git clone -b v2.10.2+spring2024 https://github.com/project-chip/certification-tool.git
5.cd certification-tool
6.git submodule update --init --recursive
7../scripts/pi-setup/auto-install.sh
8.Wait about 10 minutes.
9.At the end of the script, select option 1 to restart the RaspberryPi.
10.Insert the Nordic RCP dongle with the firmware written into the TH and reboot.
11.TH will automatically spin the OTBR docker image when executing thread-related test cases, so we will start the Test as is.
Expected behavior
Thread Border Router starts and the commissioning test begins.
Log files
No response
PICS file
Test_PICS.zip
Screenshots
No response
Environment
TH version: v2.10.2+spring2024
OS:ubuntu Server 22.04.1 LTS (64-bit)
Additional Information
No response
The text was updated successfully, but these errors were encountered: