Get Access to ECI¶
This section provides the steps to setup the ECI repository and download the ECI release archive.
Setup ECI Repository / Download ECI Release Archive¶
- Setup ECI Repository
This option is recommended for new users of ECI. This will setup the public ECI repository from which ECI packages can be readily installed onto a target system.
- Download ECI Release Archive
This option will download the ECI release archive which includes ECI source code for building ECI packages and images, fully-built packages which can be privately hosted, Microservice Dockerfile templates, and CODESYS example applications and benchmarks.
Click the corresponding tab.
A target running a compatible OS can install ECI packages from a hosted ECI repository.
Click the box below appropriate for your OS distribution and complete the steps on that page to setup the ECI repository:
In addition to the ECI repository, you can also download ECI as a release archive. This archive contains the following:
ECI source code, for building ECI packages and images
Fully-built ECI packages which can be privately hosted
Microservice Dockerfile templates
CODESYS example applications and benchmarks
Download ECI Release Archive
Copy the link below and paste it in your web browser. The ECI release archive should begin to download.
https://eci.intel.com/downloads/release-eci_3.3.zipAlternatively, you can download the ECI release archive directly to a Linux system from a terminal using
wget. Use the copied link along withwgetto download the ECI release archive. For example:$ wget <link>
Attention
If you are located in the People’s Republic of China, Intel® offers an alternative release archive which contains a cache of all downloaded data. This alternative release archive minimizes dependency on the Internet, and can significantly reduce build times. Post a question on the Intel® Technical Support for inquiries: Intel® Edge Software Hub - Intel Communities.
Extract ECI Release Archive
After downloading the ECI release archive, do the following:
Use your preferred method to extract the zip archive. If you’re using a Linux system, you may open a terminal and extract the archive like so:
$ unzip release-eci_*.zip
Verify the archive was correctly extracted by examining the
release-eci_*directory. The following are the expected contents of this directory:Documentation Edge-Controls-for-Industrial Licenses Quick_Start_Guide.pdf Support
If you’re using a Linux system, you may change directory to the
release-eci_*directory and list the contents usingls:$ cd ./release-eci_*/ $ ls
What Next after Downloading ECI Release Archive
After downloading the ECI release archive, you’re ready to build ECI. Click the box below to continue to the next section.