Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-11 Thread Alex J Lennon
I merged the patches but there is a strange behavior. With --as-needed removed i still get the unneeded dependency. 0x0001 (NEEDED) Shared library: [libmmal_core.so] 0x0001 (NEEDED) Shared library: [libmmal_util.so] 0x0001 (NEEDED)

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-11 Thread Andrei Gherzan
On Wed, Jun 11, 2014 at 3:54 PM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: I merged the patches but there is a strange behavior. With --as-needed removed i still get the unneeded dependency. 0x0001 (NEEDED) Shared library: [libmmal_core.so] 0x0001

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-10 Thread Andrei Gherzan
On Mon, Jun 2, 2014 at 4:18 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 01/06/2014 22:35, Alex J Lennon wrote: On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news Alex J Lennon. I have some questions, but those maybe can be answered by the

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-10 Thread Andrei Gherzan
On Tue, Jun 10, 2014 at 9:01 PM, Andrei Gherzan and...@gherzan.ro wrote: On Mon, Jun 2, 2014 at 4:18 AM, Alex J Lennon ajlen...@dynamicdevices.co.uk wrote: On 01/06/2014 22:35, Alex J Lennon wrote: On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-01 Thread Alex J Lennon
On 26/05/2014 19:40, Alexandru Vaduva wrote: It`s really hard to just offer impressions or suggestion. Also I agree with the fact that the camera is ok cause I also tested it with raspbian. No problems there. But never the less I hope to keep me posted on any progress and observations. When

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-01 Thread Alexandru Vaduva
This are indeed some very good news Alex J Lennon. I have some questions, but those maybe can be answered by the maintainers of the meta-raspberrypi layer: Why was this change done? -PREFERRED_PROVIDER_virtual/egl ?= vc-graphics-hardfp -PREFERRED_PROVIDER_virtual/libgles2 ?=

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-01 Thread Alex J Lennon
On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news Alex J Lennon. I have some questions, but those maybe can be answered by the maintainers of the meta-raspberrypi layer: Why was this change done? -PREFERRED_PROVIDER_virtual/egl ?= vc-graphics-hardfp

Re: [yocto] [meta-raspberrypi] Using the camera

2014-06-01 Thread Alex J Lennon
On 01/06/2014 22:35, Alex J Lennon wrote: On 01/06/2014 22:22, Alexandru Vaduva wrote: This are indeed some very good news Alex J Lennon. I have some questions, but those maybe can be answered by the maintainers of the meta-raspberrypi layer: Why was this change done?

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 25/05/2014 21:51, Alexandru Vaduva wrote: Hello, Sorry for my late response, I put on pause the investigation with this bug. Hope to return to it next month (or at least after 13 June). Right now in my head there are more questions then answers regarding this bug, so I cannot really

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 26/05/2014 11:39, Alex J Lennon wrote: On 25/05/2014 21:51, Alexandru Vaduva wrote: Hello, Sorry for my late response, I put on pause the investigation with this bug. Hope to return to it next month (or at least after 13 June). Right now in my head there are more questions then answers

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alex J Lennon
On 26/05/2014 19:24, Alexandru Vaduva wrote: I do not believe the mmal_component is missing from the rootfs or it is not enabled somehow. I hate to mention this but it may have something to do with the the functionality of the component. Try this:

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-26 Thread Alexandru Vaduva
It`s really hard to just offer impressions or suggestion. Also I agree with the fact that the camera is ok cause I also tested it with raspbian. No problems there. But never the less I hope to keep me posted on any progress and observations. When I will have the time I will try some things of my

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-25 Thread Alex J Lennon
On 03/12/2013 22:13, jan alexandru vaduva wrote: Hello guys, I am trying to enable the functionality for the camera. I am trying to solve the following problem: mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' mmal: mmal_component_create_core: could not

Re: [yocto] [meta-raspberrypi] Using the camera

2014-05-25 Thread Alexandru Vaduva
Hello, Sorry for my late response, I put on pause the investigation with this bug. Hope to return to it next month (or at least after 13 June). Right now in my head there are more questions then answers regarding this bug, so I cannot really help.A quick suggestion would be to inspect the

Re: [yocto] [meta-raspberrypi] Using the camera

2013-12-03 Thread Andrei Gherzan
On Tue, Nov 19, 2013 at 6:22 PM, Gary Thomas g...@mlbassoc.com wrote: On 2013-11-19 09:18, Edward Vidal wrote: Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel

Re: [yocto] [meta-raspberrypi] Using the camera

2013-12-03 Thread jan alexandru vaduva
Hello guys, I am trying to enable the functionality for the camera. I am trying to solve the following problem: mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' mmal: mmal_component_create_core: could not create component 'vc.ril.camera' mmal: Failed to create

Re: [yocto] [meta-raspberrypi] Using the camera

2013-11-19 Thread Gary Thomas
On 2013-11-19 09:18, Edward Vidal wrote: Hello, To get my C920 camera to work with the zedboard I needed to add v4l-utils and then I need several modules that I add to 3.6 kernel https://github.com/Digilent/linux-digilent.git 3.6.0-digilent-13.01-2-g06b3889/ ├── kernel │

[yocto] [meta-raspberrypi] Using the camera

2013-11-18 Thread Gary Thomas
I have the raspberrypi camera (the one that plugs directly into the board) running with Raspbian. Now I'd like to have it working with my Yocto based build. I'm running the latest kernel which I think matches the same kernel on Raspbian and I copied the /boot/config.txt from my Raspbian disk to

Re: [yocto] [meta-raspberrypi] Using the camera

2013-11-18 Thread Philipp Wagner
Am 18.11.2013 21:37, Gary Thomas wrote: I have the raspberrypi camera (the one that plugs directly into the board) running with Raspbian. Now I'd like to have it working with my Yocto based build. I'm running the latest kernel which I think matches the same kernel on Raspbian and I copied

Re: [yocto] [meta-raspberrypi] Using the camera

2013-11-18 Thread Gary Thomas
On 2013-11-18 14:10, Philipp Wagner wrote: Am 18.11.2013 21:37, Gary Thomas wrote: I have the raspberrypi camera (the one that plugs directly into the board) running with Raspbian. Now I'd like to have it working with my Yocto based build. I'm running the latest kernel which I think matches