repo.or.cz
/
buildroot-gz.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
configs/imx28evk: Generate the standard sdcard.img
[buildroot-gz.git]
/
board
/
freescale
/
imx28evk
/
genimage.cfg
blob
4df432f99495f33d8a1258195e35d9b938662be8
1
image kernel.vfat {
2
vfat {
3
files = {
4
"zImage", "imx28-evk.dtb"
5
}
6
}
7
size = 16M
8
}
9
10
image sdcard.img {
11
hdimage {
12
}
13
partition boot {
14
partition-type = 0x53
15
image = "u-boot.sd"
16
offset = 1M
17
size = 16M
18
}
19
20
partition kernel {
21
partition-type = 0xC
22
image = "kernel.vfat"
23
}
24
25
partition rootfs {
26
partition-type = 0x83
27
image = "rootfs.ext2"
28
}
29
}