mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-30 16:39:06 +00:00
Most Beagle platforms are switching to 6.6 based Linux kernel and U-boot 2024.10. Add corresponding recipes and extend beagle-bsp with required settings. BeagleY-AI for now remains on 6.1 BSP with U-boot 2023.04. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
26 lines
552 B
Plaintext
26 lines
552 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleY AI (A53)
|
|
#@DESCRIPTION: Machine configuration for the BeagleY AI board (A53 core)
|
|
|
|
require conf/machine/include/j722s.inc
|
|
|
|
TI_PREFERRED_BSP ?= "bb_org-6_1"
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
UBOOT_MACHINE = "j722s_evm_a53_config"
|
|
|
|
UBOOT_CONFIG_FRAGMENTS:bsp-bb_org-6_1 = "am67a_beagley_ai_a53.config"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-j722s \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = ""
|
|
|
|
KERNEL_DEVICETREE:append:bsp-bb_org-6_1 = " \
|
|
ti/k3-j722s-evm.dtb \
|
|
ti/k3-am67a-beagley-ai.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|