ppkfile - 2023.2 日本語

Bootgen ユーザー ガイド (UG1283)

Document ID
UG1283
Release Date
2023-10-18
Version
2023.2 日本語

構文

  • Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
    [ppkfile] <key filename>
  • AMD Versal™ アダプティブ SoC の場合:
    ppkfile = <filename>

説明

PPK キーは、ブート イメージのパーティションを認証する目的に使用されます。

認証の使用 を参照してください。

引数

指定するファイルの名前。

注記: 秘密キー ファイルには、キーの公開キー コンポーネントが含まれます。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  }  
       }                                                         
    }