Once you have the signed-target-files.zip, you can create the release images to be programmed in your devices. These release images are similar to the ones created during the development process (see Build your development images) but with your private keys.

To generate the signed images from the signed target files, use the build/tools/releasetools/img_from_target_files python script:

  1. You must have created the signed-target_files zip (see Sign for release).

  2. Change to the directory where the source code is installed.

    $ cd dea-9.0-r3
  3. Run the following command:

    $ ./build/tools/releasetools/img_from_target_files out/dist/signed-target-files.zip out/dist/signed-img.zip

The resulting file, out/dist/signed-img.zip, contains the image files for system, boot, vendor, and recovery.

To program these files into your ConnectCore 8X SBC Pro, follow the steps in either:

To establish a secure environment where the access to the private key is restricted, see Release in a secure environment.