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:
- Launch top level system settings configuration menu and configure:
$ petalinux-config
- Select the Linux Components Selection sub-menu.
- Select Image Selector.
- Enter your settings.
- Exit the menu and save the change.
- Build the Image Selector when building the
project:
$ petalinux-build
- 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.