starfive-dubhe.wks 422 B

12345678910
  1. #short-description: Create SD card image for Starfive Duhbe
  2. # long-description: Creates a partitioned SD card image for Starfive Dubhe.
  3. #boot partition (empty)
  4. part /boot --ondisk mmcblk0 --fstype=vfat --label boot --active --align 1024 --size=17M --use-uuid
  5. #root partition
  6. part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 1024 --use-uuid
  7. bootloader --append "rootwait console=ttyS0,115200"