-
Notifications
You must be signed in to change notification settings - Fork 0
How to install Intel SGX Driver on Ubuntu
In this tutorial we will describe how to set up Intel SGX on a Linux system. Primarily we will deal with the installation of the SGX driver.
First of all, we have to download the latest Intel SGX release (for example Intel SGX Linux 2.8 Release) on the following page:
Please make sure to use the SGX release for Ubuntu 18.04. Subsequently you will be redirected to a mirror where two binary files are contained.
Download the driver file sgx_linux_x64_driver_<version>.bin
and navigate to the destinated location in the filesystem. Before we can run the file, we have to use the chmod
command to make it executable.
chmod +x sgx_linux_x64_driver_<version>.bin
Now you can run the driver installation with root privileges.
sudo ./sgx_linux_x64_driver_2.6.0_51c4821.bin
After execution of the .bin
file, the SGX driver has been successfully installed and is ready for use.
🛠️ How to install Intel SGX Driver on Ubuntu
🛠️ How to install Intel SGX SDK on Ubuntu
🎯 Validate that your Intel SGX Setup is working correctly
💻 How to setup the Eclipse IDE (with SGX Plugin)
⭐ How to setup the first SGX Project
📊 How to analyse an SGX Enclave? (Installation and Usage)
📁 Brief introduction: SQLite's Virtual File System