2022-02-25 10:25:08 +01:00
|
|
|
image boot.vfat {
|
|
|
|
vfat {
|
|
|
|
files = {
|
|
|
|
"u-boot-spl.bin",
|
|
|
|
"u-boot.itb",
|
2022-11-16 03:55:29 +01:00
|
|
|
"ae350_ax45mp.dtb",
|
2022-02-25 10:25:08 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
size = 2M
|
|
|
|
}
|
|
|
|
|
|
|
|
image sdcard.img {
|
|
|
|
hdimage {
|
|
|
|
}
|
|
|
|
|
|
|
|
partition boot {
|
|
|
|
partition-type = 0xC
|
|
|
|
image = "boot.vfat"
|
|
|
|
}
|
|
|
|
|
|
|
|
partition rootfs {
|
|
|
|
partition-type = 0x83
|
|
|
|
bootable = true
|
|
|
|
image = "rootfs.ext4"
|
|
|
|
}
|
|
|
|
}
|