01-16-2021, 02:16 PM
(This post was last modified: 01-16-2021, 02:19 PM by LibrePhoneUser.)
The 5.10 kernel release brought support for the Pinephone A64 processor’s true hardware random number generator under the sun8i-ce module. However, even after I load the module I am not getting a working /dev/hwrng.
The patch adding this support to the 5.10 kernel provides a new kernel option that must be activated before building the kernel:
Is this option selected in Mobian's kernel build? If not, could I request that it be activated?
The patch adding this support to the 5.10 kernel provides a new kernel option that must be activated before building the kernel:
Code:
+config CRYPTO_DEV_SUN8I_CE_TRNG
+ bool "Support for Allwinner Crypto Engine TRNG"
+ depends on CRYPTO_DEV_SUN8I_CE
+ select HW_RANDOM
+ help
+ Select this option if you want to provide kernel-side support for
+ the True Random Number Generator found in the Crypto Engine.
Is this option selected in Mobian's kernel build? If not, could I request that it be activated?