blob: a1cb8c9d9e9bcc93cf81091f6097bddb1fd03cd0 [file] [log] [blame]
image boot.vfat {
vfat {
file MLO {
image = "barebox-am33xx-beaglebone-mlo.img"
}
file barebox.bin {
image = "barebox-am33xx-beaglebone.img"
}
files = {
"barebox.env",
"czechlight-bbb.dtb",
"zImage"
}
}
size = 32M
}
image sdcard.img {
hdimage {
}
partition boot {
partition-type = 0xC
in-partition-table = "yes"
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}