Files
flip-os-base/flip_os_br2_external/board/lira_flip_am6254sip/genimage.cfg
T

29 lines
465 B
INI

image boot.vfat {
vfat {
files = {
"tiboot3.bin",
"tispl.bin",
"u-boot.bin"
}
}
size = 64M
}
image flip_os_base.img {
hdimage {
partition-table-type = "mbr"
}
partition boot {
partition-type = 0x0C
bootable = "true"
image = "boot.vfat"
offset = 1M
}
partition rootfs {
partition-type = 0x83
image = "rootfs.btrfs"
}
}