Attention

You are viewing an older version of the documentation. The latest version is v3.3.

core-bullseye

The following section is applicable to:

../../_images/linux4.png

This section provides the steps to build an ECI core-bullseye installation image. This installation image is a minimal build of Debian with the ECI Linux Intel LTS PREEMPT_RT kernel already installed and boot parameters already configured. Use this image to quickly get started with a blank canvas ready for customization.

Prerequisites for Building core-bullseye

Before building the ECI core-bullseye installation image, make sure that you have:

Build ECI core-bullseye Installation Image

The setup script will begin configuring the assets needed to build the core-bullseye target image. Depending on the state of the build environment, a few notifications may occur. The following are some of the notifications:

  • Build directory already exists

    If the setup script is not building the target for the first time, the script will prompt: Build directory eci-core-bullseye already exists. Do you want to clean the cached build? [y/N]

    ../../_images/028.png

    Press n to retain the target build cache or press y to delete target build cache.

    Note: It is recommended that you delete the target build cache if the target source was modified or the previous build was incomplete. Retaining the target build cache will reduce the build time, but might cause build errors if the target source was modified or the previous build was incomplete. If build errors occur, rerun the setup script and choose y at this prompt.

  • Build Directory Already Exists

  • Detected Lock Files for Target

  • System Memory below Recommended Minimum

After setting up the build target, the script will prompt: Do you want to run an automated build? [Y/n].

../../_images/A1.png

To perform an automated build, press y at the prompt.

../../_images/A1.png

The build typically takes a long time. A Linux build system with the recommended specifications might take about 30 minutes to an hour to complete. A Linux build system with the minimum specifications might take over two hours to complete. For the recommended specifications, refer to Linux build system.

../../_images/B.png

What Next after Building core-bullseye

After the build completes, refer to Install Debian-based ECI Images (Generic) to create a bootable USB flash drive to install the core-bullseye image.