We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d936b8f commit a88d7baCopy full SHA for a88d7ba
examples/firmware/ifx_fw_update.c
@@ -233,8 +233,11 @@ int main(int argc, char *argv[])
233
(defined(WOLFTPM_SLB9672) || defined(WOLFTPM_SLB9673))
234
rc = TPM2_IFX_Firmware_Update(NULL, argc, argv);
235
#else
236
- printf("Support for firmware upgrade not compiled in! "
+ printf("Support for firmware upgrade not compiled in!\n"
237
"See --enable-firmware or WOLFTPM_FIRMWARE_UPGRADE\n");
238
+ printf("This tool is for the Infineon SLB9672 or SLB9673 TPMs only\n"
239
+ "\t--enable-infineon=slb9672 (WOLFTPM_SLB9672)\n"
240
+ "\t--enable-infineon=slb9673 --enable-i2c (WOLFTPM_SLB9673)\n");
241
(void)argc;
242
(void)argv;
243
#endif
0 commit comments