Syntax
[split] mode = <mode-options>, fmt=<format>
Description
Splits the image into parts based on mode. Slaveboot mode splits as follows:
- Boot Header + Bootloader
- Image and Partition Headers
- Rest of the partitions
Normal mode splits as follows:
- Bootheader + Image Headers + Partition Headers + Bootloader
- Partition1
- Partition2 and so on
Options
The available options for argument mode are:
- slaveboot
- normal
- bin
- mcs
Example
all:
{
[split]mode=slaveboot,fmt=bin
[bootloader,destination_cpu=a53-0]fsbl.elf
[destination_device=pl]system.bit
[destination_cpu=r5-1]app.elf
}
Note: The option split mode normal is same
as the command line option split. This command line option is schedule to be
deprecated.
Note: Split slaveboot mode is not supported for Versal
ACAP.