genimage.cfg 309 B

123456789101112131415161718192021
  1. # Minimal SD card image for the Starfive VisionFive board
  2. image sdcard.img {
  3. hdimage {
  4. }
  5. # u-boot is hard coded to look at 3rd partition
  6. partition dummy1 {
  7. size = 512
  8. }
  9. partition dummy2 {
  10. size = 512
  11. }
  12. partition rootfs {
  13. partition-type = 0x83
  14. image = "rootfs.ext4"
  15. bootable = "true"
  16. }
  17. }