image kernel.vfat { | |
vfat { | |
files = { | |
"uImage" | |
} | |
} | |
size = 5M | |
} | |
image sdcard.img { | |
hdimage { | |
} | |
partition boot { | |
partition-type = 0x53 | |
image = "u-boot.sd" | |
size = 16M | |
} | |
partition kernel { | |
partition-type = 0xC | |
image = "kernel.vfat" | |
} | |
partition rootfs { | |
partition-type = 0x83 | |
image = "rootfs.ext2" | |
} | |
} |