[meta-freescale] [yocto] Kernel module vermagic error

2017-04-10 Thread chandrasekhar c
Hi,I am trying to load a kernel module through modprobe. I am using bitbake to build the kernel. When I try to load the kernel in my Custom hardware I am getting following errors. modprobe g_serial configfs: version magic 3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload modversions ARMv7 p2v8

[meta-freescale] [yocto] Kernel module vermagic error

2017-04-10 Thread chandrasekhar c
Hi,I am trying to load a kernel module through modprobe. I am using bitbake to build the kernel. When I try to load the kernel in my Custom hardware I am getting following errors. modprobe g_serial configfs: version magic 3.14.38-6UL_ga+ge4944a5 SMP preempt mod_unload modversions ARMv7 p2v8

[meta-freescale] [PATCH] Create the i.MX 6ULL EVK machine file supporting both 14x14 and 9x9 pin configuratins

2017-04-10 Thread Alexandra Safta
Signed-off-by: Alexandra Safta --- conf/machine/imx6ull14x14evk.conf | 23 +++ conf/machine/imx6ull9x9evk.conf | 19 +++ 2 files changed, 42 insertions(+) create mode 100644 conf/machine/imx6ull14x14evk.conf create mode

Re: [meta-freescale] linux-fslc 4.9.x and gpmi-nand driver support

2017-04-10 Thread Jonathan Poulin
Hello, This is what I had in my gpmi node. The rest of the node is in the file imx6q.dtsi. /* General purpose media interface is used for NAND control */ { pinctrl-names = "default"; pinctrl-0 = <_gpmi_nand_axion>; fsl,legacy-bch-geometry; status = "okay"; }; I don't know if

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Esponde, Joel
Yes I am using Morty 16.0.1. Joël Esponde Honeywell | Safety and Productivity Solutions > -Message d'origine- > De : meta-freescale-boun...@yoctoproject.org [mailto:meta-freescale- > boun...@yoctoproject.org] De la part de Esponde, Joel > Envoyé : lundi 10 avril 2017 13:05 > À : Bas

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Otavio Salvador
On Mon, Apr 10, 2017 at 6:27 AM, Bas Mevissen wrote: > > > On 07/04/2017 22:14, Otavio Salvador wrote: > > (...) >> >> Instead, adding LDFLAGS on the CC should fix the real error. >> > > That's a better idea indeed. Attached patch fixes the protocol typo and > fixes the

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Esponde, Joel
> -Message d'origine- > De : Bas Mevissen [mailto:ab...@basmevissen.nl] > Envoyé : vendredi 7 avril 2017 16:24 > À : Esponde, Joel ; meta- > freesc...@yoctoproject.org > Objet : Re: [meta-freescale] imx-uuc: typo error > > On 07/04/2017 11:53, Esponde, Joel

Re: [meta-freescale] linux-fslc 4.9.x and gpmi-nand driver support

2017-04-10 Thread Oliver Graute
On 07/04/17, Jonathan Poulin wrote: > Hello Olivier, > > I had a similar problem. Look at > https://lists.yoctoproject.org/pipermail/meta-freescale/2017-April/020344.html > > This was cause by a mismatch between the ECC strength used by the write of > the partition and the one used by the

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Bas Mevissen
On 10/04/2017 13:05, Esponde, Joel wrote: (...) This reminds me of an issue I ran into with the same package. It failed with QA issues: ERROR: imx-uuc-0.5.1+gitAUTOINC+3440b11083-r1 do_package_qa: QA Issue: No GNU_HASH in the elf binary: '/work/build/tmp/work/bvd3_imx7d-poky-linux-gnueabi/imx-

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Esponde, Joel
> -Message d'origine- > De : Bas Mevissen [mailto:ab...@basmevissen.nl] > Envoyé : lundi 10 avril 2017 11:28 > À : Otavio Salvador > Cc : Esponde, Joel ; meta- > freesc...@yoctoproject.org > Objet : Re: [meta-freescale]

Re: [meta-freescale] imx-uuc: typo error

2017-04-10 Thread Bas Mevissen
On 07/04/2017 22:14, Otavio Salvador wrote: (...) > > Instead, adding LDFLAGS on the CC should fix the real error. > That's a better idea indeed. Attached patch fixes the protocol typo and fixes the Makefile to resolve the QA issue detected. Cheers, Bas. - Fix typo in download protocol