26 lines
695 B
Plaintext
26 lines
695 B
Plaintext
# TYPE: Machine
|
|
# NAME: i2C-6ULX-B board with i2S-6ULY2 eMMC Variant SOM
|
|
# DESCRIPTION: Board configuration for i2SOM's i2C-6ULX-B.
|
|
|
|
# Include the SOM i2S-6UL configuration.
|
|
include conf/machine/include/i2s-6ull.inc
|
|
MACHINE_FEATURES += "usbgadget usbhost alsa touchscreen"
|
|
|
|
|
|
# U-Boot configurations
|
|
UBOOT_CONFIG ??= "emmc sd"
|
|
UBOOT_CONFIG[emmc] = "i2som_imx6ull_14x14_emmc_defconfig"
|
|
UBOOT_CONFIG[sd] = "i2som_imx6ull_14x14_emmc_defconfig"
|
|
|
|
KERNEL_DEVICETREE ?= " \
|
|
i2c6ulxb-i2s6ull-emmc.dtb \
|
|
"
|
|
|
|
SERIAL_CONSOLE = "115200 ttymxc0"
|
|
|
|
# U-Boot script to be copied to the boot image
|
|
BOOT_SCRIPTS = "boot.scr:boot.scr"
|
|
|
|
# Flash image types
|
|
IMAGE_FSTYPES ?= "tar.bz2 boot.vfat ext4 recovery.vfat"
|