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: dm-wolftpm-wolfssl-tls-with-zephyr/README.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,9 @@ This interactive demo showcases various TPM capabilities using Zephyr RTOS and w
22
22
3.[Setup](#step3)
23
23
4.[Project Features](#step4)
24
24
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)
29
28
30
29
## 1. Software<aname="step1"></a>
31
30
-[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.
101
100
You will need to format the SD Card to the FAT32 filesystem
102
101
103
102
### 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).
@@ -267,7 +266,7 @@ By following these three steps manually, you have complete control over each par
267
266
6. Make sure the server is running on zephyr via the `-server` or `-demo` command
268
267
7. Connect with the client
269
268
```
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
271
270
```
272
271
273
272
@@ -327,9 +326,9 @@ By default the project is set up to use a DHCP Server, this section will show ho
327
326
328
327
Questions regarding the content/correctness of this example can be entered as Issues within this GitHub repository.
329
328
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/)
0 commit comments