blob: 2260dd881752703590c0d221e333f783d75cfc46 [file] [log] [blame]
image usb-flash.vfat {
vfat {
file "boot.scr" { image = "usb-boot.scr" }
files = {
"zImage",
"czechlight-clearfog.dtb",
"rootfs.cpio.uboot",
"u-boot-spl.kwb",
"sdcard.img.squashfs",
"usb-reflash-factory.sh"
}
}
size = 350M
}
image usb-flash.img {
hdimage {
}
partition boot {
partition-type = 0xc
bootable = true
image = "usb-flash.vfat"
}
}