summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.oss.09@gmail.com>2014-10-30 16:10:14 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2014-10-30 17:07:44 +0100
commit679ce8e1f0de667bddb3ecfa6fb0f273bdec1b75 (patch)
tree96ee65eee723da4194087ff74feafcbc3cb61c28 /conf
parent701e454bade44b77b2987a1b907de8001f02fdc1 (diff)
colibri-imx6: add machine definition and burnflash
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/colibri-imx6.conf30
1 files changed, 30 insertions, 0 deletions
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"