-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
OpenThread not work after upgrade to latest version #25276
Comments
@ghlualven I think we need more information here. I've just tried the What board do you use? Can you reporoduce the issue on any of the existing Zephyr samples? Did you run |
@rlubos I tried again today, and find the echo_server project works fine, but lwm2m_client doesn't.
This is the output from echo_server sample:
This is the output from lwm2m_client sample:
I use board: nrf52840dk_nrf52840. The zephyproject folder was "west update" already. One thing that different with my yesterdays report is the "ot scan" will not brick the board.
|
build command: overlay-ot.conf
prj.conf
|
I'd bet it's a stack issue, I've been testing this sample a few days ago, and it turned out to have insufficient stack size for OpenThread in the default configuration: I'll verify it locally and report back. |
Yes, I confirm and recommend to increase |
@rlubos Thank you very much, I also verified this, the issue was fixed. |
Describe the bug
Upgrade to the latest code Zephyr 2.3.0-rc1 (Zephyr OS build v2.3.0-rc1-26-g4980a13fc4f7), the firmware initial works. But after execute "ot scan" command, no any output and the board bricked. Re-power is not working, the board must be re-flashed.
The same program is working at: Zephyr OS build zephyr-v2.2.0-881-gecb85a7db1f1.
The text was updated successfully, but these errors were encountered: