genimage.cfg 302 B

123456789101112131415
  1. # Minimal SD card image for the Toradex Apalis i.MX6 COM
  2. #
  3. # It does not need a boot section for a bootloader since it is booted
  4. # from its internal flash memory (eMMC).
  5. image sdcard.img {
  6. hdimage {
  7. }
  8. partition rootfs {
  9. partition-type = 0x83
  10. image = "rootfs.ext2"
  11. size = 512M
  12. }
  13. }