This is for AMD Versalâ„¢ adaptive SoC. 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 submenu.
- 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 adaptive SoC in images/Linux inside the project root directory.
For more information on PSM, see Versal Adaptive SoC System Software Developers Guide (UG1304).