46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: ConnectCore 6 QuadPlus Single Board Computer.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore 6 QuadPlus SBC.
|
|
|
|
# Include the machine configuration for Digi's ConnectCore 6 module.
|
|
include conf/machine/include/ccimx6.inc
|
|
|
|
# Wireless external module
|
|
WIRELESS_MODULE_append = " ${@base_conditional('HAVE_WIFI', '1', 'kernel-module-qualcomm', '', d)}"
|
|
|
|
# Wireless p2p interface
|
|
WLAN_P2P_INTERFACE ?= "p2p0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS += " \
|
|
cryptoauthlib \
|
|
cryptoauth-openssl-engine \
|
|
"
|
|
|
|
# Firmware
|
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_BT', '1', 'firmware-qualcomm-qca6564-bt', '', d)}"
|
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_WIFI', '1', 'firmware-qualcomm-qca6564-wifi', '', d)}"
|
|
|
|
PREFERRED_PROVIDER_virtual/libg2d_mx6 = "imx-gpu-g2d"
|
|
|
|
# U-Boot configurations
|
|
# Last one is the default (the one the symlinks point at)
|
|
UBOOT_CONFIG ??= "ccimx6qpsbc2GB"
|
|
UBOOT_CONFIG[ccimx6qpsbc2GB] = "ccimx6qpsbc2GB_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|
|
|
KERNEL_DEVICETREE ?= " \
|
|
imx6qp-ccimx6qpsbc.dtb \
|
|
imx6qp-ccimx6qpsbc-id160.dtb \
|
|
imx6qp-ccimx6qpsbc-wb.dtb \
|
|
"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttymxc3"
|
|
|
|
# Bluetooth tty
|
|
BT_TTY ?= "ttymxc1"
|
|
|
|
# U-Boot script to be copied to the boot image
|
|
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
|
|
|
# Flash image types
|
|
IMAGE_FSTYPES ?= "boot.vfat ext4 sdcard tar.bz2 recovery.vfat"
|