Skip to content

Commit

Permalink
[K32W0] Fix deprecated links
Browse files Browse the repository at this point in the history
Signed-off-by: Doru Gucea <[email protected]>
  • Loading branch information
doru91 committed Nov 4, 2021
1 parent 1538bbb commit d666b13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/lighting-app/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ The resulting output file can be found in out/debug/chip-k32w061-light-example.
## Flashing and debugging

Program the firmware using the official
[OpenThread Flash Instructions](https://github.com/openthread/openthread/blob/master/examples/platforms/k32w/k32w061/README.md#flash-binaries).
[OpenThread Flash Instructions](https://github.com/openthread/ot-nxp/tree/main/src/k32w0/k32w061#flash-binaries).

All you have to do is to replace the Openthread binaries from the above
documentation with _out/debug/chip-k32w061-light-example.bin_ if DK6Programmer
Expand Down
12 changes: 6 additions & 6 deletions examples/lock-app/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ network.

## Introduction

![K32W061 DK6](../../platform/nxp/k32w/k32w0/doc/images/k32w-dk6.jpg)
![K32W061 DK6](../../../../platform/nxp/k32w/k32w0/doc/images/k32w-dk6.jpg)

The K32W0 lock example application provides a working demonstration of a
connected door lock device, built using the Project CHIP codebase and the NXP
Expand Down Expand Up @@ -62,7 +62,7 @@ Deployment of this firmware configuration requires the K32W061 board setups
using the K32W0/JN5189 module board, SE051 Expansion board and Generic Expansion
board as shown below:

![SE051H + K32W061 DK6](../../platform/nxp/k32w/k32w0/doc/images/k32w-se.jpg)
![SE051H + K32W061 DK6](/../../../../platform/nxp/k32w/k32w0/doc/images/k32w-se.jpg)

The SE051H Secure Element extension may be used for best in class security and
offloading some of the Project CHIP cryptographic operations. Depending on your
Expand Down Expand Up @@ -170,7 +170,7 @@ distribution (the demo-application was compiled on Ubuntu 20.04).
SDK. Once the account is created, login and follow the steps for downloading
SDK_2_6_4_K32W061DK6. The SDK Builder UI selection should be similar with
the one from the image below.
![MCUXpresso SDK Download](../../platform/nxp/k32w/k32w0/doc/images/mcux-sdk-download.JPG)
![MCUXpresso SDK Download](../../../../platform/nxp/k32w/k32w0/doc/images/mcux-sdk-download.JPG)

- Start building the application either with Secure Element or without

Expand Down Expand Up @@ -220,7 +220,7 @@ The resulting output file can be found in out/debug/chip-k32w061-lock-example.
## Flashing and debugging

Program the firmware using the official
[OpenThread Flash Instructions](https://github.com/openthread/openthread/blob/master/examples/platforms/k32w/k32w061/README.md#flash-binaries).
[OpenThread Flash Instructions](https://github.com/openthread/ot-nxp/tree/main/src/k32w0/k32w061#flash-binaries).

All you have to do is to replace the Openthread binaries from the above
documentation with _out/debug/chip-k32w061-lock-example.bin_ if DK6Programmer is
Expand All @@ -247,13 +247,13 @@ Power Measurement Tool can be used inside MCUXpresso for checking the power
consumption pattern: Window -> Show View -> Other -> Power Measurement Tool. The
configuration for this tool is the next one:

![POWER_CONF](../../platform/nxp/k32w/k32w0/doc/images/power_conf.JPG)
![POWER_CONF](../../../../platform/nxp/k32w/k32w0/doc/images/power_conf.JPG)

Also, please make sure that the J14 jumper is set to the _ENABLED_ position and
no expansion board is attached to the DK6. A view from this tool is illustrated
below:

![POWER_VIEW](../../platform/nxp/k32w/k32w0/doc/images/power_view.JPG)
![POWER_VIEW](../../../../platform/nxp/k32w/k32w0/doc/images/power_view.JPG)

Please note that that the Power Measurement Tool is not very accurate and
professional tools must be used if exact power consumption needs to be known.
Expand Down

0 comments on commit d666b13

Please sign in to comment.