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:
- Launch top level system settings configuration menu and
configure:
petalinux-config
- Select Linux Components Selection ---> submenu.
- 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 adaptive SoC in images/linux inside the project root directory.
For more information on PLM, see Versal Adaptive SoC System Software Developers Guide (UG1304).