[meta-freescale] [meta-fsl-arm][PATCH] u-boot-ls1: Booting from SD card using u-boot-with-spl-pbl

2015-01-28 Thread b40290
From: Chunrong Guo Signed-off-by: Chunrong Guo --- recipes-bsp/u-boot/u-boot-ls1_2014.07.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb index c97d5d8..7b4fb58 100644 --- a/recipes-bsp/u-boot/u-boot-ls1_

[meta-freescale] Bitbake error: u-boot-fslc

2015-01-28 Thread Daniel C. A (NESTIT)
Hi, I'm using the git path of already built u-boot source. I have built using EXTERNALSRC for matchbox-wm, and it was success. Doubted whats wrong here. Btw, One more query :) I need 'top -H' command running to know the CPU usage particularly the threads running. But this command is not found, s

Re: [meta-freescale] meta-fsl-* layer organization?

2015-01-28 Thread zhenhua....@freescale.com
Hi Bob, Actually the QorIQ layer re-arch work is on-going, the layer architecture is still under discussion, we will try to get alignment on the layer structure ASAP, the proposal will be sent out when it is finalized. Best Regards, Zhenhua > -Original Message- > From: Bob Cochran

Re: [meta-freescale] [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related

2015-01-28 Thread zhenhua....@freescale.com
Hi Bob, The meta-fsl-security is a FSL commercial layer which manages the enhanced SEC implementation for FSL QorIQ targets. You can contact with O'Donnell Michael-R61426 on how to get the layer. Best Regards, Zhenhua > -Original Message- > From: meta-freescale-boun...@yoctoproj

Re: [meta-freescale] How to build/include debug-infos for certain packages?

2015-01-28 Thread Bob Cochran
On 01/28/2015 04:36 PM, Clemens Eisserer wrote: Hi, Using the QorIQ SDK-1.7 on e6500 based hardware we've recently started to use oprofile for performance analysis. However libraries shipped as part of the SDK are opaque to oprofile, because the debug-infos are missing. Is there any way to incl

[meta-freescale] How to build/include debug-infos for certain packages?

2015-01-28 Thread Clemens Eisserer
Hi, Using the QorIQ SDK-1.7 on e6500 based hardware we've recently started to use oprofile for performance analysis. However libraries shipped as part of the SDK are opaque to oprofile, because the debug-infos are missing. Is there any way to include debug-infos of certain packages (such as libc

Re: [meta-freescale] imx6 silent memory corruption

2015-01-28 Thread Fabio Estevam
On Wed, Jan 28, 2015 at 2:18 PM, Nikolay Dimitrov wrote: > Maybe now the proper question is: is anyone else using nfsroot without > issues? I don't see such problem on a mx6qsabresd booting from nfs. Regards, Fabio Estevam -- ___ meta-freescale mail

Re: [meta-freescale] imx6 silent memory corruption

2015-01-28 Thread Nikolay Dimitrov
Hi guys, Here is the result of a quick build of 3.10.53 without any patches: [ cut here ] WARNING: at fs/inode.c:237 __destroy_inode+0x114/0x11c() Modules linked in: CPU: 0 PID: 245 Comm: udevd Not tainted 3.10.53-84287-ge133fbc #1 [<80013b00>] (unwind_backtrace+0

Re: [meta-freescale] [meta-fsl-arm] Can't build U-Boot for LS1 boards

2015-01-28 Thread Gary Thomas
On 2015-01-28 08:02, zhenhua@freescale.com wrote: Can you share your reproducible steps? The following is my step and ongoing build log: $ git clone git://git.yoctoproject.org/poky $ cd poky $ git clone git://git.yoctoproject.org/meta-fsl-arm $ . ./oe-init-build-env ls1021atwr Add 'UBOOT_CON

[meta-freescale] meta-fsl-* layer organization?

2015-01-28 Thread Bob Cochran
Hi, In the past, Zhenhua has sent out emails about organization of the various freescale-related layers. With the introduction of LS1A & SDK1.7, there has been a lot of organizational activity, but I don't recall seeing recent documentation regarding the hierarchy or goal of the work. If t

Re: [meta-freescale] [meta-fsl-arm] Can't build U-Boot for LS1 boards

2015-01-28 Thread zhenhua....@freescale.com
Can you share your reproducible steps? The following is my step and ongoing build log: $ git clone git://git.yoctoproject.org/poky $ cd poky $ git clone git://git.yoctoproject.org/meta-fsl-arm $ . ./oe-init-build-env ls1021atwr Add 'UBOOT_CONFIG = "sdcard"' in conf/local.conf Edit conf/bblayers.c

Re: [meta-freescale] [meta-fsl-arm] Can't build U-Boot for LS1 boards

2015-01-28 Thread Gary Thomas
On 2015-01-28 07:27, zhenhua@freescale.com wrote: Hi , UBOOT_CONFIG is set in machine conf, UBOOT_MACHINE and UBOOT_CONFIG can't be set at the same time. Try to add the following line in local.conf to override the default value and build again. UBOOT_CONFIG = "sdcard" I still get the s

Re: [meta-freescale] [meta-fsl-ppc][PATCH] uspdcp: remove as it is not bsp related

2015-01-28 Thread Bob Cochran
On 01/13/2015 08:25 AM, ting@freescale.com wrote: From: Ting Liu This pkg is for fsl security, not bsp related. will put it to fsl distro layer for security. Where is the "fsl distro layer for security"? I just looked for it on git.yoctoproject.org and Freescale.github.io, but I didn't

Re: [meta-freescale] [meta-fsl-arm] Can't build U-Boot for LS1 boards

2015-01-28 Thread zhenhua....@freescale.com
Hi , UBOOT_CONFIG is set in machine conf, UBOOT_MACHINE and UBOOT_CONFIG can't be set at the same time. Try to add the following line in local.conf to override the default value and build again. UBOOT_CONFIG = "sdcard" Best Regards, Zhenhua > -Original Message- > From: meta-frees

[meta-freescale] [meta-fsl-arm] Can't build U-Boot for LS1 boards

2015-01-28 Thread Gary Thomas
Using meta-fsl-arm master (4d8024331715ff871e730342de16bce4cd985b88) When I tried MACHINE=ls1021atwr bitbake u-boot-ls1 I get this error: ERROR: Nothing PROVIDES 'u-boot-ls1' ERROR: u-boot-ls1 was skipped: because UBOOT_MACHINE is not set I had to add this line to my local.conf to get it t

Re: [meta-freescale] Bitbake error: u-boot-fslc

2015-01-28 Thread Daniel C. A (NESTIT)
Hi, I'm using the git path of already built u-boot source. I have built using EXTERNALSRC for matchbox-wm, and it was success. Doubted whats wrong here. Btw, One more query :) I need 'top -H' command running to know the CPU usage particularly the threads running. But this command is not found, s

[meta-freescale] [meta-fsl-arm-extra][PATCH] 3/3] cgtqmx6.conf: Add the qmx6-addons-gpio package

2015-01-28 Thread Alex de Cabo
This patch adds the qmx6-addons-gpio package to the image Signed-off-by: Alex de Cabo --- conf/machine/cgtqmx6.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf index 7a51d82..6ae72ea 100644 --- a/conf/machine/cgtqmx6.conf +++ b/conf

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

2015-01-28 Thread Alex de Cabo
This patch adds the gpio.sh script to the rootfs, and the needed links to make the listed GPIOs accesible via the /sys/class/gpio interface. The GPIOs [0..3] [5..7] are currently mapped as inputs, in order to define them as output, uncomment the "echo "out" ... direction" statement underneath the

[meta-freescale] [meta-fsl-arm-extra][PATCH] 1/3] linux-congatec: support for Q7 GPIOs

2015-01-28 Thread Alex de Cabo
Add support for Q7 GPIOs in conga-QMX6 device tree configuration Signed-off-by: Alex de Cabo --- recipes-kernel/linux/linux-congatec_3.10.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-congatec_3.10.31.bb b/recipes-kernel/linux/linux-congate

Re: [meta-freescale] Bitbake error: u-boot-fslc

2015-01-28 Thread Daiane Angolini
On Wed, Jan 28, 2015 at 6:28 AM, Daniel C. A (NESTIT) wrote: > Dear Daiane, > > For your following question, > >From u-boot perspective, you're trying to build for mx6qsabreauto, I > think 2014.01 does not support imx6Q-Sabre Auto, can you, please, double > check? > > U-b

Re: [meta-freescale] application in yocto build reg

2015-01-28 Thread Daiane Angolini
On Wed, Jan 28, 2015 at 7:42 AM, Sachu Sanal (NeSTIT) wrote: > Hai > > > > If any one know How can put one application in yocto build. Do you mean something like this: https://community.freescale.com/docs/DOC-95059 Daiane -- ___ meta-freescale mai

Re: [meta-freescale] iMX6Q Linux 3.10.17 Trying to read registers at boot time

2015-01-28 Thread Eric Bénard
Hi Jose, Le Wed, 28 Jan 2015 11:00:40 +0100, Jose Mª Ferreriro Carnota a écrit : > I was derived here from : > https://community.freescale.com/message/473511#473511 > > My kernel stops loading when I try to access to registers in > mach-imx6q.c. I think it has something to do with iMX6 securit

Re: [meta-freescale] Qt5 issue

2015-01-28 Thread andrea
Hello Marco, we are from the same town :) I'm using Dizzy and I'm building from a Ubuntu 14.10 desktop. Here's the output of bitbake as requested: NOTE: Started PRServer with DBfile: /home/andrea/FSL/build/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 40670, PID: 18257 WARNING: Host distribution "Ub

[meta-freescale] application in yocto build reg

2015-01-28 Thread Sachu Sanal (NeSTIT)
Hai If any one know How can put one application in yocto build. Regards Sachu -- ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

[meta-freescale] iMX6Q Linux 3.10.17 Trying to read registers at boot time

2015-01-28 Thread Jose Mª Ferreriro Carnota
Hello I was derived here from : https://community.freescale.com/message/473511#473511 My kernel stops loading when I try to access to registers in mach-imx6q.c. I think it has something to do with iMX6 security system. Access to that registers at that moment seems to be denied and the kerne

Re: [meta-freescale] Bitbake error: u-boot-fslc

2015-01-28 Thread Daniel C. A (NESTIT)
Dear Daiane, For your following question, >From u-boot perspective, you're trying to build for mx6qsabreauto, I think 2014.01 does not support imx6Q-Sabre Auto, can you, please, double check? U-boot version 2014.01 is working on imx6Q-Sabre Auto, since I used the same b