* Potential patch for ov2640 with imx6
@ 2013-05-19 19:47 Ashwin Kirpalani
2013-05-19 20:02 ` Otavio Salvador
2013-05-20 10:43 ` Gary Thomas
0 siblings, 2 replies; 5+ messages in thread
From: Ashwin Kirpalani @ 2013-05-19 19:47 UTC (permalink / raw)
To: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 250 bytes --]
I have a ov2640 camera which did not work out of the box with the ov2640.c
mxc v4l2 driver in the linux-imx kernel. I have a patch for it to work with
i.mx6. My board is the sabrelite Would you accept it and is this the right
place to submit it?
[-- Attachment #2: Type: text/html, Size: 270 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Potential patch for ov2640 with imx6
2013-05-19 19:47 Potential patch for ov2640 with imx6 Ashwin Kirpalani
@ 2013-05-19 20:02 ` Otavio Salvador
2013-05-20 10:43 ` Gary Thomas
1 sibling, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2013-05-19 20:02 UTC (permalink / raw)
To: Ashwin Kirpalani; +Cc: meta-freescale@yoctoproject.org
On Sun, May 19, 2013 at 4:47 PM, Ashwin Kirpalani <akcooper8@gmail.com> wrote:
> I have a ov2640 camera which did not work out of the box with the ov2640.c
> mxc v4l2 driver in the linux-imx kernel. I have a patch for it to work with
> i.mx6. My board is the sabrelite Would you accept it and is this the right
> place to submit it?
Did you check if this had not been add in Boundary's tree already? I'd
update the kernel for their last release and check it before patching
it.
In either case please share your patch so we can review it and try to
get Boundary's input in it. This could allow it to be applied in their
tree :-)
Regards,
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Potential patch for ov2640 with imx6
2013-05-19 19:47 Potential patch for ov2640 with imx6 Ashwin Kirpalani
2013-05-19 20:02 ` Otavio Salvador
@ 2013-05-20 10:43 ` Gary Thomas
2013-05-20 11:56 ` Otavio Salvador
1 sibling, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2013-05-20 10:43 UTC (permalink / raw)
To: meta-freescale
On 2013-05-19 13:47, Ashwin Kirpalani wrote:
> I have a ov2640 camera which did not work out of the box with the ov2640.c mxc v4l2 driver in the linux-imx kernel. I have a patch for it to work with i.mx6. My board is the
> sabrelite Would you accept it and is this the right place to submit it?
What MACHINE are you using? It seems that the 'imx6qsabrelite' MACHINE
is deprecated and you should use 'nitrogen6x' from meta-fsl-arm-extra
This will use the Boundary Devices kernel which may already have the
change you are looking for.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Potential patch for ov2640 with imx6
2013-05-20 10:43 ` Gary Thomas
@ 2013-05-20 11:56 ` Otavio Salvador
2013-05-20 14:04 ` Eric Nelson
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2013-05-20 11:56 UTC (permalink / raw)
To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 954 bytes --]
On Mon, May 20, 2013 at 7:43 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2013-05-19 13:47, Ashwin Kirpalani wrote:
>
>> I have a ov2640 camera which did not work out of the box with the
>> ov2640.c mxc v4l2 driver in the linux-imx kernel. I have a patch for it to
>> work with i.mx6. My board is the
>> sabrelite Would you accept it and is this the right place to submit it?
>>
>
> What MACHINE are you using? It seems that the 'imx6qsabrelite' MACHINE
> is deprecated and you should use 'nitrogen6x' from meta-fsl-arm-extra
> This will use the Boundary Devices kernel which may already have the
> change you are looking for.
In fact, currently, both are using the kernel. That's the reason we moved
it to -extra layer in dylan.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
[-- Attachment #2: Type: text/html, Size: 1581 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Potential patch for ov2640 with imx6
2013-05-20 11:56 ` Otavio Salvador
@ 2013-05-20 14:04 ` Eric Nelson
0 siblings, 0 replies; 5+ messages in thread
From: Eric Nelson @ 2013-05-20 14:04 UTC (permalink / raw)
To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org, Ashwin Kirpalani
On 05/20/2013 04:56 AM, Otavio Salvador wrote:
>> On Mon, May 20, 2013 at 7:43 AM, Gary Thomas <gary@mlbassoc.com
>> <mailto:gary@mlbassoc.com>> wrote:
>> On 2013-05-19 13:47, Ashwin Kirpalani wrote:
>>
>> I have a ov2640 camera which did not work out of the box with
>> the ov2640.c mxc v4l2 driver in the linux-imx kernel. I have a
>> patch for it to work with i.mx6. My board is the
>> sabrelite Would you accept it and is this the right place to
>> submit it?
>>
>>
>> What MACHINE are you using? It seems that the 'imx6qsabrelite' MACHINE
>> is deprecated and you should use 'nitrogen6x' from meta-fsl-arm-extra
>> This will use the Boundary Devices kernel which may already have the
>> change you are looking for.
>>
>>
> In fact, currently, both are using the kernel. That's the reason we
> moved it to -extra layer in dylan.
>
And it doesn't have support for the OV2640.
The kernel tree is the right place to merge the patch.
Ashwin, if you forward the patch to me and if it looks clean,
we'll be happy to include it in our tree. We probably won't
want to include it in the default kernel configuration, since
it's clearly not widely used.
Are you using another KLT camera module for the OV2640?
How difficult is it to glue up to the SABRE Lite/Nitrogen6X?
Please advise,
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-05-20 14:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-19 19:47 Potential patch for ov2640 with imx6 Ashwin Kirpalani
2013-05-19 20:02 ` Otavio Salvador
2013-05-20 10:43 ` Gary Thomas
2013-05-20 11:56 ` Otavio Salvador
2013-05-20 14:04 ` Eric Nelson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.