SOLVED Raspberry pi 5 6.6.51+rpt-rpi-2712
-
Hello , Iam trying to setup my camera modulebought from Dfrobot , on my raspberry pi 5 , Linux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Li , but i cant find this version in the github files when i download it and when i try to use the command i get this
usage: ./install_driver_rpi5.sh veyecam2m/csimx307/cssc132/veye_mvcam/veye_vbyone/ds90ub954
This is a Raspberry Pi 5.
CONFIG_FILE: /boot/firmware/config.txtEnable i2c adapter... pls use i2c-4 for cam1, i2c-6 for cam0
Add dtoverlay=veyecam2m to /boot/firmware/config.txt
Installing the veyecam2m.ko driver
install: cannot stat './driver_bin/6.6.51+rpt-rpi-2712/veyecam2m.ko': No such file or directory
install: cannot stat './driver_bin/6.6.51+rpt-rpi-2712/veyecam2m.dtbo': No such file or directory
reboot now?(y/n):
, is this version of the raspberry pi not supported yet or what is the solution have been trying and following the wiki for 3 days -
@opti
you have to compile it from sources -
create folder /driver_bin/6.6.51+rpt-rpi-2712/
go to raspberrypi_v4l2/driver_source/cam_drv_src/rpi-6.6.y
make
copy created files to /driver_bin/6.6.51+rpt-rpi-2712/
go to raspberrypi_v4l2/driver_source/dts/rpi-6.6.y
./build_dtbo.sh
copy created files to /driver_bin/6.6.51+rpt-rpi-2712/
go to raspberrypi_v4l2/release/
./install_driver_rpi5.sh cam_name -
@opti
Please check this:
https://github.com/veyeimaging/raspberrypi_v4l2/releases/tag/v1.22