xref: /OK3568_Linux_fs/buildroot/board/toradex/apalis-imx6/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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
6image sdcard.img {
7	hdimage {
8	}
9
10	partition rootfs {
11		partition-type = 0x83
12		image = "rootfs.ext2"
13		size = 512M
14	}
15}
16