64MP HawkEye libEGL failure

  1. Where did you get the camera module(s)?
    Pre order

  2. Model number of the product(s)?

  3. What hardware/platform were you working on?
    Raspian 64

  4. Instructions you have followed. (link/manual/etc.)
    How to use arducam_64mp & arducam_64mp FAQ

  5. Problems you were having?
    libcamera-still crashed on libEGL

  6. The dmesg log from your hardware?

DEBUG INFO

cat /proc/cpuinfo

processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3

Hardware : BCM2835
Revision : c03112
Serial : 10000000134ef266
Model : Raspberry Pi 4 Model B Rev 1.2

/proc/meminfo

MemTotal: 3884524 kB
MemFree: 3622644 kB
MemAvailable: 3732908 kB
Buffers: 16532 kB
Cached: 142080 kB
SwapCached: 0 kB
Active: 47816 kB
Inactive: 137188 kB
Active(anon): 584 kB
Inactive(anon): 26720 kB
Active(file): 47232 kB
Inactive(file): 110468 kB
Unevictable: 16 kB
Mlocked: 16 kB
SwapTotal: 102396 kB
SwapFree: 102396 kB
Dirty: 8 kB
Writeback: 0 kB
AnonPages: 26472 kB
Mapped: 31020 kB
Shmem: 884 kB
KReclaimable: 18620 kB
Slab: 39520 kB
SReclaimable: 18620 kB
SUnreclaim: 20900 kB
KernelStack: 2528 kB
PageTables: 1812 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 2044656 kB
Committed_AS: 142036 kB
VmallocTotal: 259653632 kB
VmallocUsed: 9212 kB
VmallocChunk: 0 kB
Percpu: 640 kB
CmaTotal: 524288 kB
CmaFree: 513268 kB

cat /etc/os-release

PRETTY_NAME=“Debian GNU/Linux 11 (bullseye)”
NAME=“Debian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
VERSION_CODENAME=bullseye
ID=debian
ls /dev/video*

/dev/video0
/dev/video1
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
/dev/video18
/dev/video20
/dev/video21
/dev/video22
/dev/video23
/dev/video31

dpkg -l | grep libcamera

ii libcamera-apps 0.0.8 arm64 libcamera-apps
ii libcamera-dev 0.0.8 arm64 libcamera

cat /boot/config.txt

For more options and information see

Raspberry Pi Documentation - Configuration

Some settings may impact device functionality. See link above for details

uncomment if you get no picture on HDMI for a default “safe” mode

#hdmi_safe=1

uncomment the following to adjust overscan. Use positive numbers if console

goes off screen, and negative if there is too much border

#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16

uncomment to force a console size. By default it will be display’s size minus

overscan.

#framebuffer_width=1280
#framebuffer_height=720

uncomment if hdmi display is not detected and composite is being output

#hdmi_force_hotplug=1

uncomment to force a specific HDMI mode (this will force VGA)

#hdmi_group=1
#hdmi_mode=1

uncomment to force a HDMI mode rather than DVI. This can make audio work in

DMT (computer monitor) modes

#hdmi_drive=2

uncomment to increase signal to HDMI, if you have interference, blanking, or

no display

#config_hdmi_boost=4

uncomment for composite PAL

#sdtv_mode=2

#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800

Uncomment some or all of these to enable the optional hardware interfaces

#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on

Uncomment this to enable infrared communication.

#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18

Additional overlays and parameters are documented /boot/overlays/README

Enable audio (loads snd_bcm2835)

dtparam=audio=on

Automatically load overlays for detected cameras

camera_auto_detect=1

Automatically load overlays for detected DSI displays

display_auto_detect=1

Enable DRM VC4 V3D driver

dtoverlay=vc4-kms-v3d
max_framebuffers=2

Run in 64-bit mode

arm_64bit=1

Disable compensation for displays with overscan

disable_overscan=1

[cm4]

Enable host mode on the 2711 built-in XHCI USB controller.

This line should be removed if the legacy DWC2 controller is required

(e.g. for USB device mode) or if USB support is not required.

otg_mode=1

[all]

[pi4]

Run as fast as firmware / board allows

arm_boost=1
dtoverlay=vc4-kms-v3d,cma-512

[all]
dtoverlay=arducam_64mp

libcamera-still -t 1000 -n

[0:18:03.990555447] [837] INFO Camera camera_manager.cpp:293 libcamera v0.0.0+3729-5f595cca
[0:18:03.997181896] [839] WARN CameraSensorProperties camera_sensor_properties.cpp:174 No static properties available for ‘arducam_64mp’
[0:18:03.997236856] [839] WARN CameraSensorProperties camera_sensor_properties.cpp:176 Please consider updating the camera sensor properties database
Open i2c bus error: No such file or directory
[0:18:04.014343831] [839] WARN RPI raspberrypi.cpp:1274 Mismatch between Unicam and CamHelper for embedded data usage!
[0:18:04.014872433] [839] ERROR DelayedControls delayed_controls.cpp:87 Delay request for control id 0x009a090a but control is not exposed by device /dev/v4l-subdev0
[0:18:04.015062479] [839] INFO RPI raspberrypi.cpp:1398 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media0 and ISP device /dev/media3
[0:18:04.015802051] [837] INFO Camera camera.cpp:1029 configuring streams: (0) 4624x3472-YUV420
[0:18:04.016271693] [839] INFO RPI raspberrypi.cpp:763 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 4624x3472-SBGGR10_1X10 - Selected unicam format: 4624x3472-pBAA

dmesg Cut to allow posting.

  1. Troubleshooting attempts you’ve made?

Clean install raspian bullseye 64b

  1. What help do you need?

It would be nice to get the thing working. Currently the test run ends like

pi@camera01:~ $ libcamera-still -t 5000 --viewfinder-width 2312 --viewfinder-height 1736 -o 64mp.jpg
libEGL warning: DRI3: failed to query the version
libEGL warning: DRI2: failed to authenticate
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 155 ()
Minor opcode of failed request: 1
Serial number of failed request: 16
Current serial number in output stream: 16

I didnt post the dmesg output as I was limited as a new user in the amount of characters. But I just read through it and there seems to be a driver problem so here the dmesg output cut to size becouse of again the limit.

[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1280x720M@60 smsc95xx.macaddr=DC:A6:32:AB:55:6F vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=ttyS0,115200 console=tty1 root=PARTUUID=1fba1cdc-02 rootfstype=ext4 fsck.repair=yes rootwait
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000033f00000-0x0000000037f00000] (64MB)
[ 0.000000] Memory: 3501972K/3996672K available (11456K kernel code, 1962K rwdata, 4144K rodata, 3776K init, 964K bss, 167020K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 37889 entries in 149 pages
[ 0.000000] ftrace: allocated 149 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
[ 0.000000] random: get_random_bytes called from start_kernel+0x510/0x6f8 with crng_init=1
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000261] Console: colour dummy device 80x25
[ 0.000818] printk: console [tty1] enabled
[ 0.000889] Calibrating delay loop (skipped), value calculated using timer frequency… 108.00 BogoMIPS (lpj=216000)
[ 0.000929] pid_max: default: 32768 minimum: 301
[ 0.001067] LSM: Security Framework initializing
[ 0.001254] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001338] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.002603] cgroup: Disabling memory control group subsystem
[ 0.005116] rcu: Hierarchical SRCU implementation.
[ 0.006246] EFI services will not be available.
[ 0.006805] smp: Bringing up secondary CPUs …
[ 0.007887] Detected PIPT I-cache on CPU1
[ 0.007973] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.009133] Detected PIPT I-cache on CPU2
[ 0.009185] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.010316] Detected PIPT I-cache on CPU3
[ 0.010366] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.010516] smp: Brought up 1 node, 4 CPUs
[ 0.010608] SMP: Total of 4 processors activated.
[ 0.010629] CPU features: detected: 32-bit EL0 Support
[ 0.010648] CPU features: detected: 32-bit EL1 Support
[ 0.010670] CPU features: detected: CRC32 instructions
[ 0.041942] CPU: All CPU(s) started at EL2
[ 0.042037] alternatives: patching kernel code
[ 0.043760] devtmpfs: initialized
[ 0.055108] Enabled cp15_barrier support
[ 0.055178] Enabled setend support
[ 0.055384] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.055433] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.066305] pinctrl core: initialized pinctrl subsystem
[ 0.067160] DMI not present or invalid.
[ 0.067634] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.071348] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.071669] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.072613] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.072731] audit: initializing netlink subsys (disabled)
[ 0.073032] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
[ 0.073531] thermal_sys: Registered thermal governor ‘step_wise’
[ 0.073773] cpuidle: using governor menu
[ 0.074096] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.074299] ASID allocator initialised with 65536 entries
[ 0.074467] Serial: AMBA PL011 UART driver
[ 0.088345] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.116374] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-03-24T13:19:26, variant start
[ 0.120393] raspberrypi-firmware soc:firmware: Firmware hash is e5a963efa66a1974127860b42e913d2374139ff5
[ 0.171786] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.176233] vgaarb: loaded
[ 0.176785] SCSI subsystem initialized
[ 0.177004] usbcore: registered new interface driver usbfs
[ 0.177070] usbcore: registered new interface driver hub
[ 0.177147] usbcore: registered new device driver usb
[ 0.177536] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.178031] pps_core: LinuxPPS API ver. 1 registered
[ 0.178057] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [email protected]
[ 0.178096] PTP clock support registered
[ 0.179531] clocksource: Switched to clocksource arch_sys_counter
[ 0.260021] VFS: Disk quotas dquot_6.6.0
[ 0.260155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.260335] FS-Cache: Loaded
[ 0.260588] CacheFiles: Loaded
[ 0.261745] simple-framebuffer 3e73f000.framebuffer: framebuffer at 0x3e73f000, 0x384000 bytes
[ 0.261783] simple-framebuffer 3e73f000.framebuffer: format=a8r8g8b8, mode=1280x720x32, linelength=5120
[ 0.267235] Console: switching to colour frame buffer device 160x45
[ 0.271988] simple-framebuffer 3e73f000.framebuffer: fb0: simplefb registered!
[ 0.282585] NET: Registered PF_INET protocol family
[ 0.283192] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.286809] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.286965] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.287276] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.287912] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.288253] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.288404] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.288791] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.289863] RPC: Registered named UNIX socket transport module.
[ 0.289946] RPC: Registered udp transport module.
[ 0.290005] RPC: Registered tcp transport module.
[ 0.290064] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.290148] PCI: CLS 0 bytes, default 64
[ 0.294370] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.296652] kvm [1]: IPA Size Limit: 44 bits
[ 0.299709] kvm [1]: vgic interrupt IRQ9
[ 0.301788] kvm [1]: Hyp mode initialized successfully
[ 1.193941] Initialise system trusted keyrings
[ 1.196162] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.204836] zbud: loaded
[ 1.208531] FS-Cache: Netfs ‘nfs’ registered for caching
[ 1.211084] NFS: Registering the id_resolver key type
[ 1.213008] Key type id_resolver registered
[ 1.214837] Key type id_legacy registered
[ 1.216744] nfs4filelayout_init: NFSv4 File Layout Driver Registering…
[ 1.218562] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering…
[ 1.221602] Key type asymmetric registered
[ 1.223427] Asymmetric key parser ‘x509’ registered
[ 1.225340] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.227451] io scheduler mq-deadline registered
[ 1.229310] io scheduler kyber registered
[ 1.239929] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.241853] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.243815] brcm-pcie fd500000.pcie: MEM 0x0600000000…0x063fffffff → 0x00c0000000
[ 1.245738] brcm-pcie fd500000.pcie: IB MEM 0x0000000000…0x00bfffffff → 0x0400000000
[ 1.297632] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.299810] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.301565] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.303310] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.305198] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.307198] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.312831] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.314969] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.316816] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.318920] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 1.324689] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ 1.326409] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.328121] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.329823] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.331492] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.342700] iproc-rng200 fe104000.rng: hwrng registered
[ 1.345064] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
[ 1.348323] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.350495] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.363595] brd: module loaded
[ 1.375068] loop: module loaded
[ 1.377688] Loading iSCSI transport class v2.0-870.
[ 1.384554] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.443690] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 1.446565] usbcore: registered new interface driver r8152
[ 1.448415] usbcore: registered new interface driver lan78xx
[ 1.450187] usbcore: registered new interface driver smsc95xx
[ 1.453485] pci 0000:00:00.0: enabling device (0000 → 0002)
[ 1.455230] xhci_hcd 0000:01:00.0: enabling device (0000 → 0002)
[ 1.457057] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.458779] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.461254] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00003c0000000890
[ 1.464347] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ 1.466083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.467800] usb usb1: Product: xHCI Host Controller
[ 1.469507] usb usb1: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
[ 1.471202] usb usb1: SerialNumber: 0000:01:00.0
[ 1.473632] hub 1-0:1.0: USB hub found
[ 1.475367] hub 1-0:1.0: 1 port detected
[ 1.477693] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.479352] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 1.481061] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 1.483148] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ 1.484893] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.486540] usb usb2: Product: xHCI Host Controller
[ 1.488190] usb usb2: Manufacturer: Linux 5.15.32-v8+ xhci-hcd
[ 1.489827] usb usb2: SerialNumber: 0000:01:00.0
[ 1.492109] hub 2-0:1.0: USB hub found
[ 1.493796] hub 2-0:1.0: 4 ports detected
[ 1.497145] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.499080] dwc_otg: FIQ enabled
[ 1.499093] dwc_otg: NAK holdoff enabled
[ 1.499103] dwc_otg: FIQ split-transaction FSM enabled
[ 1.499121] Module dwc_common_port init
[ 1.499910] usbcore: registered new interface driver uas
[ 1.501588] usbcore: registered new interface driver usb-storage
[ 1.503412] mousedev: PS/2 mouse device common for all mice
[ 1.511311] sdhci: Secure Digital Host Controller Interface driver
[ 1.512986] sdhci: Copyright(c) Pierre Ossman
[ 1.515256] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.520475] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.522650] hid: raw HID events driver (C) Jiri Kosina
[ 1.524360] usbcore: registered new interface driver usbhid
[ 1.525888] usbhid: USB HID core driver
[ 1.527751] ashmem: initialized
[ 1.537898] Initializing XFRM netlink socket
[ 1.539503] NET: Registered PF_PACKET protocol family
[ 1.541185] Key type dns_resolver registered
[ 1.543986] registered taskstats version 1
[ 1.545541] Loading compiled-in X.509 certificates
[ 1.547741] Key type ._fscrypt registered
[ 1.549280] Key type .fscrypt registered
[ 1.550770] Key type fscrypt-provisioning registered
[ 1.564462] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 1.566421] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 1.568120] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
[ 1.578619] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.580692] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.583419] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 1.585007] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 1.622412] mmc1: Controller never released inhibit bit(s).
[ 1.627739] of_cfs_init
[ 1.629479] of_cfs_init: OK
[ 1.663086] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 1.665124] Waiting for root device PARTUUID=1fba1cdc-02…
[ 1.714406] mmc1: new high speed SDIO card at address 0001
[ 1.731566] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.882313] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 1.883936] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.885522] usb 1-1: Product: USB2.0 Hub
[ 1.889069] hub 1-1:1.0: USB hub found
[ 1.890898] hub 1-1:1.0: 4 ports detected
[ 2.007907] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.029616] usb 2-1: New USB device found, idVendor=0781, idProduct=5583, bcdDevice= 1.00
[ 2.031254] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.032935] usb 2-1: Product: SanDisk 3.2Gen1
[ 2.034554] usb 2-1: Manufacturer: USB
[ 2.036181] usb 2-1: SerialNumber: 01010dc10d83e0a931bb9e727bedd1d0a620381172a62c8908e53d64ddef2dc455630000000000000000000000645ce7ff845b0083558107732826e8
[ 2.040271] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 2.042807] scsi host0: usb-storage 2-1:1.0
[ 2.187559] usb 1-1.2: new high-speed USB device number 3 using xhci_hcd
[ 2.288314] usb 1-1.2: New USB device found, idVendor=0bda, idProduct=c811, bcdDevice= 2.00
[ 2.290104] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.291896] usb 1-1.2: Product: 802.11ac NIC
[ 2.293663] usb 1-1.2: Manufacturer: Realtek
[ 2.295422] usb 1-1.2: SerialNumber: 123456
[ 3.073084] scsi 0:0:0:0: Direct-Access USB SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
[ 3.076087] sd 0:0:0:0: [sda] 240353280 512-byte logical blocks: (123 GB/115 GiB)
[ 3.079966] sd 0:0:0:0: [sda] Write Protect is off
[ 3.081791] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 3.082647] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn’t support DPO or FUA
[ 3.092105] sda: sda1 sda2
[ 3.096717] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 3.127971] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 3.130034] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ 3.139640] devtmpfs: mounted
[ 3.149430] Freeing unused kernel memory: 3776K
[ 3.151554] Run /sbin/init as init process
[ 3.153431] with arguments:
[ 3.153440] /sbin/init
[ 3.153450] with environment:
[ 3.153459] HOME=/
[ 3.153468] TERM=linux
[ 3.458391] systemd[1]: System time before build time, advancing clock.
[ 3.527987] NET: Registered PF_INET6 protocol family
[ 3.531815] Segment Routing with IPv6
[ 3.533737] In-situ OAM (IOAM) with IPv6
[ 3.584198] systemd[1]: systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ 3.589289] systemd[1]: Detected architecture arm64.
[ 3.610588] systemd[1]: Set hostname to .
[ 4.312252] systemd[1]: Queued start job for default target Multi-User System.
[ 4.316636] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.321125] systemd[1]: Created slice system-getty.slice.
[ 4.326143] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.329399] systemd[1]: Created slice system-modprobe.slice.
[ 4.333974] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.337126] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.342466] systemd[1]: Created slice User and Session Slice.
[ 4.347416] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.352339] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.358041] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.363098] systemd[1]: Reached target Local Encrypted Volumes.
[ 4.368093] systemd[1]: Reached target Paths.
[ 4.372861] systemd[1]: Reached target Slices.
[ 4.377577] systemd[1]: Reached target Swap.
[ 4.382998] systemd[1]: Listening on Syslog Socket.
[ 4.388359] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 4.393356] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 4.399190] systemd[1]: Listening on Journal Audit Socket.
[ 4.404553] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.409952] systemd[1]: Listening on Journal Socket.
[ 4.416630] systemd[1]: Listening on udev Control Socket.
[ 4.421922] systemd[1]: Listening on udev Kernel Socket.
[ 4.427296] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 4.433476] systemd[1]: Mounting POSIX Message Queue File System…
[ 4.442467] systemd[1]: Mounting RPC Pipe File System…
[ 4.452047] systemd[1]: Mounting Kernel Debug File System…
[ 4.461749] systemd[1]: Mounting Kernel Trace File System…
[ 4.466775] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ 4.476706] systemd[1]: Starting Restore / save the current clock…
[ 4.487339] systemd[1]: Starting Set the console keyboard layout…
[ 4.496963] systemd[1]: Starting Create list of static device nodes for the current kernel…
[ 4.507177] systemd[1]: Starting Load Kernel Module configfs…
[ 4.517086] systemd[1]: Starting Load Kernel Module drm…
[ 4.526937] systemd[1]: Starting Load Kernel Module fuse…
[ 4.537388] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 4.543949] systemd[1]: Starting File System Check on Root Device…
[ 4.561033] systemd[1]: Starting Journal Service…
[ 4.573602] fuse: init (API version 7.34)
[ 4.577665] systemd[1]: Starting Load Kernel Modules…
[ 4.593617] systemd[1]: Starting Coldplug All udev Devices…
[ 4.627219] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.634279] systemd[1]: Mounted RPC Pipe File System.
[ 4.641415] systemd[1]: Mounted Kernel Debug File System.
[ 4.648919] systemd[1]: Mounted Kernel Trace File System.
[ 4.657452] systemd[1]: Finished Restore / save the current clock.
[ 4.666690] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 4.674428] systemd[1]: [email protected]: Succeeded.
[ 4.678751] systemd[1]: Finished Load Kernel Module configfs.
[ 4.687209] systemd[1]: [email protected]: Succeeded.
[ 4.693066] systemd[1]: Finished Load Kernel Module drm.
[ 4.702187] systemd[1]: [email protected]: Succeeded.
[ 4.708058] systemd[1]: Finished Load Kernel Module fuse.
[ 4.715461] systemd[1]: Finished Load Kernel Modules.
[ 4.729584] systemd[1]: Mounting FUSE Control File System…
[ 4.745192] systemd[1]: Mounting Kernel Configuration File System…
[ 4.758889] systemd[1]: Started File System Check Daemon to report status.
[ 4.772443] systemd[1]: Starting Apply Kernel Variables…
[ 4.789165] systemd[1]: Mounted FUSE Control File System.
[ 4.809083] systemd[1]: Mounted Kernel Configuration File System.
[ 4.870799] systemd[1]: Finished Apply Kernel Variables.
[ 4.981161] systemd[1]: Finished File System Check on Root Device.
[ 4.988525] systemd[1]: Starting Remount Root and Kernel File Systems…
[ 4.992792] systemd[1]: Started Journal Service.
[ 5.139862] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
[ 5.201439] systemd-journald[133]: Received client request to flush runtime journal.
[ 5.218627] systemd-journald[133]: File /var/log/journal/ecf738dd5a8a4f33b1886570aae12a8b/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 6.334743] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 6.351466] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 6.374440] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 6.401580] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.404519] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 6.404556] [vc_sm_connected_init]: start
[ 6.414270] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 6.426601] [vc_sm_connected_init]: installed successfully
[ 6.439633] random: crng init done
[ 6.439659] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.464869] mc: Linux media interface: v0.10
[ 6.558501] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.559280] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.688082] videodev: Linux video capture interface: v2.00
[ 6.709142] i2c i2c-22: Added multiplexed i2c bus 0
[ 6.721734] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.732642] i2c 10-001a: Fixing up cyclic dependency with fe801000.csi
[ 6.733433] i2c i2c-22: Added multiplexed i2c bus 10
[ 6.770261] bcm2835_audio bcm2835_audio: card created with 8 channels
[ 6.781272] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 6.926494] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.932293] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.954450] cfg80211: Loaded X.509 cert ‘sforshee: 00b28ddf47aef9cea7’
[ 6.958349] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.971439] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ 7.002985] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.035566] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 7.037615] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.042109] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.045134] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 7.054747] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.057175] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[ 7.057759] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 7.062742] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 7.062791] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.062838] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.062857] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.062875] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.065600] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 7.065684] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 7.073362] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 7.077634] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 7.077723] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 7.077984] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 7.079376] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 7.082286] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 7.082331] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.082353] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.082372] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.082406] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.082767] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 7.083921] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 7.083997] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 7.092526] usbcore: registered new interface driver brcmfmac
[ 7.141966] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 7.142912] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 7.169083] checking generic (3e73f000 384000) vs hw (0 ffffffffffffffff)
[ 7.169121] fb0: switching to vc4 from simple
[ 7.213282] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ 7.213343] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ 7.228718] Console: switching to colour dummy device 80x25
[ 7.265403] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.298363] Registered IR keymap rc-cec
[ 7.304480] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.305772] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.312612] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ 7.324328] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 7.407865] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
[ 7.812694] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 7.819058] Registered IR keymap rc-cec
[ 7.827013] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 7.830083] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
[ 7.834265] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.851679] Registered IR keymap rc-cec
[ 7.860284] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 7.865910] dw9807_vcm: loading out-of-tree module taints kernel.
[ 7.868898] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input2
[ 7.965261] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.965723] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 7.966045] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.966344] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.966628] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.966865] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.967155] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.987614] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 7.987874] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[ 7.999307] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 8.019567] arducam_64mp 10-001a: Device found Arducam 64MP.
[ 8.024534] arducam_64mp 10-001a: Consider updating driver arducam_64mp to match on endpoints
[ 9.289582] uart-pl011 fe201000.serial: no DMA platform data
[ 9.353268] 8021q: 802.1Q VLAN Support v1.8
[ 9.531148] Adding 102396k swap on /var/swap. Priority:-2 extents:3 across:135168k FS
[ 9.810160] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 10.028054] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 10.028515] bcmgenet fd580000.ethernet eth0: Link is Down
[ 15.157264] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 16.203035] Bluetooth: Core ver 2.22
[ 16.203130] NET: Registered PF_BLUETOOTH protocol family
[ 16.203136] Bluetooth: HCI device and connection manager initialized
[ 16.203153] Bluetooth: HCI socket layer initialized
[ 16.203160] Bluetooth: L2CAP socket layer initialized
[ 16.203175] Bluetooth: SCO socket layer initialized
[ 16.210019] Bluetooth: HCI UART driver ver 2.3
[ 16.210041] Bluetooth: HCI UART protocol H4 registered
[ 16.210105] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 16.210279] Bluetooth: HCI UART protocol Broadcom registered
[ 16.443853] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.443872] Bluetooth: BNEP filters: protocol multicast
[ 16.443886] Bluetooth: BNEP socket layer initialized
[ 16.454644] NET: Registered PF_ALG protocol family
[ 31.711547] cam-dummy-reg: disabling

Hi, @Roelf

This seems to be a problem with the opengl display.

You can test if the camera is working with the following command:

libcamera-still -t 5000 -n -o 64mp.jpg

If you can save the image, I suggest you install a new system test.

Thank you you where right.

please see X Error of failed request: BadRequest (invalid request code or no such operation)