For more information about this reference design, please visit: http://www.technexion.com/products/pico/pico-som/pico-imx6-emmc
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]> --- conf/machine/imx6ul-pico-hobbit.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 conf/machine/imx6ul-pico-hobbit.conf diff --git a/conf/machine/imx6ul-pico-hobbit.conf b/conf/machine/imx6ul-pico-hobbit.conf new file mode 100644 index 0000000..3e41536 --- /dev/null +++ b/conf/machine/imx6ul-pico-hobbit.conf @@ -0,0 +1,20 @@ +#@TYPE: Machine +#@NAME: Hobbitboard (PICO-IMX6UL) +#@SOC: i.MX6UL +#@DESCRIPTION: Machine configuration for Hobbitboard (PICO-IMX6UL) +#@MAINTAINER: Daiane Angolini <[email protected]> + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +MACHINE_FEATURES += " pci wifi bluetooth" + +SERIAL_CONSOLE = "115200 ttymxc5" + +SOC_FAMILY = "mx6ul" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-fslc" +KERNEL_DEVICETREE = "imx6ul-pico-hobbit.dtb" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "pico-imx6ul_config,sdcard" -- 2.5.0 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
