From 1f2d08f3fd801b19b7d03f16779ef8852b8c7b80 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 30 Oct 2014 16:10:14 +0100 Subject: colibri-imx6: add machine definition and burnflash --- conf/machine/colibri-imx6.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 conf/machine/colibri-imx6.conf diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf new file mode 100644 index 0000000..5674d94 --- /dev/null +++ b/conf/machine/colibri-imx6.conf @@ -0,0 +1,30 @@ +#@TYPE: Machine +#@NAME: Toradex Colibri iMX6DL/S +#@SOC: i.MX6 DL/S +#@DESCRIPTION: Machine configuration for Toradex Colibri iMX6 SOM + +DEFAULTTUNE_mx6 = "armv7at2hf-neon" +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "mx6:mx6dl" + +PREFERRED_PROVIDER_u-boot = "u-boot-toradex-fsl" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-fsl" +PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl" +KERNEL_DEVICETREE = "imx6dl-colibri-eval-v3.dtb" + +PREFERRED_VERSION_xserver-xorg_mx6 = "99:1.14%" + +# don't pull in systemd 216 backported into meta-angstrom +PREFERRED_VERSION_systemd = "211%" + +# Ensure boot scripts will be available at rootfs time +#do_rootfs[depends] += "u-boot-script-boundary:do_deploy" + +UBOOT_MACHINE = "colibri_imx6s256m_config" + +SERIAL_CONSOLE = "115200 ttymxc1" + +MACHINE_FEATURES += "screen usbgadget usbhost vfat ext2 alsa touchscreen wifi bluetooth 3g pci " +EXTRA_IMAGEDEPENDS += "u-boot" -- cgit v1.2.3