-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello,
Here's my problem!
Context :
- Kernel version > 6.12.x
- OneInchEye v2.1
- Raspberry PI CM5 8Go RAM with 16 Go EMMC
I got a OneinchEye version of the cef168 EF lens controller, but I cannot make it work.
When following the tutorial for installation, I found that after the install my IMX283 that worked before doesn't work. Using dmesg, I get a failed to read chip ID error. I added the following since the Linux overlay could not be found :
commit=$(wget -q -O - "https://raw.githubusercontent.com/raspberrypi/firmware/refs/heads/next/extra/git_hash") \ ./configure.sh imx283
I saw the troubleshooting answer for this, and I tried with three different 22 pins FPC with no luck.
After reinstalling the imx283 V4l2 driver using the will127534 driver, the sensor works again.
Trying to understand, I compared the imx283-overlay.dts vs the one found using the commit, and they are really different.
By tweaking the imx overlay file in the cef168 repository after the configure.sh, I got the IMX283 to work again, but not the lens controller.
Do you have any idea how to help me?
Thank you again for this project, and I'll wait for your answer