54 lines
1.8 KiB
Plaintext
54 lines
1.8 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: ConnectCore 6 Single Board Computer.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore 6 SBC.
|
|
|
|
# Contains the ConnectCore 6 module.
|
|
include conf/machine/include/ccimx6.inc
|
|
|
|
# To be removed (rng-tools) once kernel 3.14 is deprecated
|
|
MACHINE_EXTRA_RRECOMMENDS += "rng-tools"
|
|
|
|
# Firmware
|
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_BT', '1' , 'firmware-atheros-ar3k', '', d)}"
|
|
MACHINE_FIRMWARE_append = " ${@base_conditional('HAVE_WIFI', '1' , 'firmware-atheros-ath6kl', '', d)}"
|
|
|
|
PREFERRED_VERSION_imx-gpu-viv ?= "5.0.11.p8.6-hfp"
|
|
PREFERRED_VERSION_kernel-module-imx-gpu-viv ?= "5.0.11.p8.6+fslc%"
|
|
PREFERRED_VERSION_xf86-video-imxfb-vivante ?= "5.0.11.p8.6"
|
|
|
|
# U-Boot configurations
|
|
# Last one is the default (the one the symlinks point at)
|
|
UBOOT_CONFIG ??= "ccimx6dlsbc512MB ccimx6dlsbc ccimx6qsbc2GB ccimx6qsbc512MB ccimx6qsbc"
|
|
UBOOT_CONFIG[ccimx6dlsbc512MB] = "ccimx6dlsbc512MB_defconfig"
|
|
UBOOT_CONFIG[ccimx6dlsbc] = "ccimx6dlsbc_defconfig"
|
|
UBOOT_CONFIG[ccimx6qsbc2GB] = "ccimx6qsbc2GB_defconfig"
|
|
UBOOT_CONFIG[ccimx6qsbc512MB] = "ccimx6qsbc512MB_defconfig"
|
|
UBOOT_CONFIG[ccimx6qsbc] = "ccimx6qsbc_defconfig"
|
|
|
|
# Use uImage for backwards compatibility
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
KERNEL_DEVICETREE ?= " \
|
|
imx6dl-ccimx6sbc.dtb \
|
|
imx6dl-ccimx6sbc-w.dtb \
|
|
imx6dl-ccimx6sbc-wb.dtb \
|
|
imx6q-ccimx6sbc.dtb \
|
|
imx6q-ccimx6sbc-w.dtb \
|
|
imx6q-ccimx6sbc-wb.dtb \
|
|
imx6q-ccimx6sbc-wb-ldo-bypass.dtb \
|
|
imx6q-ccimx6sbc-id129.dtb \
|
|
imx6q-ccimx6sbc-id130.dtb \
|
|
imx6dl-ccimx6sbc-id131.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"
|