Raspberry Pi Zero W 1.1 & Hawkeye 64 MP Illegal Instructions

  1. Where did you get the camera module(s)?
    Arducam
  2. Model number of the product(s)?
    New 64mp Hawkeye (arducam_64mp)
  3. What hardware/platform were you working on?
    Raspberry Pi Zero W 1.1
    Bullseye
    6.1.21+
  4. Instructions you have followed. (link/manual/etc.)
    arducam_64mp_pi_camera_manual.pdf
    (downloaded from Arducam website)
  5. Problems you were having?
    $ libcamera-hello
    Made X/EGL preview window
    [0:43:10.915533105] [2017] INFO Camera camera_manager.cpp:299 libcamera v0.0.0+4225-74d023d8
    [0:43:11.153910570] [2019] WARN CameraSensorProperties camera_sensor_properties.cpp:243 No static properties available for ‘arducam_64mp’
    [0:43:11.154961563] [2019] WARN CameraSensorProperties camera_sensor_properties.cpp:245 Please consider updating the camera sensor properties database
    Illegal instruction

@corkyskier

same problem thread:

I want to let you know the progress, we are currently purchasing hardware equipment to fix this problem, please give us some patience.

Thank you, are any cameras with autofocus currently working with the RPI Zero? I am currently working on a project with a deadline at the end of the month and would really like to have a working camera by then.

@corkyskier

I just got the hardware and am expected to fix him in these two days.

Thank you very much!

@corkyskier

I have fixed the problem, please reinstall our libcamera.

wget -O install_pivariety_pkgs.sh https://github.com/ArduCAM/Arducam-Pivariety-V4L2-Driver/releases/download/install_script/install_pivariety_pkgs.sh
chmod +x ./install_pivariety_pkgs.sh
./install_pivariety_pkgs.sh -p libcamera
./install_pivariety_pkgs.sh -p libcamera_apps

then try again

I’ll try it later today. Thank you, I really appreciate it.

@corkyskier

the new guide you can try , first you need delete.

Can you use it now?