Skip to content

Commit 12e7fee

Browse files
committed
Grammer/spelling in readme
1 parent 482c335 commit 12e7fee

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

dm-wolftpm-wolfssl-tls-with-zephyr/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ This interactive demo showcases various TPM capabilities using Zephyr RTOS and w
2222
3. [Setup](#step3)
2323
4. [Project Features](#step4)
2424
5. [Project Options](#step5)
25-
6. [Project Flow Chart](#step6)
26-
7. [FAQs](#step7)
27-
8. [Support](#step8)
28-
9. [Release Notes](#step9)
25+
6. [FAQs](#step7)
26+
7. [Support](#step8)
27+
8. [Release Notes](#step9)
2928

3029
## 1. Software<a name="step1"></a>
3130
- [MCUXpresso for VScode 1.5.61 or newer](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc800-arm-cortex-m0-plus-/mcuxpresso-for-visual-studio-code:MCUXPRESSO-VSC?cid=wechat_iot_303216)
@@ -101,7 +100,7 @@ We provide a convenient script to set up your SD card properly.
101100
You will need to format the SD Card to the FAT32 filesystem
102101

103102
### 3.3 Connect Hardware
104-
1. Plug in your TPM to the corresponding ports on the mikroBus Headers (currently the demo ony support I2C TPM's).
103+
1. Plug in your TPM to the corresponding ports on the mikroBus Headers (currently the demo only supports I2C TPM's).
105104

106105
[<img src="Images/mikroBus-layout.png" width="500"/>](Images/mikroBus-layout.png)
107106

@@ -114,7 +113,7 @@ You will need to format the SD Card to the FAT32 filesystem
114113
4. Connect an Ethernet cable to your network (required for TLS server functionality)
115114

116115
### 3.4 Program and Run the Demo
117-
1. Flash the .elf to FRDM-MCXN947, Can be done with right clicking the project and choosing to `flash the selected target`
116+
1. Flash the .elf to FRDM-MCXN947, Can be done by right clicking the project and choosing to `flash the selected target`
118117
2. Connect to the Serial Output of the FRDM-MCXN947 via:
119118
- Screen Command - `screen /dev/tty"MCXN-Port" 115200`
120119
- Some Serial Terminal you are familiar with
@@ -267,7 +266,7 @@ By following these three steps manually, you have complete control over each par
267266
6. Make sure the server is running on zephyr via the `-server` or `-demo` command
268267
7. Connect with the client
269268
```
270-
./example/client/client -h <ip of zephyr device as displaced at boot> -A <path/to/cert.pem/you/saved> -w
269+
./example/client/client -h <ip of zephyr device as displayed at boot> -A <path/to/cert.pem/you/saved> -w
271270
```
272271
273272
@@ -327,9 +326,9 @@ By default the project is set up to use a DHCP Server, this section will show ho
327326
328327
Questions regarding the content/correctness of this example can be entered as Issues within this GitHub repository.
329328
330-
>**Warning**: For more general technical questions regarding NXP Microcontrollers and the difference in expected funcionality, enter your questions on the [NXP Community Forum](https://community.nxp.com/)
329+
>**Warning**: For more general technical questions regarding NXP Microcontrollers and the difference in expected functionality, enter your questions on the [NXP Community Forum](https://community.nxp.com/)
331330
332-
## 9. Release Notes<a name="step9"></a>
331+
## 8. Release Notes<a name="step9"></a>
333332
| Version | Description / Update | Date |
334333
|:-------:|------------------------------------------------|----------------------------:|
335334
| 1.0 | Initial release on Application Code Hub | TBD|

0 commit comments

Comments
 (0)