xref: /OK3568_Linux_fs/buildroot/board/sifive/hifive-unleashed/genimage_sdcard.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image sdcard.img {
2	hdimage {
3		gpt = true
4	}
5
6	partition u-boot-spl {
7		image = "u-boot-spl.bin"
8		offset = 17K
9		partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
10	}
11
12	partition u-boot {
13		image = "u-boot.itb"
14		offset = 1041K
15		partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
16	}
17
18	partition rootfs {
19		image = "rootfs.ext4"
20		partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
21		bootable = true
22	}
23}
24