blob: c98bc4f1508ebd580ceee03ea852aca055ac187a [file] [log] [blame] [edit]
image sdcard.img {
hdimage {
partition-table-type = "gpt"
gpt-location = 16K
}
partition imx-boot {
in-partition-table = "no"
image = "flash.bin"
offset = 33K
}
partition rootfs {
image = "rootfs.ext4"
offset = 8M
partition-uuid = %PARTUUID%
}
}