50763ea094
Like we do in all other genimage configuration files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
21 lines
374 B
INI
21 lines
374 B
INI
image sdcard.img {
|
|
partition u-boot {
|
|
in-partition-table = false
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
offset = 8K
|
|
size = 1000K # 1MB - 8KB(offset) - 16KB(GPT)
|
|
}
|
|
|
|
hdimage {
|
|
partition-table-type = "gpt"
|
|
gpt-location = 1008K # 1MB - 16KB(GPT)
|
|
gpt-no-backup = true
|
|
}
|
|
|
|
partition rootfs {
|
|
offset = 1M
|
|
image = "rootfs.ext4"
|
|
partition-uuid = %PARTUUID%
|
|
}
|
|
}
|