This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Try to run the Openthread CLI Sample on nrf5340 DK but I can't get any feedback via Putty

Hi, I'm trying to run the Openthread Cli sample on my nrf5340 DK, and it looks like that part is doing fine. But if I want to test the thread network with Putty I don't get any feedback from it. I already tried the 3 different COM ports and with and without different Control Flow Mechanism, but the only feedback I get is this:

 

In the https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/openthread/cli/README.html documentation, there has to be any feedback like this:

I did as well looked for any configuration but I can't find the sdkconfig.h file in SEGGER

I hope you could help me with this problem and because I'm a beginner every piece of advice is welcome! and thanks in advance!

Parents Reply
  • Ok, I don't see anything wrong with the build folder. But I was able to reproduce the issue when I swapped between SDK versions, and I was able to fix it.

    Can you try building and flashing zephyr/samples/bluetooth/hci_rpmsg? Build for nrf5340dk_nrf5340_cpunet.

    Then build nrf/samples/openthread/cli for nrf5340dk_nrf5340_cpuapp and flash that.

    Make sure to delete any pre-existing build folders.

Children
Related