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:
- Making sure that the SAS connector is well seated on both sides (audible clicks)
- Connecting to J5 (CSI1?). This made no difference.
- Stopping at uboot and trying "setenv fdt_file fsl-imx-evk-mipi-csi2.dtb". This ended up breaking the device tree. When I tried to start linux with run bootcmd, I got "WARN: Cannot load the DT" followed by an <INTERRUPT> and linux failed to load.
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?