Jan Kundrát | 69947bf | 2018-01-15 18:48:34 +0100 | [diff] [blame] | 1 | image 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át | 4932c57 | 2018-01-15 19:05:14 +0100 | [diff] [blame] | 9 | "sdcard.img.squashfs", |
10 | "usb-reflash-factory.sh" | ||||
Jan Kundrát | 69947bf | 2018-01-15 18:48:34 +0100 | [diff] [blame] | 11 | } |
12 | } | ||||
13 | size = 128M | ||||
14 | } | ||||
15 | |||||
16 | image usb-flash.img { | ||||
17 | hdimage { | ||||
18 | } | ||||
19 | |||||
20 | partition boot { | ||||
21 | partition-type = 0xc | ||||
22 | bootable = true | ||||
23 | image = "usb-flash.vfat" | ||||
24 | } | ||||
25 | } |