Problems with OpenThread DEMO for IOTZTB-DK006 Development Kit Boards

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problems with OpenThread DEMO for IOTZTB-DK006 Development Kit Boards

581 Views
IoTcoder
Contributor I

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)

0.JPG

If I unzip the SDK file, I find these possible examples:

1.JPG

OpenThread example is there, but when I try to use the OpenThread example using SDKs downloaded, I find this situation:

2.JPG

 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.

0 Kudos
3 Replies

560 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

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

0 Kudos

503 Views
IoTcoder
Contributor I
Good Morning Ricardo.



Thank you so much for the detailed answer, but I have tried multiple times and the problem on Windows persists.



" 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 "



This is possible through the bash, but the step after, related to the Linux tutorial doesn't work.



Aren't there some videos/turorials full based on windows system?



Thank you so much
0 Kudos

484 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

 

Hello,

 

OpenThread environment is suited to be run on a Linux-based OS.

You could use the Windows Subsystem for Linux (WSL).

 

Regards,

Ricardo

0 Kudos