image boot.vfat { vfat { files = { "bcm2708-rpi-b-plus.dtb", "bcm2708-rpi-b.dtb", "bcm2708-rpi-cm.dtb", "boot.scr", "rpi-firmware/bootcode.bin", "config.txt", "dev.scr", "rpi-firmware/fixup.dat", "rpi_domo.dtb", "rootfs.cpio.uboot", "rpi-firmware/start.elf", "u-boot.bin", "uboot.env", "update.scr", "zImage" } } size = 30M } image data.vfat { vfat { files = { "rpi-firmware/config.txt" } } size = 10M } image sdcard.img { hdimage { } partition boot { partition-type = 0xC bootable = "true" image = "boot.vfat" } partition data { partition-type = 0xC image = "data.vfat" } }