Enable an SGX prover

Run cpuid and grep for SGX:

cpuid | grep -i sgx

Modern Linux kernel

Starting with Linux kernel version 5.11, the kernel provides out-of-the-box support for SGX. However, it doesn't support EDMM (Enclave Dynamic Memory Management), which Raiko requires. EDMM support first appeared in Linux 6.0, so ensure that you have Linux kernel 6.0 or above.

To check version of your kernel run:

Update ubuntu and kernel

Raiko Docker

Last updated

Was this helpful?