语法
{ file = <path/to/file> }
描述
该属性可指定用于创建分区的文件。
示例
new_bif: { image { { type = bootimage, file = base.pdi } } image { name = apu_ss, id = 0x1c000000 { core = a72-0, file = apu.elf } } }
注释:
*base.pdi
即为 Vivado 所生成的 PDI。