Check SGX Support
Intel SGX check
There is no easy way to check SGX support in CPU and BIOS using Windows, therefore Linux is required to be installed to perform the checks.
Please check the section on Ubuntu Installation:
Ubuntu 18.04 LTSOperating System - Linux
Intel Software Guard Extension (SGX) functions are required for running an Ethernity NODE. To test if your environment supports SGX functions, run the small utility included in the repository:
1. Clone the repository
If you have not done so already, clone the repostiory.
Run test-sgx
Results
The following values must be 1 to indicate SGX support by the CPU: sgx available
One of the following values must be 1 to indicate SGX support in the System/BIOS sgx 1 supported sgx 2 supported
Another way of telling SGX works as expected is a value other than 0 for the following: MaxEnclaveSize_64
Last updated