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/firmware/README.md
+5-28Lines changed: 5 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ Note: LMS format requirements:
153
153
# Run without arguments to display the current firmware information
154
154
./st33_fw_update
155
155
ST33 Firmware Update Tool
156
-
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
156
+
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
157
157
TPM2_Startup pass
158
158
Mfg STM (2), Vendor ST33KTPM2X, Fw 9.257 (0x0)
159
159
Firmware version details: Major=9, Minor=257, Vendor=0x0
@@ -165,7 +165,7 @@ Firmware update: Non-LMS format required
165
165
ST33 Firmware Update Tool
166
166
Firmware File: TPM_ST33KTPM2X_00090200_V1.fi
167
167
Format: Non-LMS (V1)
168
-
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
168
+
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
169
169
TPM2_Startup pass
170
170
Mfg STM (2), Vendor ST33KTPM2X, Fw 9.257 (0x0)
171
171
Firmware version details: Major=9, Minor=257, Vendor=0x0
@@ -184,7 +184,7 @@ Please reset or power cycle the TPM.
184
184
ST33 Firmware Update Tool
185
185
Firmware File: ST33KTPM2X_FAC_00090200_V2.fi
186
186
Format: LMS (V2)
187
-
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 3
187
+
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 3
188
188
TPM2_Startup pass
189
189
Mfg STM (2), Vendor ST33KTPM2X, Fw 9.512 (0x0)
190
190
Firmware version details: Major=9, Minor=512, Vendor=0x0
@@ -201,7 +201,7 @@ Please reset or power cycle the TPM.
201
201
# Cancel an ongoing firmware update
202
202
./st33_fw_update --abandon
203
203
ST33 Firmware Update Tool
204
-
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
204
+
TPM2: Caps 0x30000415, Did 0x0003, Vid 0x104a, Rid 0x 1
205
205
TPM2_Startup pass
206
206
Mfg STM (2), Vendor ST33KTPM2X, Fw 9.257 (0x0)
207
207
Firmware version details: Major=9, Minor=257, Vendor=0x0
@@ -211,27 +211,4 @@ Firmware Update Abandon:
211
211
Success: Please reset or power cycle TPM
212
212
```
213
213
214
-
**Note**: Firmware files cannot be made public and must be obtained separately from STMicroelectronics. Reference implementation code is available in the `examples-private` repository.
215
-
216
-
### Testing Firmware Updates
217
-
218
-
The `test_st33_firmware.sh` script can be used to test firmware update functionality:
219
-
220
-
```sh
221
-
# Basic functionality tests (no firmware files needed)
**Note**: Use `--lms` or `--no-lms` flags to test a specific update path. When neither flag is specified, the script will attempt to run both tests if both firmware files are provided (backward compatible behavior).
214
+
**Note**: Firmware files cannot be made public and must be obtained separately from STMicroelectronics.
0 commit comments