summaryrefslogtreecommitdiff
path: root/target/riscv64/starfive-visionfive2/genimage.cfg
blob: 5d26dc49b2cdb0e55b70c1c58ae931a2888b2b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Minimal SD card image for the Starfive VisionFive2 board

image sdcard.img {
	hdimage {
		partition-table-type = "gpt"
	}

	partition spl {
		partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
		image = "u-boot-spl.bin.normal.out"
	}

	partition uboot {
		partition-type-uuid = BC13C2FF-59E6-4262-A352-B275FD6F7172
		image = "u-boot.itb"
	}

	partition rootfs {
		partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
		bootable = true
		image = "rootfs.ext"
	}

	partition cfgfs {
		partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
		image = "cfgfs.img"
	}
}