imagestore - 2024.1 简体中文

Bootgen 用户指南 (UG1283)

Document ID
UG1283
Release Date
2024-05-30
Version
2024.1 简体中文

语法

imagestore = <id>

描述

用于指定要添加到“Image Store”(镜像存储)的 PDI 的 ID。“Image Store”功能特性允许将 PDI 文件存储在存储器 (DDR) 中,稍后用于加载 PDI 内的指定镜像。其目的是为了允许无需依赖外部启动器件即可执行部分重配置、子系统重启等操作。

示例

write_imagestore_pdi:                                         
{
  id_code = 0x04d14093                                        
  extended_id_code = 0x01                                     
  id = 0xb                                                    
  image                                                       
  {                                                           
    name = pl_noc, id = 0x18700000                            
    partition                                                 
    {                                                         
      id = 0xb05, type = cdo, file = imagestore.rnpi          
    }                                                         
  }                                                           
}                                                             
master:                                                       
{                                                             
  id_code = 0x04d14093                                        
  extended_id_code = 0x01                                     
  id = 0x2                                                    
  image                                                       
  {                                                           
    name = IMAGE_STORE, id = 0x18700000                       
    partition                                                 
    {                                                         
      id = 0xb15, imagestore = 0x1                            
      section = write_imagestore_pdi                          
    }                                                         
  }                                                           
}