UNSOLVED Veye IMX 462 RK3566 ORANGE PI 3B
-
Hello, I have been struggling for quite a long time to install the imx462 camera on Ubuntu kernel 5.10 (this system is provided by the manufacturer) on the website:
https://github.com/veyeimaging/rk35xx_firefly
There is an example for kernel 4.19, unfortunately for orange pi 3b there is no ubuntu kernel 4.19. Is there any good person who could help me? It's a waste of the camera I bought.
-
@esjeeybi I'm sorry, we haven't implemented driver porting to Orange Pi, so you'll need to refer to our current code for porting. May I ask, what is the kernel version of your Orange Pi?
-
@veye_xumm Hello, Orange pi releases systems for orange pi 3b with kernel 5.10 and this is what I have. This is a popular board, so it would be nice if you made a driver for the 5.10 kernel.
-
@esjeeybi
Pls refer to this code which is kernel 5.10
https://github.com/veyeimaging/rk35xx_firefly/tree/main/linux/drivers/rk358x/cam_drv_src -
@veye_xumm said in Veye IMX 462 RK3566 ORANGE PI 3B:
@esjeeybi
Pls refer to this code which is kernel 5.10
https://github.com/veyeimaging/rk35xx_firefly/tree/main/linux/drivers/rk358x/cam_drv_srcOnly this is for RK358x and I have RK3566. Please make drivers for RK56x for kernel 5.10. There is no other system for orange pi 3b than linux kernel 5.10. If there was a 4.19 system, I wouldn't bother.
-
The driver code for RK358x and RK3566 is almost identical. You can check the "veyecam2m.c" file in both directories to confirm this.
What I mean is that you can leverage the driver code provided for RK358x kernel version 5.10 and port it to Orange Pi. -
This post is deleted!