python-pathvalidate: bump version to 0.14.1
[buildroot-gz.git] / board / hardkernel / odroidc2 / genimage.cfg
blob15f97d44575b97003db54a63c72b7ee02b4a27f8
1 image boot.vfat {
2         vfat {
3                 files = {
4                         "boot.ini",
5                         "Image",
6                         "meson64_odroidc2.dtb"
7                 }
8         }
9         size = 32M
12 image sdcard.img {
13         hdimage {
14         }
16         partition vfat {
17                 partition-type = 0xC
18                 image = "boot.vfat"
19                 offset = 1048576
20         }
22         partition rootfs {
23                 partition-type = 0x83
24                 image = "rootfs.ext4"
25                 size = 512M
26         }