diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2025-05-16 20:54:49 -0400 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-05-28 10:18:07 -0500 |
commit | 4175b94d3dbf27bdf0fe1c9ee9205a431350be48 (patch) | |
tree | 832eee06f2376fff3c057dd92e440b1dc249b991 | |
parent | 7c3ec2d7041d639766aafbf85d12ae14dd9f526f (diff) | |
download | meta-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>
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 | ||
5 | require conf/machine/include/k3r5.inc | 5 | require conf/machine/include/k3r5.inc |
6 | |||
7 | TI_PREFERRED_BSP ?= "bb_org-6_1" | ||
8 | require conf/machine/include/beagle-bsp.inc | 6 | require conf/machine/include/beagle-bsp.inc |
9 | 7 | ||
10 | SYSFW_SOC = "j722s" | 8 | SYSFW_SOC = "j722s" |
@@ -12,5 +10,6 @@ SYSFW_CONFIG = "evm" | |||
12 | SYSFW_SUFFIX = "hs-fs" | 10 | SYSFW_SUFFIX = "hs-fs" |
13 | 11 | ||
14 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" | 12 | UBOOT_MACHINE = "j722s_evm_r5_defconfig" |
13 | UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_r5_defconfig" | ||
15 | 14 | ||
16 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_r5.config" | 15 | UBOOT_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 | ||
5 | require conf/machine/include/j722s.inc | 5 | require conf/machine/include/j722s.inc |
6 | |||
7 | TI_PREFERRED_BSP ?= "bb_org-6_1" | ||
8 | require conf/machine/include/beagle-bsp.inc | 6 | require conf/machine/include/beagle-bsp.inc |
9 | 7 | ||
10 | UBOOT_MACHINE = "j722s_evm_a53_config" | 8 | UBOOT_MACHINE = "j722s_evm_a53_config" |
9 | UBOOT_MACHINE:bsp-bb_org-6_12 = "am67a_beagley_ai_a53_defconfig" | ||
11 | 10 | ||
12 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config" | 11 | UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config" |
13 | 12 | ||
@@ -22,4 +21,9 @@ ti/k3-j722s-evm.dtb \ | |||
22 | ti/k3-am67a-beagley-ai.dtb \ | 21 | ti/k3-am67a-beagley-ai.dtb \ |
23 | " | 22 | " |
24 | 23 | ||
24 | KERNEL_DEVICETREE:append:bsp-bb_org-6_12 = " \ | ||
25 | ti/k3-j722s-evm.dtb \ | ||
26 | ti/k3-am67a-beagley-ai.dtb \ | ||
27 | " | ||
28 | |||
25 | MACHINE_GUI_CLASS = "bigscreen" | 29 | MACHINE_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" | |||
10 | UBOOT_GIT_PROTOCOL = "https" | 10 | UBOOT_GIT_PROTOCOL = "https" |
11 | BRANCH = "v2025.04-Beagle" | 11 | BRANCH = "v2025.04-Beagle" |
12 | SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143" | 12 | SRCREV = "ea2aeefcb2de36f8ca1b51d0580826d13c01f143" |
13 | |||
14 | BRANCH:beagley-ai = "v2025.04-rc3-BeagleY-AI" | ||
15 | BRANCH:beagley-ai-k3r5 = "v2025.04-rc3-BeagleY-AI" | ||
16 | SRCREV:beagley-ai = "cc376f9faef201670c7bb1734f42f5475c73f85d" | ||
17 | SRCREV:beagley-ai-k3r5 = "cc376f9faef201670c7bb1734f42f5475c73f85d" | ||
18 | |||
19 | SRC_URI:append:beagley-ai = " file://bootcmd-ti-mmc.cfg" | ||