This is for VersalĀ® ACAP. 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:
- Launch top level system settings configuration menu and
configure:
$ petalinux-config
- Select Linux Components Selection ---> sub-menu.
- Select PLM.
- Enter your settings.
- Exit the menu and save the change.
- Build the PLM when building the project:
$ petalinux-build
- Build the PLM only:
$ petalinux-build -c plm
The PLM ELF file is installed as plm.elf for Versal ACAP in images/linux inside the project root directory.
For more information on PLM, see Versal ACAP System Software Developers Guide (UG1304).