genimage-vf2.cfg 731 B

1234567891011121314151617181920212223242526272829303132333435
  1. image sdcard.img {
  2. hdimage {
  3. gpt = true
  4. }
  5. partition spl {
  6. # image = "u-boot-spl.bin.normal.out"
  7. partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
  8. offset = 1M
  9. size = 2M
  10. }
  11. partition uboot {
  12. image = "work/visionfive2_fw_payload.img"
  13. partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
  14. offset = 3M
  15. size = 5M
  16. }
  17. partition image {
  18. # partition-type = 0xC
  19. partition-type-uuid = EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
  20. image = "work/starfive-visionfive2-vfat.part"
  21. offset = 8M
  22. size = 292M
  23. }
  24. partition root {
  25. # partition-type = 0x83
  26. partition-type-uuid = 0FC63DAF-8483-4772-8E79-3D69D8477DE4
  27. image = "work/buildroot_rootfs/images/rootfs.ext4"
  28. offset = 300M
  29. bootable = true
  30. }
  31. }