From 3bec3d67d83f6505b864b19ac096c7f0a03498e1 Mon Sep 17 00:00:00 2001 From: "Kory Maincent (TI.com)" Date: Mon, 5 Jan 2026 10:55:52 +0000 Subject: [PATCH] board/beaglebone: Add BeagleBone Green Eco support 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 Reviewed-by: Thomas Petazzoni Signed-off-by: Kory Maincent (TI.com) Signed-off-by: Julien Olivain --- board/beagleboard/beaglebone/genimage.cfg | 1 + board/beagleboard/beaglebone/readme.txt | 1 + configs/beaglebone_defconfig | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/board/beagleboard/beaglebone/genimage.cfg b/board/beagleboard/beaglebone/genimage.cfg index 4b026fda84..095e6e200b 100644 --- a/board/beagleboard/beaglebone/genimage.cfg +++ b/board/beagleboard/beaglebone/genimage.cfg @@ -12,6 +12,7 @@ image boot.vfat { "am335x-bonegreen.dtb", "am335x-boneblack-wireless.dtb", "am335x-bonegreen-wireless.dtb", + "am335x-bonegreen-eco.dtb", "extlinux" } } diff --git a/board/beagleboard/beaglebone/readme.txt b/board/beagleboard/beaglebone/readme.txt index a11377eaee..f896e1285a 100644 --- a/board/beagleboard/beaglebone/readme.txt +++ b/board/beagleboard/beaglebone/readme.txt @@ -31,6 +31,7 @@ output/images/ +-- am335x-boneblack-wireless.dtb +-- am335x-boneblue.dtb +-- am335x-bonegreen.dtb ++-- am335x-bonegreen-eco.dtb +-- am335x-bonegreen-wireless.dtb +-- am335x-bone.dtb +-- am335x-evm.dtb diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 38d5d3b52f..11859a6c02 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -15,7 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_VERSION=y BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="6.18.1" BR2_LINUX_KERNEL_DEFCONFIG="omap2plus" BR2_LINUX_KERNEL_DTS_SUPPORT=y -BR2_LINUX_KERNEL_INTREE_DTS_NAME="ti/omap/am335x-evm ti/omap/am335x-bone ti/omap/am335x-boneblack ti/omap/am335x-bonegreen ti/omap/am335x-evmsk ti/omap/am335x-boneblue ti/omap/am335x-boneblack-wireless ti/omap/am335x-bonegreen-wireless" +BR2_LINUX_KERNEL_INTREE_DTS_NAME="ti/omap/am335x-evm ti/omap/am335x-bone ti/omap/am335x-boneblack ti/omap/am335x-bonegreen ti/omap/am335x-evmsk ti/omap/am335x-boneblue ti/omap/am335x-boneblack-wireless ti/omap/am335x-bonegreen-wireless ti/omap/am335x-bonegreen-eco" BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y BR2_PACKAGE_XZ=y