2017-02-17 17:33:10 +01:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"uImage",
|
|
|
|
"meson-gxbb-nexbox-a95x.dtb",
|
2017-07-12 14:23:22 +02:00
|
|
|
"meson-gxl-s905x-nexbox-a95x.dtb",
|
2017-02-17 17:33:10 +01:00
|
|
|
"boot.scr"
|
|
|
|
}
|
|
|
|
}
|
2021-11-07 03:42:14 +01:00
|
|
|
|
2017-02-17 17:33:10 +01:00
|
|
|
size = 32M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
2021-02-02 11:05:08 +01:00
|
|
|
# for root=PARTUUID support
|
|
|
|
disk-signature = 0xfeedc0de
|
2017-02-17 17:33:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
bootable = "true"
|
|
|
|
image = "boot.vfat"
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
size = 512M
|
|
|
|
}
|
|
|
|
}
|