1image sdcard.img {
2	hdimage {
3	}
4
5	partition u-boot {
6		in-partition-table = "no"
7		image = "u-boot-sunxi-with-spl.bin"
8		offset = 8KB
9		size = 1016K # 1MB - 8KB
10	}
11
12	partition rootfs {
13		partition-type = 0x83
14		image = "rootfs.ext4"
15		size = 512M
16	}
17}
18