blob: 4b516dc7146684e5a756340c18608cd86bb9a107 [file] [log] [blame]
image boot.vfat {
vfat {
files = {
"Image",
"k3-am625-beagleplay.dtb",
"tiboot3.bin",
}
file tispl.bin {
image = tispl.bin_unsigned
}
file u-boot.img {
image = u-boot.img_unsigned
}
file extlinux/extlinux.conf {
image = extlinux.conf
}
}
size = 64M
}
image sdcard.img {
hdimage {
}
partition u-boot {
partition-type = 0xC
bootable = "true"
image = "boot.vfat"
}
partition rootfs {
partition-type = 0x83
image = "rootfs.ext4"
}
}