|
@@ -24,11 +24,11 @@ image sdcard.img {
|
|
|
in-partition-table = "no"
|
|
|
image = "u-boot-sunxi-with-spl.bin"
|
|
|
offset = 8K
|
|
|
- size = 1032K # 1MB - 8KB + 16KB(GPT)
|
|
|
+ size = 1016K # 1MB - 8KB
|
|
|
}
|
|
|
|
|
|
partition boot {
|
|
|
- partition-type = 0xC
|
|
|
+ partition-type-uuid = "U"
|
|
|
bootable = "true"
|
|
|
image = "boot.vfat"
|
|
|
}
|
|
@@ -36,7 +36,7 @@ image sdcard.img {
|
|
|
# 'rootfs' will be used as the partition label, used
|
|
|
# with root=PARTLABEL=rootfs kernel command line
|
|
|
partition rootfs {
|
|
|
- partition-type = 0x83
|
|
|
+ partition-type-uuid = "L"
|
|
|
image = "rootfs.ext4"
|
|
|
size = 512M
|
|
|
}
|