444f6d22cc
Add new defconfigs for sama7g5 evaluation kit. Update README with new defconfigs. Board uses linux 5.15 mainline. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
32 lines
426 B
INI
32 lines
426 B
INI
# Image for SD card boot on Microchip SAMA7G5EK (sama7g5 evaluation kit)
|
|
#
|
|
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"zImage",
|
|
"at91-sama7g5ek.dtb",
|
|
"boot.bin",
|
|
"u-boot.bin"
|
|
}
|
|
}
|
|
size = 16M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition boot {
|
|
partition-type = 0xC
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
offset = 1M
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 512M
|
|
}
|
|
}
|