[meta-freescale] [meta-fsl-arm-extra][PATCH 3/3] nitrogen6x-lite: add machine definition

Lucas Dutra Nunes ldnunes at ossystems.com.br
Sat Oct 5 12:45:56 PDT 2013


The board support has taken into account the following main features
of the board:

 * Freescale i.MX6 Solo Processor ARM Cortex A9 @ 1GHz
 * 512 MB DDR3 (expandable to 1GB)
 * microSD slot
 * 2MB Serial Flash
 * 802.11 a/b/g/n + BT4.0 via Optional Daughter Card

Change-Id: I02735b67d04ceae78a55905e26edd82f609da59e
Signed-off-by: Lucas Dutra Nunes <ldnunes at ossystems.com.br>
---
 conf/machine/nitrogen6x-lite.conf |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 conf/machine/nitrogen6x-lite.conf

diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf
new file mode 100644
index 0000000..a394dfb
--- /dev/null
+++ b/conf/machine/nitrogen6x-lite.conf
@@ -0,0 +1,27 @@
+#@TYPE: Machine
+#@NAME: Boundary Devices Nitrogen6X Lite
+#@SOC: i.MX6 Solo
+#@DESCRIPTION: Machine configuration for Boundary Devices Nitrogen6X Lite
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+SOC_FAMILY = "mx6:mx6s"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
+PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
+
+# Use SPI NOR U-Boot by default
+IMAGE_BOOTLOADER ?= ""
+
+# Ensure boot scripts will be available at rootfs time
+do_rootfs[depends] += "u-boot-script-boundary:do_deploy"
+
+# Boot scripts to install
+BOOT_SCRIPTS = "6x_bootscript-${MACHINE}:6x_bootscript"
+
+UBOOT_MACHINE ?= "nit6xlite_config"
+
+SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
-- 
1.7.10.4




More information about the meta-freescale mailing list