Error installing driver V4L2 on raspberry pi
-
Good day,
during install on Raspberry pi 4 8GB I get the following error:
pi@raspberrypi:~/raspberrypi_v4l2/release $ sudo ./install_driver.sh csimx307usage: sudo ./install_driver.sh veye327/csimx307/cssc132
Enable i2c0 adapter...
Add dtoverlay=csimx307 to /boot/config.txt
Add gpu=400M to /boot/config.txt
Add cma=128M to /boot/cmdline.txtInstalling the csimx307.ko driver
install: cannot stat './driver_bin/5.10.17-v7l+/csimx307.ko': No such file or directory
install: cannot stat './driver_bin/5.10.17-v7l+/csimx307.dtbo': No such file or directoryAny Idea how to solve?
-
@mk
There are really too many kernel versions of raspberry pie. We have not provided the compiled ko file for your version of kernel, could you please compile it according to the code? -
I'm trying to do this (compiling now). I found the wiki a bit hard to follow. In step 8.6 (Add compilation options), it says 'the path is driver --> multimedia --> i2C', however for me it was 'Device Drivers --> Multimedia Support --> Media ancillary drivers --> Camera sensor devices --> '
-
I created a pull request with the new drivers: https://github.com/veyeimaging/raspberrypi_v4l2/pull/6
-
@tj Thank you very much, I will merge you commit.
-
@veye_xumm
Problem solved, this topic can be closed.
Thx!