CPU: Freescale i.MX6ULL rev1.0 at 396MHz CPU: Commercial temperature grade (0C to 95C) at 41C Reset cause: POR Board: MX6ULL 14x14 EVK I2C: ready DRAM: 512 MiB
Signed-off-by: Daiane Angolini <[email protected]> --- conf/machine/imx6ullevk.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 conf/machine/imx6ullevk.conf diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf new file mode 100644 index 0000000..3018c0d --- /dev/null +++ b/conf/machine/imx6ullevk.conf @@ -0,0 +1,28 @@ +#@TYPE: Machine +#@NAME: Freescale i.MX6ULL Evaluation Kit +#@SOC: i.MX6ULL +#@DESCRIPTION: Machine configuration for Freescale i.MX6ULL EVK +#@MAINTAINER: Daiane Angolini <[email protected]> + +MACHINEOVERRIDES =. "mx6:mx6ull:" + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +KERNEL_DEVICETREE = "imx6ull-14x14-evk.dtb imx6ull-14x14-evk-btwifi.dtb" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" + +PREFERRED_PROVIDER_u-boot = "u-boot-imx" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" +PREFERRED_PROVIDER_virtual/kernel = "linux-imx" + +SERIAL_CONSOLE = "115200 ttymxc0" + +MACHINE_FEATURES += " pci wifi bluetooth" + +IMAGE_FSTYPES = "wic.gz" +IMAGE_BOOT_FILES = "${KERNEL_IMAGETYPE} ${KERNEL_DEVICETREE}" +WKS_FILE ?= "imx-uboot-bootpart.wks" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
