493c3979a4
This initial support includes: Custom u-boot Linux v5.1 ATF v2.0 Buildroot default packages Tested-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Shyam Saini <shyam.saini@amarulasolutions.com> [Thomas: - Use BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_5_1 - Use final 5.1 kernel - Use default ext2 filesystem] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
23 lines
319 B
INI
23 lines
319 B
INI
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot-spl-dtb {
|
|
in-partition-table = "no"
|
|
image = "u-boot-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"
|
|
}
|
|
}
|