Hello...
I want to initialize camera driver in the u-boot device tree, is there any information related to this that how can I achieve this target.
I'm using i.MX8MM V2 board.
Hi @shivam_awasthi,
Hi @shivam_awasthi,
I hope you are doing well.
->For i.MX 8MM EVK has just one Device Tree file available that affects the behavior of the camera connected to the MIPI-CSI connector.
fsl-imx8mm-evk.dtb
This camera will be allocated on /dev/video0. In order to test it, use the fsl-imx8mm-evk.dtb in combination with the pipelines below:
gst-launch1.0 v4l2src device=/dev/video0 ! autovideosink
Please refer to section 4.1. i.MX 8MM EVK Device Tree is available for more details.
https://community.nxp.com/
Please refer to section 6.3.1.4 Menu Configuration Options and section 6.1.2 Omnivision Camera to make sure the menuconfig options are set or not.
https://www.nxp.com/docs/en/
Thanks & Regards,
Dhruvit Vasavada