mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +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>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: BeagleBone machine
|
|
#@DESCRIPTION: Machine configuration for the http://beagleboard.org/bone board
|
|
|
|
require conf/machine/include/ti33x.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}am335x-bone \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
${DT_VENDOR_PREFIX}am335x-bone.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblack-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-boneblue.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-bonegreen-wireless.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-pocketbeagle.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-extended-wifi.dtb \
|
|
${DT_VENDOR_PREFIX}am335x-sancloud-bbe-lite.dtb \
|
|
"
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
MACHINE_FEATURES += "screen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0"
|