summaryrefslogtreecommitdiff
path: root/board/freescale/imx28evk/genimage.cfg
blob: 4df432f99495f33d8a1258195e35d9b938662be8 (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
28
29
image kernel.vfat {
	vfat {
		files = {
		"zImage", "imx28-evk.dtb"
		}
	}
	size = 16M
}

image sdcard.img {
	hdimage {
	}
	partition boot {
		partition-type = 0x53
		image = "u-boot.sd"
		offset = 1M
		size = 16M
	}

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

	partition rootfs {
		partition-type = 0x83
		image = "rootfs.ext2"
	}
}