语法
- 对于 Zynq 器件和 Zynq UltraScale+ MPSoC:
[ppkfile] <key filename>
- 对于 AMD Versal™
自适应 SoC:
ppkfile = <filename>
实参
指定的文件名。
注释: 秘密密钥文件包含密钥的公钥组件。只要注明 PSK,您就无需指定 PPK。
示例
- 对于 Zynq 器件和 Zynq UltraScale+ MPSoC:
all: { [ppkfile] primarykey.pub [pskfile] primarykey.pem [sskfile] secondarykey.pem [bootloader, authentication=rsa]fsbl.elf [authentication=rsa] hello.elf }
- 对于 AMD Versal™
自适应 SoC:
all: { boot_config {bh_auth_enable} image { name = pmc_ss, id = 0x1c000001 { type=bootloader, authentication=rsa, file=plm.elf, ppkfile=primary0.pub, pskfile=primary0.pem, sskfile=secondary0.pem } { type = pmcdata, load = 0xf2000000, file=pmc_cdo.bin } { type=cdo, authentication=rsa, file=fpd_cdo.bin, ppkfile=primary1.pub, pskfile = primary1.pem, sskfile = secondary1.pem } } }