blob: 5f0820ad7a3c4479ea7902e64b2bfa0eacb0c971 [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",
9 "sdcard.img.squashfs"
10 }
11 }
12 size = 128M
13}
14
15image usb-flash.img {
16 hdimage {
17 }
18
19 partition boot {
20 partition-type = 0xc
21 bootable = true
22 image = "usb-flash.vfat"
23 }
24}