Arducam 64MP driver download issue

Hi. I am using a raspberry pi4 model B. I downloaded a raspberry pi OS (64-bit) with Debian version: 11 (bullseye). I tried installing the driver for arducam_64mp using this command:

./install_pivariety_pkgs.sh -p 64mp_pi_hawk_eye_kernel_driver

However, I got this error:
Cannot find the corresponding package, please send the following information to [email protected]
Hardware Revision: d03114
Kernel Version: 6.1.21-v8+
Package: 64mp_pi_hawk_eye_kernel_driver – bullseye-arm64-v5
You are using an unsupported kernel version, please install the official SD Card image(do not execute rpi-update):
Operating system images – Raspberry Pi

How do I resolve this issue?

@cookie-newbie

After the 6.x version, there is no need to use the installation script to install 64mp. We have integrated all the drivers in the Raspberry Pi Linux repository.

sudo vi /boot/config.txt

Last line add dtoverlay=arducam-64mp

reboot

1 Like