40 lines
804 B
INI
40 lines
804 B
INI
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"
|
|
}
|
|
}
|