how to enable tpm 2.0 on unknown manufactured device

berveglieri

New Member
Joined
Jan 26, 2023
Messages
1
Reaction score
0
Credits
15
Hi,
I have a board from an unknown manufacturer and it comes with tpm 2.0 module but I can't make it appear on /dev.
I have tried to load the correct drivers but during the boot it shows fly error: tpm_tis_remove and I have no idea of the reason.
How could I make it work? I have tried to compile a new kernel with tpm support but I had no success to make it appear in /dev.
I have read about devicetree overlay but I am not sure how to apply such configuration to make it work.
Maybe someone would have some idea in how to make the tpm device visible?
The board is running ubuntu 20.04 arm version

Thank you

Regards
 


Need to check the BIOS to see if it is enabled or not
Code:
sudo dmesg | grep -i tpm
Once you've toggled support on you can check with
Code:
ls -la /lib/modules/`uname -r`/kernel/drivers/char/tpm
 

Members online


Latest posts

Top