ArduCAM / Arducam_OBISP_MIPI_Camera_Module

13 stars 18 forks source link

request to compile kernel 5.4.51-v7l+ #1

Open sambar398 opened 4 years ago

sambar398 commented 4 years ago

Hello I just purchase a Arducam 13MP AR1335 OBISP MIPI Camera but I can't manage to use it with my Raspberry Pi 4.

Seems to be due to my Kernel version which is not supported according to the spec. Any help on it ?

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 5.4.51-v7l+ #1333 SMP Mon Aug 10 16:51:40 BST 2020 armv7l GNU/Linux
matthewpapa07 commented 3 years ago

I am having the same issue, see this during install. Assuming the kernel is not supported

pi@film-digitizer:~/Release $ sudo ./install_driver.sh 
--------------------------------------
Enable i2c0 adapter...
--------------------------------------
Add dtoverlay=arducam to /boot/config.txt 
--------------------------------------
Add gpu=400M to /boot/config.txt 
Add cma=128M to /boot/cmdline.txt 
--------------------------------------
Installing the arducam.ko driver
--------------------------------------
install: cannot stat './bin/5.4.72-v7l+/arducam.ko': No such file or directory
install: cannot stat './bin/5.4.72-v7l+/arducam.dtbo': No such file or directory
reboot now?(y/n):

Are there any instructions for compiling this driver ourselves? Will poke around to see what I can figure out.

gustavo-stefano commented 3 years ago

Did you guys have any success fixing the issue ? Mine says:

'pi@raspberrypi:~/Release $ sudo ./install_driver.sh

Enable i2c0 adapter...

Add dtoverlay=arducam to /boot/config.txt

Add gpu=400M to /boot/config.txt Add cma=128M to /boot/cmdline.txt

Installing the arducam.ko driver

install: cannot stat './bin/5.10.17-v7l+/arducam.ko': No such file or directory install: cannot stat './bin/5.10.17-v7l+/arducam.dtbo': No such file or directory reboot now?(y/n):'