kumquat-buildroot/board/kontron/smarc-sal28/genimage.cfg

24 lines
333 B
INI
Raw Normal View History

image sdcard-emmc.img {
hdimage {
partition-table-type = "gpt"
}
partition rcw {
offset = 4K
in-partition-table = "no"
image = "rcw.bin"
}
partition u-boot {
offset = 1M
in-partition-table = "no"
image = "u-boot.rom"
}
partition rootfs {
offset = 2M
image = rootfs.ext4
partition-uuid = %PARTUUID%
}
}