- 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)
21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: AM62XX SIP EVM
|
|
#@DESCRIPTION: Machine configuration for the TI AM62XX SIP EVM
|
|
|
|
require conf/machine/include/am62xx.inc
|
|
|
|
KERNEL_DEVICETREE_PREFIX = " \
|
|
ti/k3-am625 \
|
|
ti/k3-am62x-sk \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am625-sk.dtb \
|
|
"
|
|
|
|
FIT_CONF_DEFAULT_DTB = "ti/k3-am625-sk.dtb"
|
|
|
|
UBOOT_MACHINE = "am62xsip_evm_a53_defconfig"
|
|
|
|
UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"
|