You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/contact-sensor-app/nxp/k32w0/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -416,8 +416,8 @@ DK6 Flash Programmer tool has also been integrated part of
416
416
[NXP Secure Provisioning SDK (SPSDK)](https://github.com/nxp-mcuxpresso/spsdk). This tool is supported by
417
417
environments like Windows, Linux or Mac.
418
418
419
-
SPSDK can be installed and run from a Python environment using [these instructions](https://spsdk.readthedocs.io/en/latest/usage/installation.html).
420
-
This enables the user to have transparent access to the dk6 programming tool through SPSDK.
419
+
`SPSDK` can be installed and run from a Python environment using [these instructions](https://spsdk.readthedocs.io/en/latest/usage/installation.html).
420
+
This enables the user to have transparent access to the dk6 programming tool through `SPSDK`.
421
421
422
422
```
423
423
# after specific environment installation steps
@@ -433,13 +433,13 @@ $ spsdk --help
433
433
...
434
434
```
435
435
436
-
Dependencies for the dk6prog module can be installed using the following command, more details [here](https://spsdk.readthedocs.io/en/latest/usage/installation.html#dk6-tools):
436
+
Dependencies for the `dk6prog` module can be installed using the following command, more details [here](https://spsdk.readthedocs.io/en/latest/usage/installation.html#dk6-tools):
437
437
438
438
```
439
439
$ pip install spsdk[dk6]
440
440
```
441
441
442
-
The SPSDK installation adds dk6prog as executable to system path, so user can use directly `dk6prog` from terminal.
442
+
The `SPSDK` installation adds `dk6prog` as executable to system path, so user can use directly `dk6prog` from terminal.
443
443
The following commands are to be used to write the chip-k32w0x-contact-example binary to the board.
Copy file name to clipboardexpand all lines: examples/lighting-app/nxp/k32w0/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -392,8 +392,8 @@ DK6 Flash Programmer tool has also been integrated part of
392
392
[NXP Secure Provisioning SDK (SPSDK)](https://github.com/nxp-mcuxpresso/spsdk). This tool is supported by
393
393
environments like Windows, Linux or Mac.
394
394
395
-
SPSDK can be installed and run from a Python environment using [these instructions](https://spsdk.readthedocs.io/en/latest/usage/installation.html).
396
-
This enables the user to have transparent access to the dk6 programming tool through SPSDK.
395
+
`SPSDK` can be installed and run from a Python environment using [these instructions](https://spsdk.readthedocs.io/en/latest/usage/installation.html).
396
+
This enables the user to have transparent access to the dk6 programming tool through `SPSDK`.
397
397
398
398
```
399
399
# after specific environment installation steps
@@ -409,13 +409,13 @@ $ spsdk --help
409
409
...
410
410
```
411
411
412
-
Dependencies for the dk6prog module can be installed using the following command, more details [here](https://spsdk.readthedocs.io/en/latest/usage/installation.html#dk6-tools):
412
+
Dependencies for the `dk6prog` module can be installed using the following command, more details [here](https://spsdk.readthedocs.io/en/latest/usage/installation.html#dk6-tools):
413
413
414
414
```
415
415
$ pip install spsdk[dk6]
416
416
```
417
417
418
-
The SPSDK installation adds dk6prog as executable to system path, so user can use directly `dk6prog` from terminal.
418
+
The `SPSDK` installation adds `dk6prog` as executable to system path, so user can use directly `dk6prog` from terminal.
419
419
The following commands are to be used to write the chip-k32w0x-light-example binary to the board.
0 commit comments