Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/3] cgtqmx6: Update Congatec-QMX6 machine configuration

2014-08-20 Thread Alejandro . de-cabo-Garcia
Hi Otavio,

> Hello Alex,
> 
> On Wed, Aug 20, 2014 at 5:51 AM, Alex de Cabo
>  wrote:
> > Update config file:
> >
> > * Preferred kernel version: 3.10.17
> > * Preferred uboot version: 2013.04
> 
> These two are not need as the 3.10.17 is indeed newer than the 3.0.35
> and the u-boot is a single provider.

Ok, I will remove the Preferred_version for both and also remove the old 
kernel and u-boot recipes, keeping just 3.10.17 and 2013.08

> 
> > * Set build image: tar.bz2
> 
> Do you not intend to have users using the sdcard?
> 

In order to save building time I just generate the tar.bz2 and then untar 
it into the sdcard. I will remove it.


> > * Append firmware for Solo and DualLite: imx-vpu-imx6d
> 
> Check how we did for cubox-i; it has support for a single rootfs for 
QDL.
> 

Done.

> > * 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
> 
> Can you clarify why?
> 
> -- 
> Otavio Salvador O.S. Systems
> http://www.ossystems.com.brhttp://code.ossystems.com.br
> Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/3] cgtqmx6: Update Congatec-QMX6 machine configuration

2014-08-20 Thread Otavio Salvador
Hello Alex,

On Wed, Aug 20, 2014 at 5:51 AM, Alex de Cabo
 wrote:
> Update config file:
>
> * Preferred kernel version: 3.10.17
> * Preferred uboot version: 2013.04

These two are not need as the 3.10.17 is indeed newer than the 3.0.35
and the u-boot is a single provider.

> * Set build image: tar.bz2

Do you not intend to have users using the sdcard?

> * Append firmware for Solo and DualLite: imx-vpu-imx6d

Check how we did for cubox-i; it has support for a single rootfs for QDL.

> * 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

Can you clarify why?

-- 
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://code.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
-- 
___
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale


[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/3] cgtqmx6: Update Congatec-QMX6 machine configuration

2014-08-20 Thread Alex de Cabo
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 
---
 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
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale