I'm trying to get the MINISASTOCSI camera module to work with the i.MX 8QuadMax MEK CPU board.
I've connected the SAS plug from J10 (CSI0?) to the MIPICSI camera.
I'm loading it with an imx-image-full yocto build.
After linux boot, the camera is not showing up. (no video sources show when I run gst-device-monitor-1.0)
Things I've tried:
Question:
Where am I supposed to attach the camera (is CSI0 correct)?
What do I need to add to the build in order access the camera?
Solved! Go to Solution.
I figured out what the problem was, I was trying to use the wrong device tree file. I changed it to
setenv fdt_file imx8qm-mek-ov5640.dtb
The system then was able to load the camera.
This can be closed.
I figured out what the problem was, I was trying to use the wrong device tree file. I changed it to
setenv fdt_file imx8qm-mek-ov5640.dtb
The system then was able to load the camera.
This can be closed.