Initial commit
This commit is contained in:
35
conf/genimage-vf2.cfg
Normal file
35
conf/genimage-vf2.cfg
Normal file
@@ -0,0 +1,35 @@
|
||||
image sdcard.img {
|
||||
hdimage {
|
||||
gpt = true
|
||||
}
|
||||
|
||||
partition spl {
|
||||
image = "work/u-boot-spl.bin.normal.out"
|
||||
partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
||||
offset = 2M
|
||||
size = 2M
|
||||
}
|
||||
|
||||
partition uboot {
|
||||
image = "work/visionfive2_fw_payload.img"
|
||||
partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
|
||||
offset = 4M
|
||||
size = 4M
|
||||
}
|
||||
|
||||
partition image {
|
||||
# partition-type = 0xC
|
||||
partition-type-uuid = EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
|
||||
image = "work/starfive-visionfive2-vfat.part"
|
||||
offset = 8M
|
||||
size = 292M
|
||||
}
|
||||
|
||||
partition root {
|
||||
# partition-type = 0x83
|
||||
partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
|
||||
image = "work/buildroot_rootfs/images/rootfs.ext4"
|
||||
offset = 300M
|
||||
bootable = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user