blob: bd2ed6e8e91c29c62128c39892dc20fdd0b03c35 [file] [log] [blame]
Jan Kundrát69947bf2018-01-15 18:48:34 +01001image usb-flash.vfat {
2 vfat {
3 file "boot.scr" { image = "usb-boot.scr" }
4 files = {
5 "zImage",
6 "czechlight-clearfog.dtb",
7 "rootfs.cpio.uboot",
8 "u-boot-spl.kwb",
Jan Kundrát4932c572018-01-15 19:05:14 +01009 "sdcard.img.squashfs",
10 "usb-reflash-factory.sh"
Jan Kundrát69947bf2018-01-15 18:48:34 +010011 }
12 }
Jan Kundrát86df81d2021-04-13 23:55:30 +020013 size = 400M
Jan Kundrát69947bf2018-01-15 18:48:34 +010014}
15
16image usb-flash.img {
17 hdimage {
18 }
19
20 partition boot {
21 partition-type = 0xc
22 bootable = true
23 image = "usb-flash.vfat"
24 }
25}