genimage.cfg 236 B

1234567891011
  1. # Minimal image, no U-boot since v3/v5 cannot boot from sdcard, see
  2. # readme.txt for details on configuring the on-board u-boot.
  3. image sdcard.img {
  4. hdimage {
  5. }
  6. partition rootfs {
  7. partition-type = 0x83
  8. image = "rootfs.ext4"
  9. }
  10. }