summaryrefslogtreecommitdiff
path: root/target/arm/st-stm32f746g/genimage.cfg
blob: 79e9e89f0363f775f50e4162d79e9ab7ba8eb4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
image boot.vfat {
	vfat {
		files = {
			"kernel",
			"stm32f746-disco.dtb",
			"extlinux"
		}
	}

	size = 16M
}

image sdcard.img {
	hdimage {
	}

	partition boot {
		partition-type = 0xC
		image = "boot.vfat"
	}

	partition rootfs {
		partition-type = 0x83
		image = "rootfs.ext"
		size = 32M
	}
}