46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
#@TYPE: Machine
|
|
#@NAME: SBC for ConnectCore for i.MX6UL
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore 6UL SBC.
|
|
|
|
# Include the machine configuration for Digi's ConnectCore 6UL.
|
|
include conf/machine/include/ccimx6ul.inc
|
|
|
|
# U-Boot configurations
|
|
# Last one is the default (the one the symlinks point at)
|
|
UBOOT_CONFIG ??= "ccimx6ulsbc1GB ccimx6ulsbc"
|
|
UBOOT_CONFIG[ccimx6ulsbc1GB] = "ccimx6ulsbc1GB_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|
UBOOT_CONFIG[ccimx6ulsbc] = "ccimx6ulsbc_defconfig,,u-boot-dtb.${UBOOT_SUFFIX}"
|
|
|
|
# U-Boot environment offset (within partition)
|
|
UBOOT_ENV_OFFSET ?= "0x0"
|
|
# U-Boot environment size
|
|
UBOOT_ENV_SIZE ?= "0x20000"
|
|
# U-Boot environment range: size (in hex) in the environment partition that
|
|
# the U-Boot environment can take up (if undefined, it will take up all the
|
|
# available space in the environment partition)
|
|
UBOOT_ENV_RANGE ?= ""
|
|
|
|
KERNEL_DEVICETREE ?= " \
|
|
imx6ul-ccimx6ulsbc.dtb \
|
|
imx6ul-ccimx6ulsbc-wb.dtb \
|
|
imx6ul-ccimx6ulsbc-id135.dtb \
|
|
imx6ul-ccimx6ulsbc-id136.dtb \
|
|
"
|
|
KERNEL_DEVICETREE_use-mainline-bsp ?= "imx6ul-ccimx6ulsbcpro.dtb"
|
|
|
|
KERNEL_DEFCONFIG ?= "arch/arm/configs/ccimx6ul_defconfig"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttymxc4"
|
|
|
|
# Bluetooth tty
|
|
BT_TTY ?= "ttymxc0"
|
|
|
|
# XBee
|
|
XBEE_TTY ?= "ttymxc1"
|
|
|
|
# U-Boot script to be copied to the boot image
|
|
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
|
|
|
# Flash image types
|
|
IMAGE_FSTYPES ?= "tar.bz2 ubifs boot.ubifs recovery.ubifs"
|