ov5640 isp porting on imx8mp evk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ov5640 isp porting on imx8mp evk

533 Views
devds
Contributor III

Hello NXP community,

I use imx8mp evk with yocto bsp version LF6.6.3_1.0.0 bsp version.

i have one ov5640 camera which i connect to mipi csi.

From dts file i came to know that this is ported via isi, since when i disable isi node in dts then it's not working. [correct me if my assumption is wrong].

now i wanted to port it via isp, tried adding isp node by disabling isi node but output shows -  no video capture device. Below are the changes i tried in imx8mp-evk.dts file.

&isi_0 {
status = "disabled";
 
cap_device {
status = "disabled";
};
 
m2m_device {
status = "disabled";
};
};
 
&isp_0 {
status = "okay"
};
 
also tried
&isp_0 {
status = "okay"
 
cap_device {
status = "okay";
};
 
m2m_device {
status = "okay";
};
 
Both changes didn't work.
 
 
So, Can you please let me know what changes to do for porting ov5640 via isp.
 
Thanks in Advance
 

 

 

0 Kudos
Reply
6 Replies

499 Views
joanxie
NXP TechSupport
NXP TechSupport

current bsp doesn't support ov5640 via ISP, more work you need to do, you need add the ov5640 mipi driver in the vvcam and isp-imx, and build the ov5640 driver module for isp, not just change the isi to the isp, this is just the first steps, you can refer to the enclosed application note

62 Views
srinivas_123
Contributor II
Hi@joanxie
I also want to use the OV5640 camera via ISP. For ISP support, you mentioned that the OV5640 MIPI driver needs to be added. Where can I obtain the OV5640 MIPI driver?
Thanks&Regards
srinivas
0 Kudos
Reply

403 Views
devds
Contributor III
0 Kudos
Reply

376 Views
joanxie
NXP TechSupport
NXP TechSupport

296 Views
devds
Contributor III

Also this link also not working
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.32-2.2.0.xml

0 Kudos
Reply

283 Views
joanxie
NXP TechSupport
NXP TechSupport

as I mentioned before, we moved the source code to the github, for yocto building, you can download yocto user guide

https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for...

 

0 Kudos
Reply