package/efl: bump to version 1.18.4
[buildroot-gz.git] / board / toradex / apalis-imx6 / genimage.cfg
blobfe359bd93e65b37055afa120badf8b1ef6cae7e7
1 # Minimal SD card image for the Toradex Apalis i.MX6 COM
3 # It does not need a boot section for a bootloader since it is booted
4 # from its internal flash memory (eMMC).
6 image sdcard.img {
7   hdimage {
8   }
10   partition rootfs {
11     partition-type = 0x83
12     image = "rootfs.ext2"
13     size = 512M
14   }