linux: update to 6.10.x, 6.9.x is EOL
[openadk.git] / target / riscv64 / starfive-visionfive2 / genimage.cfg
blob5d26dc49b2cdb0e55b70c1c58ae931a2888b2b76
1 # Minimal SD card image for the Starfive VisionFive2 board
3 image sdcard.img {
4         hdimage {
5                 partition-table-type = "gpt"
6         }
8         partition spl {
9                 partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
10                 image = "u-boot-spl.bin.normal.out"
11         }
13         partition uboot {
14                 partition-type-uuid = BC13C2FF-59E6-4262-A352-B275FD6F7172
15                 image = "u-boot.itb"
16         }
18         partition rootfs {
19                 partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
20                 bootable = true
21                 image = "rootfs.ext"
22         }
24         partition cfgfs {
25                 partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
26                 image = "cfgfs.img"
27         }