2022-02-06 08:48:53 +01:00
|
|
|
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 {
|
2022-07-22 22:21:43 +02:00
|
|
|
partition-table-type = "gpt"
|
2022-02-06 08:48:53 +01:00
|
|
|
gpt-location = 1008K # 1MB - 16KB(GPT)
|
|
|
|
gpt-no-backup = true
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
offset = 1M
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
partition-uuid = %PARTUUID%
|
|
|
|
}
|
|
|
|
}
|