-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMX219 get_mbus_config fail #246
Comments
I found a patch for imx219 and ov5647 in another fork |
Grab it and provide a PR. |
I got confirmation from customer on custom board based on rk3568, patched ov5647 can be captured and streaming. Before patch for OV5647root@smarc:~# dmesg | grep -i -e ov5647 -e csi -e mipi -e dphy After patch for OV5647root@smarc:~# dmesg | grep -i -e ov5647 -e csi -e mipi -e dphy Waiting feedback for patched IMX219 driver. P.S. But rk3588 has some issues with kernel 6.1 (ISP/CIF/MIPI-CSI) |
"Some"? :) Well, this #289 is best what is publicly available and we have negative support budget to maintain this stack. |
@igorpecovnik relax man, no one blamed or shamed you. I jumped into Rockchip 2 months ago, and deal with customized USB, PCIe, DisplayPort, HDMI and I2S for different codecs for the customers. Jumped into MIPI-CSI 3-4 weeks ago, and I'm trying to support customer into this area. Luck of documentation from Rockchip makes it even harder. Binding these cameras via DTS another story, 1 week of pain. Meanwhile from the latest customer update about patched IMX219, it works on rk3568 also. Before patch for IMX219root@smarc:~# dmesg | grep -i -e imx219 -e csi -e mipi After patch for IMX219root@smarc:~# dmesg | grep -i -e imx219 -e csi -e mipi -e dphy |
P.S. the customer kernel was based on branch rk-6.1-rkr3 |
Didn't take it that way, no worries. Heard that too many times.
Understand. Aim of Armbian is to address and mitigate this common pain. With what we have, as much as possible, best effort.
This is what they sell, alongside with support. In case you want to speed up and your company can cover, I can privately link you with a person that knows more and is operating in this area. Just an idea.
Great to hear that! |
When connecting the IMX219 camera, I encounter the following error:
This issue occurs with kernel 6.1, but it works correctly with kernel 5.10.160. As a result, I'm unable to capture video from
/dev/video0
.Any guidance or suggestions for resolving this would be greatly appreciated.
The text was updated successfully, but these errors were encountered: