Image Selector - 2021.2 English

PetaLinux Tools Documentation: Reference Guide

Document ID
UG1144
Release Date
2021-10-27
Version
2021.2 English
Note: This section is only for Zynq® UltraScale+™ MPSoCs.

By default, the top-level system settings are not set to generate the Image Selector. If you want enable Image Selector from menuconfig, configure the project to build Image Selector as follows:

  1. Launch top level system settings configuration menu and configure:
    $ petalinux-config 
    1. Select the Linux Components Selection sub-menu.
    2. Select Image Selector.
    3. Enter your settings.
    4. Exit the menu and save the change.
  2. Build the Image Selector when building the project:
    $ petalinux-build 
  3. Build the Image Selector only:
    petalinux-build -c imgsel

    The image selector ELF file is installed as imgsel.elf for Zynq UltraScale+ MPSoCs in the images/Linux inside the project root directory.