- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
29 lines
660 B
Plaintext
29 lines
660 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM62XX LP EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM62XX LP EVM
|
|
|
|
require conf/machine/include/am62xx.inc
|
|
require conf/machine/include/ti-extras.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-am62-lp \
|
|
ti/k3-am625-sk \
|
|
ti/k3-am62x-sk-dmtimer-pwm \
|
|
ti/k3-am62x-sk-eqep \
|
|
ti/k3-am62x-sk-hdmi \
|
|
ti/k3-am62x-sk-lpm \
|
|
ti/k3-am62x-sk-mcan \
|
|
ti/k3-am62x-sk-pwm \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am62-lp-sk-nand.dtbo \
|
|
ti/k3-am62-lp-sk.dtb \
|
|
ti/k3-am625-sk.dtb \
|
|
ti/k3-am62x-sk-hdmi-audio.dtbo \
|
|
"
|
|
|
|
FIT_CONF_DEFAULT_DTB = "ti/k3-am62-lp-sk.dtb"
|
|
|
|
UBOOT_MACHINE = "am62x_lpsk_a53_defconfig"
|