xref: /OK3568_Linux_fs/buildroot/board/olimex/a33_olinuxino/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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 = 8K
9		size = 1016K # 1MB - 8KB
10	}
11
12	partition rootfs {
13		partition-type = 0x83
14		image = "rootfs.ext4"
15		size = 512M
16	}
17}
18