ed380f62e0
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
256 B
INI
18 lines
256 B
INI
image sdcard.img {
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
}
|
|
|
|
partition imx-boot {
|
|
in-partition-table = "no"
|
|
image = "imx8-boot-sd.bin"
|
|
offset = 33K
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 8M
|
|
image = "rootfs.ext4"
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|