30 lines
362 B
INI
30 lines
362 B
INI
|
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"
|
||
|
}
|
||
|
}
|