Re: [meta-freescale] linux-congatec (fido) silent after Starting kernel ...

2015-05-22 Thread Alejandro . de-cabo-Garcia
Hi Leon, could you try to set the following fdt loading address: setenv fdt_addr 0x1800 Regards, alex.-- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] linux-congatec (fido) silent after Starting kernel ...

2015-05-26 Thread Alejandro . de-cabo-Garcia
Hi, > > I am trying to understand why the higher FDT address would help. > Where does the kernel extract to upon start? loadaddr=0x1200 Kind regards, alex.-- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctopro

Re: [meta-freescale] [CRITICAL] Boards failing to build with GCC 5.2 - Kernel patches are needed

2015-11-11 Thread Alejandro . de-cabo-Garcia
Hi Otavio, > Following patches are worth checking: The patches applied here smoothly. I was out of the office. I will test the good behaviour of the system and if so, I will send the patches to the meta-fsl-arm-extra as latest next week. Thanks. Alex de Cabo.-- __

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 p

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v2 2/3] cgtqmx6: Update Congatec-QMX6 bootloader support

2014-08-20 Thread Alejandro . de-cabo-Garcia
Hi Otavio, > On Wed, Aug 20, 2014 at 5:52 AM, Alex de Cabo > wrote: > > Provides the recipes and patches to use 2009.08 or 2013.04 U-boot > > versions. > > > > Signed-off-by: Alex de Cabo > > Now I understand better. > > Is there any reason to keep the old U-Boot here? I don't think it is > wo

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH v3 2/4] cgtqmx6: Update Congatec-QMX6 bootloader support

2014-09-04 Thread Alejandro . de-cabo-Garcia
Hi Fabio, > >Just curious: why don't you use mainline U-boot instead? > It was a internal decision.-- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

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

2014-09-04 Thread Alejandro . de-cabo-Garcia
Hi Otavio, > >I am wondering if you could use our sdcard image, as is, as this >would >make it easier to use for most users in the first time. > >Any reason to not? Nitrogen uses an script in the first partition >next >to the kernel to script this. This seems solid and flexible. > Due to decision

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

2014-09-04 Thread Alejandro . de-cabo-Garcia
> > > > Due to decisions we've taken, having only one partition, for now > > I would like to keep it as it is. > > > > Anyway I will think about this in the near future. > > Does your generated .sdcard image works? > To make it work I have to change those three U-boot environment variables with

[meta-freescale] Yocto 1.7: u-boot-imx 2009.08 error

2014-11-19 Thread Alejandro . de-cabo-Garcia
Hi, I am trying to bitbake the u-boot-imx 2009.08 for imx6qsabresd, but I get this error: fatal error: gnu/stubs-soft.h: No such file or directory and bitbake output: http://pastebin.com/Fj0UZaCj do you have any idea that could help me? thanks in advance, alex--

Re: [meta-freescale] [meta-fsl-arm-extra][PATCH] 2/3] qmx6-addons-gpio: Add gpio.sh configuration script

2015-02-03 Thread Alejandro . de-cabo-Garcia
Hi Otavio, > It seems for me this could be better if documented in the Congatec's > documentation or even in the Release Notes (adding Daiane on Cc so she > can comment if she thinks this applies or not). > > The biggest problem I see with this kind of script is that it will > always be changed

Re: [meta-freescale] [3rdparty][master][PATCH 2/2] cgtqmx6: Change default kernel version

2017-02-09 Thread Alejandro . de-cabo-Garcia
> > KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb" > > KERNEL_IMAGETYPE = "zImage" > > > > SERIAL_CONSOLE = "115200 ttymxc1" > > > > MACHINE_FEATURES += " pci" > > +MACHINE_HAS_VIVANTE_KERNEL_DRIVER_SUPPORT_cgtqmx6 = "1" > > +MACHINE_USES_VIVANTE_KERNEL_DRIVER_MODULE_cgtqmx6 = "0" > > Wh