I've been trying to get into the BIOS in the i.MX93EVK to try and enable fTPM before the Windows 10 IoT OS boots up but with no success. Continuously tapping the ESC or DEL key takes it to the Windows recovery mode chain. I even tried to access UEFI firmware settings through Advanced settings in Windows recovery mode...but restarting it doesn't load the BIOS GUI at all.
Need some help with this...Thanks
已解决! 转到解答。
Hi @Rushil3006,
in order to enable fTPM is it necessary to build secured (signed_firmware.bin) firmware with the following parameters:
buildme64.sh -b <board-type> -t all -t secured_efi -nu
Then you can check functionality in the Device Manager -> System devices -> Microsoft Windows Trusted Runtime Secure Service. Driver should working correctly.
Best regards,
Michal
Hi @Rushil3006,
in order to enable fTPM is it necessary to build secured (signed_firmware.bin) firmware with the following parameters:
buildme64.sh -b <board-type> -t all -t secured_efi -nu
Then you can check functionality in the Device Manager -> System devices -> Microsoft Windows Trusted Runtime Secure Service. Driver should working correctly.
Best regards,
Michal
Hello,
The U-Boot proper is used in this project to perform early display initialization and load the UEFI bootloader. You just need to apply a click on your keyboard to enter to its configuration.
Regards