destination_device - 2023.2 简体中文

Bootgen 用户指南 (UG1283)

Document ID
UG1283
Release Date
2023-10-18
Version
2023.2 简体中文

语法

[destination_device <options>] <partition>

描述

指定分区目标为 PS 还是 PL。

实参

  • ps:分区目标为 PS。这是默认值。
  • pl:分区目标为 PL(适用于比特流)。

示例

all:
{
	[bootloader,destination_cpu=a53-0]fsbl.elf
	[destination_device=pl]system.bit
	[destination_cpu=r5-1]app.elf
}