xref: /OK3568_Linux_fs/buildroot/board/stmicroelectronics/stm32f469-disco/genimage.cfg (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1image boot.vfat {
2	vfat {
3		files = {
4			"zImage",
5			"stm32f469-disco.dtb",
6			"extlinux"
7		}
8	}
9
10	size = 16M
11}
12
13image sdcard.img {
14	hdimage {
15	}
16
17	partition u-boot {
18		partition-type = 0xC
19		image = "boot.vfat"
20	}
21
22	partition rootfs {
23		partition-type = 0x83
24		image = "rootfs.ext2"
25		size = 32M
26	}
27}
28