mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Add the am335x-bonegreen-eco device tree to enable support for the BeagleBone Green Eco variant. This ensures the device tree is built from the Linux kernel sources and included in the boot partition. Tested-by: Mohammed Sadik Shaik <s-sadik@ti.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
39 lines
563 B
INI
39 lines
563 B
INI
image boot.vfat {
|
|
vfat {
|
|
files = {
|
|
"MLO",
|
|
"u-boot.img",
|
|
"zImage",
|
|
"uEnv.txt",
|
|
"am335x-evm.dtb",
|
|
"am335x-evmsk.dtb",
|
|
"am335x-bone.dtb",
|
|
"am335x-boneblack.dtb",
|
|
"am335x-bonegreen.dtb",
|
|
"am335x-boneblack-wireless.dtb",
|
|
"am335x-bonegreen-wireless.dtb",
|
|
"am335x-bonegreen-eco.dtb",
|
|
"extlinux"
|
|
}
|
|
}
|
|
|
|
size = 16M
|
|
}
|
|
|
|
image sdcard.img {
|
|
hdimage {
|
|
}
|
|
|
|
partition u-boot {
|
|
partition-type = 0xC
|
|
bootable = "true"
|
|
image = "boot.vfat"
|
|
}
|
|
|
|
partition rootfs {
|
|
partition-type = 0x83
|
|
image = "rootfs.ext4"
|
|
size = 512M
|
|
}
|
|
}
|