Platform Loader and Manager Firmware (PLM) - 2023.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-10-18
Version
2023.2 English

This is for AMD Versalâ„¢ adaptive SoC. This is mandatory. By default, the top-level system settings are set to generate the PLM.

If you had disabled PLM from menuconfig previously, you can configure the project to build PLM as follows:

  1. Launch top level system settings configuration menu and configure:
    petalinux-config
    1. Select Linux Components Selection ---> submenu.
    2. Select PLM.
    3. Enter your settings.
    4. Exit the menu and save the change.
  2. Build the PLM when building the project:
    petalinux-build
  3. Build the PLM only:
    petalinux-build -c plm

The PLM ELF file is installed as plm.elf for Versal adaptive SoC in images/linux inside the project root directory.

For more information on PLM, see Versal Adaptive SoC System Software Developers Guide (UG1304).