- 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)
20 lines
656 B
Plaintext
20 lines
656 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NXP i.MX 8M Quad LPDDR4 WEVK
|
|
#@SOC: i.MX8MQ
|
|
#@DESCRIPTION: Machine configuration for NXP i.MX 8M Quad LPDDR4 EVK with NXP Wi-Fi
|
|
#@MAINTAINER: Jun Zhu <junzhu@nxp.com>
|
|
|
|
MACHINEOVERRIDES =. "imx8mq-evk:"
|
|
require conf/machine/imx8mq-evk.conf
|
|
|
|
UBOOT_CONFIG ??= "sd"
|
|
UBOOT_CONFIG[sd] = "imx8mq_wevk_config,sdcard"
|
|
|
|
# Set imx-mkimage boot target
|
|
IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi"
|
|
|
|
# Mainline BSP doesn't support LPDDR4 WEVK board so it must be set to nxp.
|
|
# Also this machine isn't supported by u-boot-fslc but imx8mq-evk.conf already
|
|
# set the bootloader to u-boot-imx instead when NXP BSP is used.
|
|
IMX_DEFAULT_BSP = "nxp"
|