Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restyle [K32W0] Fix deprecated links #11427

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 3 additions & 2 deletions examples/shell/nxp/k32w/k32w0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ 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/k32w/README.md) guide to learn how to build, flash
and debug the application.