The WaRP7 Board is a Wearable Reference Platform. The board features: - i.MX 7Solo applications processor (Cortex-A7/Cortex–M4) - 8GB eMMC 5.0 and 4Gb LPDDR3 - WiFi, Bluetooth, BLE, USB-OTG, NFC - I/F Camera, MIPI Display, Audio - Accelerometer, Barometer, Gyroscope - PMIC, Battery charger
For more information about this reference design, please visit: https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform The machine configuration file used to include Yocto Project support to the board is a consolidation work only. It only reflects the work done in Linux kernel, U-Boot and FSL Community BSP, where the hard work is actually done. Signed-off-by: Daiane Angolini <[email protected]> Signed-off-by: Fabio Estevam <[email protected]> Signed-off-by: Andres Lemos <[email protected]> --- conf/machine/imx7d-warp7.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conf/machine/imx7d-warp7.conf diff --git a/conf/machine/imx7d-warp7.conf b/conf/machine/imx7d-warp7.conf new file mode 100644 index 0000000..cd066ac --- /dev/null +++ b/conf/machine/imx7d-warp7.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: WaRP7 +#@SOC: i.MX7S +#@DESCRIPTION: Machine configuration for i.MX7S WaRP board. +#@MAINTAINER: Daiane Angolini <[email protected]> + +require conf/machine/include/imx-base.inc +require conf/machine/include/tune-cortexa7.inc + +MACHINE_FEATURES += " wifi bluetooth" + +SOC_FAMILY = "mx7:mx7d" + +KERNEL_DEVICETREE = "imx7d-warp.dtb" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc-imx" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "warp7_config,sdcard" -- 2.5.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
