Skip to content

Commit a88d7ba

Browse files
committed
Add note about ifx_fw_update tool requirements
1 parent d936b8f commit a88d7ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/firmware/ifx_fw_update.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,11 @@ int main(int argc, char *argv[])
233233
(defined(WOLFTPM_SLB9672) || defined(WOLFTPM_SLB9673))
234234
rc = TPM2_IFX_Firmware_Update(NULL, argc, argv);
235235
#else
236-
printf("Support for firmware upgrade not compiled in! "
236+
printf("Support for firmware upgrade not compiled in!\n"
237237
"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");
238241
(void)argc;
239242
(void)argv;
240243
#endif

0 commit comments

Comments
 (0)