38 lines
1.1 KiB
Plaintext
38 lines
1.1 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
|
|
|
|
# U-Boot configurations
|
|
# Last one is the default (the one the symlinks point at)
|
|
UBOOT_CONFIG ??= "ccimx6dlsbc256MB ccimx6dlsbc512MB ccimx6dlsbc ccimx6qsbc512MB ccimx6qsbc"
|
|
UBOOT_CONFIG[ccimx6dlsbc256MB] = "ccimx6dlsbc256MB_config"
|
|
UBOOT_CONFIG[ccimx6dlsbc512MB] = "ccimx6dlsbc512MB_config"
|
|
UBOOT_CONFIG[ccimx6dlsbc] = "ccimx6dlsbc_config"
|
|
UBOOT_CONFIG[ccimx6qsbc512MB] = "ccimx6qsbc512MB_config"
|
|
UBOOT_CONFIG[ccimx6qsbc] = "ccimx6qsbc_config"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
imx6dl-ccimx6sbc.dtb \
|
|
imx6dl-ccimx6sbc-w.dtb \
|
|
imx6dl-ccimx6sbc-mw.dtb \
|
|
imx6dl-ccimx6sbc-mwb.dtb \
|
|
imx6q-ccimx6sbc.dtb \
|
|
imx6q-ccimx6sbc-w.dtb \
|
|
imx6q-ccimx6sbc-wb.dtb \
|
|
imx6q-ccimx6sbc-wb-ldo-bypass.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"
|