partition_owner、owner - 2022.1 日本語

Bootgen ユーザー ガイド (UG1283)

Document ID
UG1283
Release Date
2022-04-26
Version
2022.1 日本語

構文

  • Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
    [partition_owner = <options>] <filename>
  • Versal® ACAP の場合:
    { owner = <options>, file=<filename> }

説明

パーティションをロードするパーティション オーナー。

引数

  • Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
    • fsbl: FSBL がこのパーティションを読み込みます。
    • uboot: U-Boot がこのパーティションを読み込みます。
  • Versal® ACAP の場合:
    • plm: PLM がこのパーティションを読み込みます。
    • non-plm: PLM はこのパーティションを無視します。パーティションは別の方法で読み込まれます。

  • Zynq デバイスおよび Zynq UltraScale+ MPSoC の場合:
    all:                                              
     {                                                 
         [bootloader] fsbl.elf                         
         uboot.elf                                     
         [partition_owner=uboot] hello.elf             
     }
  • Versal® ACAP の場合:
    all:                                              
     {                                                 
         image                                         
         {                                             
             { type = bootimage, file = base.pdi }                                       
         }                                             
         image                                         
         {                                             
             name = apu_subsys,  id = 0x1c000003       
             {                                         
                  id = 0x00000000,                     
                  core = a72-0,                        
                  owner = non-plm,                     
                  file = /path/to/image.ub             
             }                                         
         }                                             
     }