29 lines
727 B
Plaintext
29 lines
727 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: ConnectCore for MX28 JumpStart Kit.
|
|
#@DESCRIPTION: Machine configuration for Digi's ConnectCore for MX28 JSK.
|
|
|
|
include conf/machine/include/ccardimx28.inc
|
|
|
|
# U-Boot configurations
|
|
UBOOT_CONFIG ??= "ccardimx28js"
|
|
UBOOT_CONFIG[ccardimx28js] = "ccardimx28js_config"
|
|
|
|
KERNEL_DEVICETREE = "imx28-${MACHINE}.dtb"
|
|
|
|
# Serial console
|
|
SERIAL_CONSOLES ?= "115200;ttyAMA0"
|
|
|
|
# Bluetooth tty
|
|
BT_TTY ?= "ttyAPP0"
|
|
|
|
# U-Boot script to be copied to the SD image
|
|
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
|
|
|
# Flash image types
|
|
IMAGE_FSTYPES ?= "jffs2.sum sdcard tar.bz2 ubifs"
|
|
|
|
# FLASH parameters
|
|
MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 2047"
|
|
EXTRA_IMAGECMD_jffs2 ?= "-l -e 128 -n"
|
|
JFFS2_SUM_EXTRA_ARGS ?= "${EXTRA_IMAGECMD_jffs2}"
|