d1cd9cdf26
This initial support includes: Linux v5.2 Custom U-Boot Arm Trusted Firmware v2.0 Buildroot default packages Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com> [Thomas: - Use the kernel headers from the kernel, by using BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_2=y - Use the final 5.2 kernel instead of rc1. - Use the default ext2 rootfs size] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
327 B
INI
23 lines
327 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot-tpl-spl-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot-tpl-spl-dtb.img"
|
|
offset = 32K
|
|
}
|
|
|
|
partition u-boot-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot.itb"
|
|
offset = 8M
|
|
size = 30M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
}
|
|
}
|