Good Morning Everyone.
I am trying to figure out a way to try an OpenThread example on my IOTZTB-DK006 Development Kit boards.
I want to debug the code present in the SDK example, but I find an issue with MCUXpresso IDE.
I build the SDK here (Welcome | MCUXpresso SDK Builder (nxp.com)
If I unzip the SDK file, I find these possible examples:
OpenThread example is there, but when I try to use the OpenThread example using SDKs downloaded, I find this situation:
The OpenThread example is not suitable.
I use a Windows OS.
Now I will try following this tutorial with a Linux Virtual Machine:
ot-nxp/src/k32w0/k32w061 at main · openthread/ot-nxp · GitHub
Thank you for your support and have a good day.
Hello,
Hope you are doing well. The OpenThread middleware should be downloaded from the GitHub - NXP/ot-nxp at v1.0-branch-nxp.
switch to v1.0-branch-nxp branch and sync the openthread submodule
git checkout -b v1.0-branch-nxp-local remotes/origin/v1.0-branch-nxp
git submodule update --init openthread
then follow the guide in
https://github.com/NXP/ot-nxp/blob/v1.0-branch-nxp/src/k32w0/k32w061/README.md
$ cd <path-to-ot-nxp>
$ ./script/bootstrap
For this, please use SDK_2_6_9_K32W061DK6
Hope this helps.
Regards,
Ricardo
Hello,
OpenThread environment is suited to be run on a Linux-based OS.
You could use the Windows Subsystem for Linux (WSL).
Regards,
Ricardo