構文
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
[sskfile] <key filename>
-
AMD Versal™
アダプティブ SoC の場合:
sskfile = <filename>
説明
SSK は、ブート イメージのパーティションを認証する目的に使用されます。詳細は、認証の使用 を参照してください。
引数
指定するファイルの名前。
例
-
Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
all: { [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, pskfile=primary0.pem, sskfile=secondary0.pem } { type = pmcdata, load = 0xf2000000, file=pmc_cdo.bin } { type=cdo, authentication=rsa, file=fpd_cdo.bin, pskfile = primary1.pem, sskfile = secondary1.pem } } }
注記: 秘密キー ファイルには、キーの公開キー コンポーネントが含まれます。PSK が指定されている場合は、PPK を指定する必要はありません。