bde832f710
Update to use the official linux kernel v5.10 instead of an out-of-tree kernel, and use the official U-Boot v2021.01 as the bootloader. Provide two configuration files of genimage for different boot flows: - Boot from SD card (default) - Boot from SPI flash A boot script is generated to automatically boot the distro. Signed-off-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
20 lines
318 B
INI
20 lines
318 B
INI
image spi-nor.img {
|
|
size = 32M
|
|
|
|
hdimage {
|
|
gpt = true
|
|
}
|
|
|
|
partition u-boot-spl {
|
|
image = "u-boot-spl.bin"
|
|
offset = 20K
|
|
partition-type-uuid = 5B193300-FC78-40CD-8002-E86C45580B47
|
|
}
|
|
|
|
partition u-boot {
|
|
image = "u-boot.itb"
|
|
offset = 1044K
|
|
partition-type-uuid = 2E54B353-1271-4842-806F-E436D6AF6985
|
|
}
|
|
}
|