@@ -32,7 +32,7 @@ network.
32
32
33
33
## Introduction
34
34
35
- ![ K32W061 DK6] ( ../../platform/nxp/k32w/k32w0/doc/images/k32w-dk6.jpg )
35
+ ![ K32W061 DK6] ( ../../../../ platform/nxp/k32w/k32w0/doc/images/k32w-dk6.jpg )
36
36
37
37
The K32W0 lock example application provides a working demonstration of a
38
38
connected door lock device, built using the Project CHIP codebase and the NXP
@@ -62,7 +62,7 @@ Deployment of this firmware configuration requires the K32W061 board setups
62
62
using the K32W0/JN5189 module board, SE051 Expansion board and Generic Expansion
63
63
board as shown below:
64
64
65
- ![ SE051H + K32W061 DK6] ( ../../platform/nxp/k32w/k32w0/doc/images/k32w-se.jpg )
65
+ ![ SE051H + K32W061 DK6] ( ../../../../ platform/nxp/k32w/k32w0/doc/images/k32w-se.jpg )
66
66
67
67
The SE051H Secure Element extension may be used for best in class security and
68
68
offloading some of the Project CHIP cryptographic operations. Depending on your
@@ -170,7 +170,7 @@ distribution (the demo-application was compiled on Ubuntu 20.04).
170
170
SDK. Once the account is created, login and follow the steps for downloading
171
171
SDK_2_6_4_K32W061DK6. The SDK Builder UI selection should be similar with
172
172
the one from the image below.
173
- ![ MCUXpresso SDK Download] ( ../../platform/nxp/k32w/k32w0/doc/images/mcux-sdk-download.JPG )
173
+ ![ MCUXpresso SDK Download] ( ../../../../ platform/nxp/k32w/k32w0/doc/images/mcux-sdk-download.JPG )
174
174
175
175
- Start building the application either with Secure Element or without
176
176
@@ -220,7 +220,7 @@ The resulting output file can be found in out/debug/chip-k32w061-lock-example.
220
220
## Flashing and debugging
221
221
222
222
Program the firmware using the official
223
- [ OpenThread Flash Instructions] ( https://github.com/openthread/openthread/blob/master/examples/platforms/k32w/ k32w061/README.md #flash-binaries ) .
223
+ [ OpenThread Flash Instructions] ( https://github.com/openthread/ot-nxp/tree/main/src/k32w0/ k32w061#flash-binaries ) .
224
224
225
225
All you have to do is to replace the Openthread binaries from the above
226
226
documentation with _ out/debug/chip-k32w061-lock-example.bin_ if DK6Programmer is
@@ -247,13 +247,13 @@ Power Measurement Tool can be used inside MCUXpresso for checking the power
247
247
consumption pattern: Window -> Show View -> Other -> Power Measurement Tool. The
248
248
configuration for this tool is the next one:
249
249
250
- ![ POWER_CONF] ( ../../platform/nxp/k32w/k32w0/doc/images/power_conf.JPG )
250
+ ![ POWER_CONF] ( ../../../../ platform/nxp/k32w/k32w0/doc/images/power_conf.JPG )
251
251
252
252
Also, please make sure that the J14 jumper is set to the _ ENABLED_ position and
253
253
no expansion board is attached to the DK6. A view from this tool is illustrated
254
254
below:
255
255
256
- ![ POWER_VIEW] ( ../../platform/nxp/k32w/k32w0/doc/images/power_view.JPG )
256
+ ![ POWER_VIEW] ( ../../../../ platform/nxp/k32w/k32w0/doc/images/power_view.JPG )
257
257
258
258
Please note that that the Power Measurement Tool is not very accurate and
259
259
professional tools must be used if exact power consumption needs to be known.
0 commit comments