向现有 PDI 追加新分区 - 2023.2 简体中文

Vitis 统一软件平台文档 嵌入式软件开发 (UG1400)

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 简体中文

本示例演示了如何向现有 PDI 追加新分区。

  1. 使用 Vivado 生成的 PDI (base.pdi)。
  2. 追加 dtb、uboot 和 bl31 应用以创建新 PDI。
new_bif:
{
	image
	{
		{ type = bootimage, file = base.pdi }
	}
	image
	{
		name = apu_ss, id = 0x1c000000
		{ load = 0x1000, file = system.dtb }
          { exception_level = el-2, file = u-boot.elf }
          { core = a72-0, exception_level = el-3, trustzone, file = bl31.elf }
	}
}