Image Selector - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-10-18
Version
2023.2 English
Note: This section is only for AMD 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 submenu.
    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.