mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +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>
30 lines
773 B
Plaintext
30 lines
773 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBoard X15
|
|
#@DESCRIPTION: Machine configuration for the BeagleBoard X15
|
|
|
|
require conf/machine/include/am57xx.inc
|
|
require conf/machine/include/beagle-bsp.inc
|
|
|
|
DT_VENDOR_PREFIX = "ti/omap/"
|
|
DT_VENDOR_PREFIX:bsp-ti-6_1 = ""
|
|
DT_VENDOR_PREFIX:bsp-bb_org-6_1 = ""
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15 \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15-revb1.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-beagle-x15-revc.dtb \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2045.dtbo \
|
|
${DT_VENDOR_PREFIX}am57xx-idk-lcd-osd101t2587.dtbo \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
UBOOT_MACHINE = "am57xx_evm_config"
|