Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: > Forwarding to meta-freescale (and I highly recommend joining this > list, c/o https://lists.yoctoproject.org) Thanks. I've just added myself to the list as well. > > -- Forwarded message ------ > From: Chr

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
On 27 Jun 2013, at 17:36, Otavio Salvador wrote: > On Thu, Jun 27, 2013 at 1:32 PM, Chris Tapp wrote: >> >> On 27 Jun 2013, at 17:08, Jeff Osier-Mixon wrote: >> >>> Forwarding to meta-freescale (and I highly recommend joining this >>> list, c/o https:

Re: [meta-freescale] [yocto] Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'

2013-06-27 Thread Chris Tapp
On 27 Jun 2013, at 22:44, Otavio Salvador wrote: > On Thu, Jun 27, 2013 at 6:40 PM, Chris Tapp wrote: >> >> On 27 Jun 2013, at 17:36, Otavio Salvador wrote: >> >>> On Thu, Jun 27, 2013 at 1:32 PM, Chris Tapp wrote: >>>> >>>

[meta-freescale] pkg-config with gpu-viv-bin-mx6q

2013-06-27 Thread Chris Tapp
e's no pkg-config data available for autotools. Does this already exist? If not, shall I create a patch to add it? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.

Re: [meta-freescale] pkg-config with gpu-viv-bin-mx6q

2013-06-28 Thread Chris Tapp
On 28 Jun 2013, at 03:32, Otavio Salvador wrote: > On Thu, Jun 27, 2013 at 9:02 PM, Chris Tapp wrote: >> I've got a recipe for an autotools application with runs under EGL / GLESv2. >> It uses the following to make sure these are available: >> >> PKG

[meta-freescale] Sanity check please...

2013-07-08 Thread Chris Tapp
ilds. What am I doing wrong? I suspect it's just down to my poor git skills ;-) Chris Tapp opensou...@keylevel.com www.keylevel.com ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] Sanity check please...

2013-07-09 Thread Chris Tapp
Hi Otavio, On 9 Jul 2013, at 01:09, Otavio Salvador wrote: > On Mon, Jul 8, 2013 at 6:20 PM, Chris Tapp wrote: >> So, I thought I should try master instead of master-next (not for >> meta-fsl-arm-extras as I need the quad machine), but then the kernel fails >> to buil

[meta-freescale] Compile error for boost_1.54.0

2013-07-09 Thread Chris Tapp
I'm getting a failure in do_compile when building boost_1.54.0 using master-next for the wandboard-quad. The log is about 1.5MB, but the important bit seems to be that uintptr_t isn't defined but is required by /boost/atomic/atomic.hpp. Has anyone seen this before? Chris Tap

Re: [meta-freescale] Compile error for boost_1.54.0

2013-07-09 Thread Chris Tapp
On 9 Jul 2013, at 20:09, Chris Tapp wrote: > I'm getting a failure in do_compile when building boost_1.54.0 using > master-next for the wandboard-quad. > > The log is about 1.5MB, but the important bit seems to be that uintptr_t > isn't defined but is required by

[meta-freescale] Wandboard Quad experience (good!)

2013-07-09 Thread Chris Tapp
/broadcom-nvram-config.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'linux-firmware-INVALID' is unbuildable, removing... I got round this by commenting out: MACHINE_EXTRA_RRECOMMENDS += " broadcom-nvram-config" in the machine file. Chris T

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-09 Thread Chris Tapp
On 9 Jul 2013, at 22:51, Otavio Salvador wrote: > On Tue, Jul 9, 2013 at 6:38 PM, Chris Tapp wrote: >> Thanks to help from Otavio and others, I now have an image building for the >> Wandboard Quad. >> >> I've built a custom OpenGLES application running under EG

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-09 Thread Chris Tapp
On 9 Jul 2013, at 23:03, Chris Tapp wrote: > > On 9 Jul 2013, at 22:51, Otavio Salvador wrote: > >> On Tue, Jul 9, 2013 at 6:38 PM, Chris Tapp wrote: >>> Thanks to help from Otavio and others, I now have an image building for the >>> Wandboard Quad. >

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-10 Thread Chris Tapp
r - I just need to enable CONFIG_HID_APPLE so my keyboard works ;-) > > John > > > > On Tue, Jul 9, 2013 at 6:05 PM, Chris Tapp wrote: > > On 9 Jul 2013, at 23:03, Chris Tapp wrote: > > > > > On 9 Jul 2013, at 22:51, Otavio Salvador wrote: > > >

[meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
er failed, ret 2 No such file or directory queued 0 The "Message Callback" events are my own logging to try and see what's happening in my app. Is this something I'm doing wrong, or are these messages a real issue somewhere? Chris T

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-10 Thread Chris Tapp
On 10 Jul 2013, at 20:19, Chris Tapp wrote: > I've got an application which uses playbin2 to capture video. The pipeline is > of the form: > > playbin2 uri=... video-sink="queue2 ! videoscale ! video/x-raw-rgb, > pixel-aspect-ratio=1/1, width=, height= ! > fakesink

Re: [meta-freescale] [yocto] Compile error for boost_1.54.0

2013-07-11 Thread Chris Tapp
atch for that > in the SVN master, I will pull it! Thanks Saul :-) > Sau! > > > On 07/09/2013 10:04 PM, Khem Raj wrote: >> >> On Jul 9, 2013, at 1:50 PM, Martin Jansa wrote: >> >>> On Tue, Jul 09, 2013 at 09:25:30PM +0100, Chris Tapp wrote: >>>

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-11 Thread Chris Tapp
On 11 Jul 2013, at 09:39, Thomas Senyk wrote: > On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote: >> On 10 Jul 2013, at 20:19, Chris Tapp wrote: >>> I've got an application which uses playbin2 to capture video. The pipeline >>> is of the form: >>>

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
alls.c(493): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0: system error: No such file or directory Setting pipeline to NULL ... Freeing pipeline ... > John > ___ > meta-freescale mailing list > meta-freescale@yoctoprojec

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
On 12 Jul 2013, at 09:03, Philip Craig wrote: > On Fri, Jul 12, 2013 at 5:50 PM, Chris Tapp wrote: >> Hi John, >> >> On 12 Jul 2013, at 01:22, John Weber wrote: >> >>> Hi Chris, >>> >>>> gst-launch videotestsrc ! v4l2sink >>>

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
Hi Thomas, Some more info below: On 11 Jul 2013, at 09:39, Thomas Senyk wrote: > On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote: >> On 10 Jul 2013, at 20:19, Chris Tapp wrote: >>> I've got an application which uses playbin2 to capture video. The pipe

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-12 Thread Chris Tapp
need and without and decoration. I was hoping that glupload may help make this more efficient, but I can't even get gst-plugins-gl to build at the moment. Chris Tapp opensou...@keylevel.com www.keylevel.com ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] Error building master

2013-07-12 Thread Chris Tapp
O.S. Systems >> http://www.ossystems.com.brhttp://projetos.ossystems.com.br >> Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750 >> > ___ > meta-freescale mailing list > meta-freescale@

Re: [meta-freescale] Error building master

2013-07-12 Thread Chris Tapp
On 12 Jul 2013, at 19:35, Chris Tapp wrote: > Hi John, > > On 12 Jul 2013, at 18:44, John Weber wrote: > >> I've synced the entire platform and am rebuilding all again to make sure I >> still see this error, but this was the second time I've seen it. I'

Re: [meta-freescale] Error building master

2013-07-12 Thread Chris Tapp
On 12 Jul 2013, at 22:49, John Weber wrote: > On 7/12/13 3:10 PM, Chris Tapp wrote: >> On 12 Jul 2013, at 19:35, Chris Tapp wrote: >> >>> Hi John, >>> >>> On 12 Jul 2013, at 18:44, John Weber wrote: >>> >>>> I've synced the en

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-12 Thread Chris Tapp
lated to the gstreamer problems I've been having, but... Chris Tapp opensou...@keylevel.com www.keylevel.com ___ meta-freescale mailing list meta-freescale@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-freescale

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-13 Thread Chris Tapp
288 pages of RAM [ 2445.873566] 458040 free pages [ 2445.876537] 50744 reserved pages [ 2445.879767] 2012 slab pages [ 2445.882584] 5157 pages shared [ 2445.885557] 0 pages swap cached [ 2445.888705] Physical memory allocation error! [ 2445.893083] Physical memory allocation error! I'll have a go

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-15 Thread Chris Tapp
s to be plenty of physical memory about, so this may be expected. It is just possible that this may be related to the other issue, as I can imagine a gstreamer-heavy app does a lot of memory allocation/deallocation... > John > > On 7/13/13 4:26 PM, Chris Tapp wrote: >> Hi

[meta-freescale] Wandboard uBoot clock

2013-07-15 Thread Chris Tapp
When the Wandboard Quad starts, uBoot reports that the CPU is running at 792 MHz. The Quad is a 1 GHz board, so should this be higher or does it somehow get switched later on? Chris Tapp opensou...@keylevel.com www.keylevel.com ___ meta-freescale

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-15 Thread Chris Tapp
On 15 Jul 2013, at 09:24, Thomas Senyk wrote: > On Friday, 12 July, 2013 17:35:01 Chris Tapp wrote: >> Hi Thomas, >> >> Some more info below: >> >> On 11 Jul 2013, at 09:39, Thomas Senyk wrote: >>> On Wednesday, 10 July, 2013 20:53:58 Chris Tapp wrote:

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-15 Thread Chris Tapp
On 15 Jul 2013, at 09:02, Thomas Senyk wrote: > On Friday, 12 July, 2013 17:44:41 Chris Tapp wrote: >> Hi John, >> >> On 12 Jul 2013, at 15:12, John Weber wrote: >>> Hi Chris, >>> >>>> That's unfortunate as I need a pipeline which can r

Re: [meta-freescale] Wandboard uBoot clock

2013-07-15 Thread Chris Tapp
On 15 Jul 2013, at 17:35, Fabio Estevam wrote: > On Mon, Jul 15, 2013 at 1:32 PM, Chris Tapp wrote: >> When the Wandboard Quad starts, uBoot reports that the CPU is running at 792 >> MHz. >> >> The Quad is a 1 GHz board, so should this be higher or does it someho

Re: [meta-freescale] Wandboard Quad experience (good!)

2013-07-15 Thread Chris Tapp
a memory limitation and perhaps related to the > CONFIG_SWAP being on by default in the kernel build. Since there is no swap > partition, having CONFIG_SWAP seems a little useless. Oddly enough, all of > the default i.MX6 defconfigs set CONFIG_SWAP. I'm seeing if we can remo

Re: [meta-freescale] Gstreamer pipeline problem

2013-07-15 Thread Chris Tapp
... I'm having a sink (Qt/c++ code) which takes >>> x- >>> raw-yuv ... this code give the frame over to the opengl-scenegraph and >>> then I map this memory with code like: >>> >>> void *bits = (void*)mFrame.bits(); >>> GLuint physical = ~0U; >

Re: [meta-freescale] vpudec doe not like "queue(2)" - Was: Gstreamer pipeline problem

2013-07-16 Thread Chris Tapp
operty uses 'multiqueue'. So, it looks as if there's an issue with 'vpudec' when the pipeline includes a 'queue' or 'queue2' element. Is this the best place to report this, or does it need to go somewhere else? Chris Tapp opensou...@keylevel.com www.keylev

Re: [meta-freescale] vpudec doe not like "queue(2)" - Was: Gstreamer pipeline problem

2013-07-17 Thread Chris Tapp
Hi John, On 16 Jul 2013, at 21:18, John Weber wrote: > Hi Chris, > > I would try posting it on community.freescale.com. Thanks. Post is at https://community.freescale.com/message/340471 > Regards, > John > > On 7/16/13 2:15 PM, Chris Tapp wrote: >> Ok, I've

Re: [meta-freescale] Utilite?

2014-04-29 Thread Chris Tapp
people are not using/aware of it. It's a platform that I've been meaning to find time to evaluate. Spec is similar to the Wandboards, but in a product-ready format. I'm guessing it shouldn't be too difficult to get it running? Chris Tapp

Re: [meta-freescale] Which GStreamer version is preferred?

2015-03-03 Thread Chris Tapp
__ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! -- _

Re: [meta-freescale] [PATCH 0/1] arm: imx: fsl_otp: make fuses (OTP memory) read-only

2014-11-08 Thread Chris Tapp
en mentioned, it is the responsibility of a project to ensure that any product is suitably protected. I can image a customer would be really unhappy if their system (e.g. Smart TV) could be destroyed by a bit of malware ! -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you&#

Re: [meta-freescale] save kernel configuration

2014-11-27 Thread Chris Tapp
fragments are much easier to manage and will apply to any kernel version that supports the option(s). -- Chris Tapp opensou...@keylevel.com www.keylevel.com You can tell you're getting older when your car insurance gets real cheap! --

Re: [meta-freescale] save kernel configuration

2014-11-28 Thread Chris Tapp
again (which goes very slow as I > have a slow connection here)… is that re-fetching normal ? I don't think so, and I think I've seen this in the past. I'm not an expert in this area and I suggest you post a message to the Yocto mailing list. > Thank you > greetings, &g

Re: [meta-freescale] [meta-fsl-arm] Memory leak in graphic application (dora)

2017-04-28 Thread Chris Tapp
thout upgrading the kernel version ? > > Regards, > > Vincent > > > -- > ___ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale -- Chris Tapp opensou...@keylevel.com

Re: [meta-freescale] [meta-fsl-arm] Memory leak in graphic application (dora)

2017-05-08 Thread Chris Tapp
e/meta-fsl-arm/tree/dora/recipes-graphics > <https://github.com/Freescale/meta-fsl-arm/tree/dora/recipes-graphics> > Do you think I can use another version of gpu-viv-bin-mx6q and > xf86-video-imxfb keeping my 3.0.35 kernel ? > > Regards, > > Vincent > >