This is for VersalĀ® ACAP. This is mandatory. By default, the top-level system settings are set to generate the PSM.
If you had disabled PSM from menuconfig previously, you can configure the project to build PSM as follows:
- Launch top level system settings configuration menu and configure:
$ petalinux-config
- Select the Linux Components Selection sub-menu.
- Select PSM firmware.
- Enter your settings.
- Exit the menu and save the change.
- Build the PSM when building the project:
$ petalinux-build
- Build the PSM only:
$ petalinux-build -c psm-firmware
The PSM ELF file is installed as psmfw.elf for Versal ACAP in images/Linux inside the project root directory.
For more information on PSM, see Versal ACAP System Software Developers Guide (UG1304).