kumquat-buildroot/board/kontron/pitx-imx8m/genimage.cfg

18 lines
249 B
INI
Raw Normal View History

image sdcard.img {
hdimage {
partition-table-type = "gpt"
}
partition imx-boot {
in-partition-table = "no"
image = "flash.bin"
offset = 33K
}
partition rootfs {
offset = 8M
image = "rootfs.ext4"
partition-uuid = %PARTUUID%
}
}