type - 2024.2 简体中文 - UG1283

Bootgen 用户指南 (UG1283)

Document ID
UG1283
Release Date
2024-12-13
Version
2024.2 简体中文

语法

{ type = <options> } 

描述

该属性用于指定分区类型。选项如下。

  • bootloader
  • pmcdata
  • cdo
  • bootimage

示例

new_bif:
{
	image
	{
		{ type = bootimage, file = base.pdi }
	}
	image
	{
		name = apu_ss, id = 0x1c000000
		{ core = a72-0, file = apu.elf }
	}
}
注释: *base.pdi 即为 Vivado 所生成的 PDI。