summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@konsulko.com>2025-05-16 20:54:49 -0400
committerRyan Eatmon <reatmon@ti.com>2025-05-28 10:18:07 -0500
commit4175b94d3dbf27bdf0fe1c9ee9205a431350be48 (patch)
tree832eee06f2376fff3c057dd92e440b1dc249b991
parent7c3ec2d7041d639766aafbf85d12ae14dd9f526f (diff)
downloadmeta-ti-4175b94d3dbf27bdf0fe1c9ee9205a431350be48.tar.gz
beagley-ai: upgrade BeagleY-AI to 6.12
Upgrade BeagleY-AI platform to 6.12 BSP. U-boot support for this platform is still in its own branch. Also adjust U-boot bootcmd, as Distro Boot doesn't fully work yet. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-beagle/conf/machine/beagley-ai-k3r5.conf3
-rw-r--r--meta-beagle/conf/machine/beagley-ai.conf8
-rw-r--r--meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.04+git/bootcmd-ti-mmc.cfg1
-rw-r--r--meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb7
4 files changed, 15 insertions, 4 deletions
diff --git a/meta-beagle/conf/machine/beagley-ai-k3r5.conf b/meta-beagle/conf/machine/beagley-ai-k3r5.conf
index 6cc370d1..8d5111f0 100644
--- a/meta-beagle/conf/machine/beagley-ai-k3r5.conf
+++ b/meta-beagle/conf/machine/beagley-ai-k3r5.conf
@@ -3,8 +3,6 @@
3#@DESCRIPTION: Machine configuration for the BeagleY AI (R5F core) 3#@DESCRIPTION: Machine configuration for the BeagleY AI (R5F core)
4 4
5require conf/machine/include/k3r5.inc 5require conf/machine/include/k3r5.inc
6
7TI_PREFERRED_BSP ?= "bb_org-6_1"
8require conf/machine/include/beagle-bsp.inc 6require conf/machine/include/beagle-bsp.inc
9 7
10SYSFW_SOC = "j722s" 8SYSFW_SOC = "j722s"
@@ -12,5 +10,6 @@ SYSFW_CONFIG = "evm"
12SYSFW_SUFFIX = "hs-fs" 10SYSFW_SUFFIX = "hs-fs"
13 11
14UBOOT_MACHINE = "j722s_evm_r5_defconfig" 12UBOOT_MACHINE = "j722s_evm_r5_defconfig"
13UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_r5_defconfig"
15 14
16UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_r5.config" 15UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_r5.config"
diff --git a/meta-beagle/conf/machine/beagley-ai.conf b/meta-beagle/conf/machine/beagley-ai.conf
index 9b1832d2..497001ee 100644
--- a/meta-beagle/conf/machine/beagley-ai.conf
+++ b/meta-beagle/conf/machine/beagley-ai.conf
@@ -3,11 +3,10 @@
3#@DESCRIPTION: Machine configuration for the BeagleY AI board (A53 core) 3#@DESCRIPTION: Machine configuration for the BeagleY AI board (A53 core)
4 4
5require conf/machine/include/j722s.inc 5require conf/machine/include/j722s.inc
6
7TI_PREFERRED_BSP ?= "bb_org-6_1"
8require conf/machine/include/beagle-bsp.inc 6require conf/machine/include/beagle-bsp.inc
9 7
10UBOOT_MACHINE = "j722s_evm_a53_config" 8UBOOT_MACHINE = "j722s_evm_a53_config"
9UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_a53_defconfig"
11 10
12UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config" 11UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config"
13 12
@@ -22,4 +21,9 @@ ti/k3-j722s-evm.dtb \
22ti/k3-am67a-beagley-ai.dtb \ 21ti/k3-am67a-beagley-ai.dtb \
23" 22"
24 23
24KERNEL_DEVICETREE:append:bsp-bb_org-6_12 = " \
25ti/k3-j722s-evm.dtb \
26ti/k3-am67a-beagley-ai.dtb \
27"
28
25MACHINE_GUI_CLASS = "bigscreen" 29MACHINE_GUI_CLASS = "bigscreen"
diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.04+git/bootcmd-ti-mmc.cfg b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.04+git/bootcmd-ti-mmc.cfg
new file mode 100644
index 00000000..362696b9
--- /dev/null
+++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org-2025.04+git/bootcmd-ti-mmc.cfg
@@ -0,0 +1 @@
CONFIG_BOOTCOMMAND="run bootcmd_ti_mmc"
diff --git a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb
index 492705c2..9fc4015e 100644
--- a/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb
+++ b/meta-beagle/recipes-bsp/u-boot/u-boot-bb.org_2025.04.bb
@@ -10,3 +10,10 @@ UBOOT_GIT_URI = "git://github.com/beagleboard/u-boot.git"
10UBOOT_GIT_PROTOCOL = "https" 10UBOOT_GIT_PROTOCOL = "https"
11BRANCH = "v2025.04-Beagle" 11BRANCH = "v2025.04-Beagle"
12SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143" 12SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143"
13
14BRANCH:beagley-ai = "v2025.04-rc3-BeagleY-AI"
15BRANCH:beagley-ai-k3r5 = "v2025.04-rc3-BeagleY-AI"
16SRCREV:beagley-ai = "cc376f9faef201670c7bb1734f42f5475c73f85d"
17SRCREV:beagley-ai-k3r5 = "cc376f9faef201670c7bb1734f42f5475c73f85d"
18
19SRC_URI:append:beagley-ai = " file://bootcmd-ti-mmc.cfg"