Re: [meta-freescale] [IMX6Q Sabre Lite, Linux 3.4.34] Booting is failed in calibrate_delay_converge().

2013-04-30 Thread Shinkyu Kang
Hi, Eric, Thank you for reply. > Does WRS place the kernel sources on-line for review? I'm sorry. They could be only obtained from WRS. Regards, Shinkyu. ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/

Re: [meta-freescale] [IMX6Q Sabre Lite, Linux 3.4.34] Booting is failed in calibrate_delay_converge().

2013-04-30 Thread Eric Nelson
Hi Shinkyu, On 04/30/2013 04:02 PM, Shinkyu Kang wrote: Hi, My name is Shinkyu, working for Realtimewave in South Korea. This is first time to write a mail to yocktoproject.org . I'm testing with IMX6Q SABRE Lite Ev. Board (Boundary Device) Rev. D, WindRiver Linux 5 whi

[meta-freescale] configuring the kernel and adding packages

2013-04-30 Thread Alexander Keller
Hello, I have configured the kernel the way I wanted using: bitbake virtual/kernel -c menuconfig but I cannot find where the configured kernel is located. Do I have to build the kernel manually that was in the work directory?

[meta-freescale] [IMX6Q Sabre Lite, Linux 3.4.34] Booting is failed in calibrate_delay_converge().

2013-04-30 Thread Shinkyu Kang
Hi, My name is Shinkyu, working for Realtimewave in South Korea. This is first time to write a mail to yocktoproject.org. I'm testing with IMX6Q SABRE Lite Ev. Board (Boundary Device) Rev. D, WindRiver Linux 5 which supports to Yockto project and Linux 3.4.34. When I try to boot with kernel 3.4.34

[meta-freescale] results of building fsl-image-test/fsl-image-gui: can play hd videos on the console, but opengl under X11 is not working

2013-04-30 Thread Christian Betz
hi everyone, i'm working with a freescale imx6q dev board from freescale. though our freescale application engineers recommended LTIB, i already have experience using openembedded on two different arm platforms and x86 (before yocto was created). in short: i want to use yocto, but i'll drop back t

[meta-freescale] [meta-fsl-arm][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

2013-04-30 Thread Mahesh Mahadevan
Update to the latest code available from Freescale's GIT repository. This patch makes MX28 and MX5 series work from the same 2.6.35 code-base Signed-off-by: Mahesh Mahadevan --- recipes-kernel/linux/linux-imx_2.6.35.3.bb | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 3:03 PM, Daiane Angolini wrote: > On 04/30/2013 01:41 PM, Javier Viguera wrote: >> >> For MX5 machines, gst-fsl-plugin has build-time dependences on the >> pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries. >> >> If the mp3enc library is not in the sysroot, the 'libmfw

Re: [meta-freescale] [meta-fsl-arm][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

2013-04-30 Thread Daiane Angolini
On 04/30/2013 02:34 PM, Otavio Salvador wrote: On Mon, Apr 29, 2013 at 12:10 PM, Mahesh Mahadevan wrote: Update to the latest code available from Freescale's GIT repository. This patch makes MX28 and MX5 series work from the same 2.6.35 code-base Signed-off-by: Mahesh Mahadevan ... +# Revi

Re: [meta-freescale] [meta-fsl-arm][for-danny][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-04-30 Thread Daiane Angolini
On 04/30/2013 01:41 PM, Javier Viguera wrote: For MX5 machines, gst-fsl-plugin has build-time dependences on the pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries. If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so' is not built. If the fsl-mm-flv is not in the sysroot,

Re: [meta-freescale] [meta-fsl-arm][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

2013-04-30 Thread Fabio Estevam
On Tue, Apr 30, 2013 at 2:34 PM, Otavio Salvador wrote: > On Mon, Apr 29, 2013 at 12:10 PM, Mahesh Mahadevan > wrote: >> Update to the latest code available from Freescale's GIT repository. >> This patch makes MX28 and MX5 series work from the same 2.6.35 >> code-base >> >> Signed-off-by: Mahesh

Re: [meta-freescale] [meta-fsl-arm][PATCH] linux-imx (2.6.35): mxs and mx5: Update to latest from FSL GIT

2013-04-30 Thread Otavio Salvador
On Mon, Apr 29, 2013 at 12:10 PM, Mahesh Mahadevan wrote: > Update to the latest code available from Freescale's GIT repository. > This patch makes MX28 and MX5 series work from the same 2.6.35 > code-base > > Signed-off-by: Mahesh Mahadevan ... > +# Revision of imx_2.6.35_maintain branch > +SRC

[meta-freescale] [meta-fsl-arm][for-danny][PATCH] gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

2013-04-30 Thread Javier Viguera
For MX5 machines, gst-fsl-plugin has build-time dependences on the pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries. If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so' is not built. If the fsl-mm-flv is not in the sysroot, the configure process warns about: "Unable to

Re: [meta-freescale] [WIP] Recipe for Vivante GPU Sdk

2013-04-30 Thread Diego
In data martedì 30 aprile 2013 08:33:06, Daiane Angolini ha scritto: > On 04/30/2013 07:25 AM, Diego wrote: > > Looking more closely at the string gcc string there's a leftover "-I" with > > no path which actually breaks compilation. I'll adjust the Makefiles > > patch. Ok, fixed that and another

Re: [meta-freescale] Yocto core-image-minimal-imx53qsb freezes after init

2013-04-30 Thread Marco
Il 30/04/2013 13:35, Otavio Salvador ha scritto: On Tue, Apr 30, 2013 at 5:41 AM, Marco wrote: Hello, I am using a Yocto (master) generated core-image-minimal-imx53qsb.tar.bz2 with NFS and Machine: Freescale MX53 LOCO Board. This is my boot log: http://pastebin.com/6abVV0zr What am I missing

Re: [meta-freescale] Yocto core-image-minimal-imx53qsb freezes after init

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 8:34 AM, Daiane Angolini wrote: > On 04/30/2013 05:41 AM, Marco wrote: >> >> Hello, >> I am using a Yocto (master) generated >> core-image-minimal-imx53qsb.tar.bz2 with NFS and Machine: Freescale MX53 >> LOCO Board. >> >> This is my boot log: http://pastebin.com/6abVV0zr >>

Re: [meta-freescale] Yocto core-image-minimal-imx53qsb freezes after init

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 5:41 AM, Marco wrote: > Hello, > I am using a Yocto (master) generated core-image-minimal-imx53qsb.tar.bz2 > with NFS and Machine: Freescale MX53 LOCO Board. > > This is my boot log: http://pastebin.com/6abVV0zr > > What am I missing (or is wrong in core-image-minimal-imx53

Re: [meta-freescale] Yocto core-image-minimal-imx53qsb freezes after init

2013-04-30 Thread Daiane Angolini
On 04/30/2013 05:41 AM, Marco wrote: Hello, I am using a Yocto (master) generated core-image-minimal-imx53qsb.tar.bz2 with NFS and Machine: Freescale MX53 LOCO Board. This is my boot log: http://pastebin.com/6abVV0zr What am I missing (or is wrong in core-image-minimal-imx53qsb) ? It was repo

Re: [meta-freescale] [WIP] Recipe for Vivante GPU Sdk

2013-04-30 Thread Daiane Angolini
On 04/30/2013 07:25 AM, Diego wrote: In data martedì 30 aprile 2013 12:14:44, hai scritto: Hello everybody, Replying to myself. Writing the previous mail popped up some ideas on my head. <3 1) Build is failing: I've fixed some build issues, but now I'm stuck with this problem: | make[

Re: [meta-freescale] [meta-fsl-arm] GStreamer mp3 playback on Nitrogen6X - seg faults

2013-04-30 Thread Daiane Angolini
On 04/30/2013 03:02 AM, Erik Botö wrote: Hi, I tried building the fsl-image-test + gst-plugins-good-id3demux to enable mp3 playback using gst-launch. But when doing gst-launch playbin2 uri=file:///path/to/mp3 gst-launch segfaults. If I build another image with the mad-plugin for gstreamer, and r

Re: [meta-freescale] [WIP] Recipe for Vivante GPU Sdk

2013-04-30 Thread Otavio Salvador
On Tue, Apr 30, 2013 at 7:25 AM, Diego wrote: > In data martedì 30 aprile 2013 12:14:44, hai scritto: >> Hello everybody, >> > > Replying to myself. Writing the previous mail popped up some ideas on my head. Oh, this one was easy ;-) >> 1) Build is failing: >> >> I've fixed some build issues, bu

Re: [meta-freescale] [WIP] Recipe for Vivante GPU Sdk

2013-04-30 Thread Diego
In data martedì 30 aprile 2013 12:14:44, hai scritto: > Hello everybody, > Replying to myself. Writing the previous mail popped up some ideas on my head. > 1) Build is failing: > > I've fixed some build issues, but now I'm stuck with this problem: > | make[1]: Entering directory `/opt/yocto_bui

[meta-freescale] [WIP] Recipe for Vivante GPU Sdk

2013-04-30 Thread Diego
Hello everybody, here I am with this alpha - rough - bad - wrong - not working - etc recipe for Vivante GPU Sdk. The current status is: - waiting for Diane for tar.gz hosting, for the moment you should put it in the files folder; - waiting for Diane for feedback on the license, for the moment i

[meta-freescale] Yocto core-image-minimal-imx53qsb freezes after init

2013-04-30 Thread Marco
Hello, I am using a Yocto (master) generated core-image-minimal-imx53qsb.tar.bz2 with NFS and Machine: Freescale MX53 LOCO Board. This is my boot log: http://pastebin.com/6abVV0zr What am I missing (or is wrong in core-image-minimal-imx53qsb) ? TIA -- Marco __