Skip to content

Commit

Permalink
[K32W0] Fix deprecated links (#11426)
Browse files Browse the repository at this point in the history
* [K32W0] Fix deprecated links

Signed-off-by: Doru Gucea <[email protected]>

* Restyled by prettier-markdown

Signed-off-by: Doru Gucea <[email protected]>

* Restyled by prettier-markdown

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jan 16, 2024
1 parent 0aa6493 commit 4375011
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
8 changes: 4 additions & 4 deletions examples/lighting-app/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 lighting example application provides a working demonstration of a
light bulb device, built using the Project CHIP codebase and the NXP K32W061
Expand Down Expand Up @@ -61,7 +61,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 @@ -167,7 +167,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
- with Secure Element
Expand Down 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
7 changes: 4 additions & 3 deletions examples/shell/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHIP NXP K32W Shell Application

A [chip-shell](../README.md) project for NXP K32W family.
A [chip-shell](../../../README.md) project for NXP K32W family.

## Building

The steps to build the NXP K32W Shell Application are exactly the same as in
case of the Lock Example. Please refer to [this](../../lock-app/k32w/README.md)
guide to learn how to build, flash and debug the application.
case of the Lock Example. Please refer to
[this](../../../../lock-app/nxp/k32w/k32w0/README.md) guide to learn how to
build, flash and debug the application.

0 comments on commit 4375011

Please sign in to comment.