SOLVED Driver update for raspberrypi 6.1.21-v7+
-
Hello,
It appears that my raspberry updated to 6.1 today as a part of a standard sudo apt update process. It appears that the system is unable to load the driver for the video0 device. I have tried to go through the installation steps and copy the 5.15.84-v7+ folder to a new folder named 6.1.21-v7+. The installation did not display an error but the camera does not load after reboot.ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Cannot identify device '/dev/video0'.
Additional debug info:
../sys/v4l2/v4l2_calls.c(608): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
system error: No such file or directoryThank you,
-
@picantepeperoni dmesg | grep veye
[ 0.050709] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/veyecam2m@3b
[ 10.527060] veyecam2m: disagrees about version of symbol module_layout
[ 10.589176] veyecam2m: disagrees about version of symbol module_layout
[ 10.612908] veyecam2m: disagrees about version of symbol module_layout -
@picantepeperoni I think you cannot simply rename the compiled driver file. You need to compile it from the source code. You can refer to the following link for guidance:
http://wiki.veye.cc/index.php/Build_drivers_from_source_for_rpi -
@picantepeperoni We have found that our current version 5.15 of the driver code is not compatible with version 6.1.19 of the PIOs. Some code adjustments need to be made, and we will do it as soon as possible.
-
@veye_xumm Thank you so much. Best of luck.
-
@picantepeperoni Done. Please check github and wiki.
-
@veye_xumm It works great without having to compile, thank you!
-
@picantepeperoni You are welcome.