Update config file: * Preferred kernel version: 3.10.17 * Preferred uboot version: 2013.04 * Set build image: tar.bz2 * Append firmware for Solo and DualLite: imx-vpu-imx6d * Variable PARTNUMBER have to be specified according to the module partnumber. The possible values are: PN016100, PN016101, PN016102, PN016103, PN016104, PN016105, PN016106, PN016110, PN016111, PN016112, PN016113
Signed-off-by: Alex de Cabo <[email protected]> --- conf/machine/cgtqmx6.conf | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf index 467379a..567c4c2 100644 --- a/conf/machine/cgtqmx6.conf +++ b/conf/machine/cgtqmx6.conf @@ -8,16 +8,28 @@ include conf/machine/include/tune-cortexa9.inc SOC_FAMILY = "mx6:mx6q" -# Use u-boot imx +# Use u-boot QMX6 UBOOT_SUFFIX = "bin" UBOOT_PADDING = "2" -PREFERRED_PROVIDER_u-boot = "u-boot-imx" -PREFERRED_VERSION_u-boot-imx = "2009.08" +PREFERRED_PROVIDER_u-boot = "u-boot-qmx6" +PREFERRED_VERSION_u-boot-qmx6 = "2013.04" -PREFERRED_PROVIDER_virtual/kernel ?= "linux-congatec" +## Set the partnumber +PARTNUMBER ?= "" -UBOOT_MACHINE = "cgtqmx6_config" +#Use linux kernel QMX6 +PREFERRED_PROVIDER_virtual/kernel = "linux-qmx6" + +## Linux kernel 3.10.17 +PREFERRED_VERSION_linux-qmx6 = "3.10.17" +KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb" SERIAL_CONSOLE = "115200 ttymxc1" MACHINE_FEATURES += " pci" + +#Append the VPU firmware for Solo/DualLite +MACHINE_FIRMWARE_append = " firmware-imx-vpu-imx6d" + +#Create only tar.bz2 image +IMAGE_FSTYPES = "tar.bz2" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
