Using a CM4, is it possible to configure a Camera 3 module to use I2C1. I have GPIO pins 2 and 3 mapped to I2C1, and I have the following configuration:
dtparam=i2c_arm=on
dtoverlay=i2c-rtc,ds3231
dtoverlay=imx708
I can see the camera is connected at address 0x64 using `i2cdetect -y 1`, but `libcamera-hello --list-cameras` doesn't see the camera.
Based on what I've read, I'm of the understanding that the cameras only utilize i2c0. Is there a way to configure the cameras to use i2c1?
dtparam=i2c_arm=on
dtoverlay=i2c-rtc,ds3231
dtoverlay=imx708
I can see the camera is connected at address 0x64 using `i2cdetect -y 1`, but `libcamera-hello --list-cameras` doesn't see the camera.
Based on what I've read, I'm of the understanding that the cameras only utilize i2c0. Is there a way to configure the cameras to use i2c1?
Statistics: Posted by JinShil — Thu Nov 21, 2024 9:10 am