raspberrypi / rpicam-apps

BSD 2-Clause "Simplified" License
419 stars 228 forks source link

[BUG] symbol lookup error _ZN9libcamera8controls3rpi11ScalerCropsE again #741

Closed arsatyants closed 2 weeks ago

arsatyants commented 3 weeks ago

rpicam-apps Bug Report

Date: 04-11-2024 (01:11:15) Command: ./camera-bug-report


Hardware information

hostname pi5

cat /proc/cpuinfo processor : 0 BogoMIPS : 108.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x4 CPU part : 0xd0b CPU revision : 1

processor : 1 BogoMIPS : 108.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x4 CPU part : 0xd0b CPU revision : 1

processor : 2 BogoMIPS : 108.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x4 CPU part : 0xd0b CPU revision : 1

processor : 3 BogoMIPS : 108.00 Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp CPU implementer : 0x41 CPU architecture: 8 CPU variant : 0x4 CPU part : 0xd0b CPU revision : 1

Revision : d04170 Serial : eecd602356a24b7c Model : Raspberry Pi 5 Model B Rev 1.0


Configuration

cat /boot/firmware/cmdline.txt console=serial0,115200 console=tty1 root=PARTUUID=458b983b-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=UA cat /boot/firmware/config.txt

For more options and information see

http://rptl.io/configtxt

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

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

dtparam=i2c_arm=on

dtparam=i2s=on

dtparam=spi=on

Enable audio (loads snd_bcm2835)

dtparam=audio=on

Additional overlays and parameters are documented

/boot/firmware/overlays/README

Automatically load overlays for detected cameras

camera_auto_detect=1 gpu_mem=128 start_x=1

Automatically load overlays for detected DSI displays

display_auto_detect=1

Automatically load initramfs files, if found

auto_initramfs=1

Enable DRM VC4 V3D driver

dtoverlay=vc4-kms-v3d max_framebuffers=2

Don't have the firmware create an initial video= setting in cmdline.txt.

Use the kernel's default instead.

disable_fw_kms_setup=1

Run in 64-bit mode

arm_64bit=1

Disable compensation for displays with overscan

disable_overscan=1

Run as fast as firmware / board allows

arm_boost=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]

dtparam=uart0=on dtparam=pciex1_gen=3


Logs

dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1] [ 0.000000] Linux version 6.6.51+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) [ 0.000000] KASLR enabled [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000002000000, size 320 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0 [ 0.000000] OF: reserved mem: 0x000000003fd165e0..0x000000003fd16617 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff] [ 0.000000] node 0: [mem 0x0000000000080000-0x000000003f7fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 14 pages/cpu s183976 r8192 d37208 u229376 [ 0.000000] pcpu-alloc: s183976 r8192 d37208 u229376 alloc=14*16384 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected PIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Hardware dirty bit management [ 0.000000] CPU features: detected: Spectre-v4 [ 0.000000] CPU features: detected: Spectre-BHB [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI) [ 0.000000] CPU features: detected: SSBS not fully self-synchronizing [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=2C:CF:67:27:01:47 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=458b983b-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=UA [ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 521728 [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] software IO TLB: area num 4. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB) [ 0.000000] Memory: 7890880K/8380416K available (13440K kernel code, 2224K rwdata, 4304K rodata, 5056K init, 1213K bss, 161856K reserved, 327680K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 43243 entries in 43 pages [ 0.000000] ftrace: allocated 43 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] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 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.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000155] Console: colour dummy device 80x25 [ 0.000159] printk: console [tty1] enabled [ 0.000329] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000337] pid_max: default: 32768 minimum: 301 [ 0.000361] LSM: initializing lsm=capability,integrity [ 0.000419] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear) [ 0.000440] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear) [ 0.000764] cgroup: Disabling memory control group subsystem [ 0.001151] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.001180] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.001199] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.001255] rcu: Hierarchical SRCU implementation. [ 0.001259] rcu: Max phase no-delay instances is 1000. [ 0.001854] EFI services will not be available. [ 0.001927] smp: Bringing up secondary CPUs ... [ 0.002078] Detected PIPT I-cache on CPU1 [ 0.002121] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1] [ 0.002300] Detected PIPT I-cache on CPU2 [ 0.002333] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1] [ 0.002500] Detected PIPT I-cache on CPU3 [ 0.002529] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1] [ 0.002555] smp: Brought up 1 node, 4 CPUs [ 0.002573] SMP: Total of 4 processors activated. [ 0.002578] CPU features: detected: 32-bit EL0 Support [ 0.002582] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.002586] CPU features: detected: Common not Private translations [ 0.002590] CPU features: detected: CRC32 instructions [ 0.002595] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.002598] CPU features: detected: LSE atomic instructions [ 0.002602] CPU features: detected: Privileged Access Never [ 0.002605] CPU features: detected: RAS Extension Support [ 0.002609] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.002645] CPU: All CPU(s) started at EL2 [ 0.002648] alternatives: applying system-wide alternatives [ 0.004328] devtmpfs: initialized [ 0.007187] Enabled cp15_barrier support [ 0.007198] Enabled setend support [ 0.007248] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.007257] futex hash table entries: 1024 (order: 2, 65536 bytes, linear) [ 0.008128] pinctrl core: initialized pinctrl subsystem [ 0.008280] DMI not present or invalid. [ 0.008453] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.009025] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.009073] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.009122] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.009142] audit: initializing netlink subsys (disabled) [ 0.009196] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1 [ 0.009317] thermal_sys: Registered thermal governor 'step_wise' [ 0.009329] cpuidle: using governor menu [ 0.009387] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.009416] ASID allocator initialised with 32768 entries [ 0.009723] Serial: AMBA PL011 UART driver [ 0.010720] bcm2835-mbox 107c013880.mailbox: mailbox enabled [ 0.011062] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2 [ 0.011076] printk: console [ttyAMA10] enabled [ 0.757865] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-10-21T14:27:49, variant start_cd [ 0.771921] raspberrypi-firmware soc:firmware: Firmware hash is 951e1cc900000000000000000000000000000000 [ 0.788051] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL [ 0.795137] Modules: 0 pages in range for non-PLT usage [ 0.795139] Modules: 129408 pages in range for PLT usage [ 0.804892] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1 [ 0.817828] iommu: Default domain type: Translated [ 0.822643] iommu: DMA domain TLB invalidation policy: strict mode [ 0.828948] SCSI subsystem initialized [ 0.832741] usbcore: registered new interface driver usbfs [ 0.838255] usbcore: registered new interface driver hub [ 0.843597] usbcore: registered new device driver usb [ 0.848750] pps_core: LinuxPPS API ver. 1 registered [ 0.853733] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.862906] PTP clock support registered [ 0.867095] vgaarb: loaded [ 0.869894] clocksource: Switched to clocksource arch_sys_counter [ 0.876151] VFS: Disk quotas dquot_6.6.0 [ 0.885905] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes) [ 0.893010] FS-Cache: Loaded [ 0.895926] CacheFiles: Loaded [ 0.900482] NET: Registered PF_INET protocol family [ 0.905511] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, linear) [ 0.915493] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear) [ 0.924098] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear) [ 0.931876] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear) [ 0.940093] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear) [ 0.949101] TCP: Hash tables configured (established 65536 bind 65536) [ 0.955764] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear) [ 0.963430] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear) [ 0.970343] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear) [ 0.977739] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.983553] RPC: Registered named UNIX socket transport module. [ 0.989498] RPC: Registered udp transport module. [ 0.994217] RPC: Registered tcp transport module. [ 0.998936] RPC: Registered tcp-with-tls transport module. [ 1.004440] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.010913] PCI: CLS 0 bytes, default 64 [ 1.014903] Trying to unpack rootfs image as initramfs... [ 1.029965] kvm [1]: IPA Size Limit: 40 bits [ 1.034333] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance) [ 1.043131] kvm [1]: vgic interrupt IRQ9 [ 1.047089] kvm [1]: VHE mode initialized successfully [ 1.096753] Initialise system trusted keyrings [ 1.101336] workingset: timestamp_bits=46 max_order=19 bucket_order=0 [ 1.107839] zbud: loaded [ 1.110626] NFS: Registering the id_resolver key type [ 1.115721] Key type id_resolver registered [ 1.119924] Key type id_legacy registered [ 1.123961] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.130696] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.138199] F2FS not supported on PAGE_SIZE(16384) != 4096 [ 1.143777] Key type asymmetric registered [ 1.147899] Asymmetric key parser 'x509' registered [ 1.152818] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.160325] io scheduler mq-deadline registered [ 1.164879] io scheduler kyber registered [ 1.168929] io scheduler bfq registered [ 1.173140] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26) [ 1.182421] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27) [ 1.190196] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28) [ 1.197984] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29) [ 1.205778] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30) [ 1.214954] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31) [ 1.224230] simple-framebuffer 3f800000.framebuffer: framebuffer at 0x3f800000, 0x3f4800 bytes [ 1.232921] simple-framebuffer 3f800000.framebuffer: format=r5g6b5, mode=1920x1080x16, linelength=3840 [ 1.244000] Console: switching to colour frame buffer device 240x67 [ 1.252038] simple-framebuffer 3f800000.framebuffer: fb0: simplefb registered! [ 1.257501] Freeing initrd memory: 17872K [ 1.293939] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 1.300681] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART [ 1.311321] serial serial0: tty port ttyS0 registered [ 1.316744] iproc-rng200 107d208000.rng: hwrng registered [ 1.322229] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB) [ 1.330779] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe [ 1.339749] brd: module loaded [ 1.344070] loop: module loaded [ 1.347347] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 1.354719] Loading iSCSI transport class v2.0-870. [ 1.360466] usbcore: registered new device driver r8152-cfgselector [ 1.366777] usbcore: registered new interface driver r8152 [ 1.372300] usbcore: registered new interface driver lan78xx [ 1.378001] usbcore: registered new interface driver smsc95xx [ 1.383832] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 1.389629] dwc_otg: FIQ enabled [ 1.389630] dwc_otg: NAK holdoff enabled [ 1.389632] dwc_otg: FIQ split-transaction FSM enabled [ 1.389634] Module dwc_common_port init [ 1.389760] usbcore: registered new interface driver uas [ 1.395108] usbcore: registered new interface driver usb-storage [ 1.401256] mousedev: PS/2 mouse device common for all mice [ 1.415249] rpi-rtc soc:rpi_rtc: registered as rtc0 [ 1.421676] rpi-rtc soc:rpi_rtc: setting system clock to 2024-11-03T23:05:02 UTC (1730675102) [ 1.430593] bcm2835-wdt bcm2835-wdt: Poweroff handler already present! [ 1.437159] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 1.445948] sdhci: Secure Digital Host Controller Interface driver [ 1.452162] sdhci: Copyright(c) Pierre Ossman [ 1.456577] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.462443] ledtrig-cpu: registered to indicate activity on CPUs [ 1.468524] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 1.475008] hid: raw HID events driver (C) Jiri Kosina [ 1.480188] usbcore: registered new interface driver usbhid [ 1.485787] usbhid: USB HID core driver [ 1.489962] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available [ 1.498542] NET: Registered PF_PACKET protocol family [ 1.503645] Key type dns_resolver registered [ 1.513158] registered taskstats version 1 [ 1.517346] Loading compiled-in X.509 certificates [ 1.524755] Key type .fscrypt registered [ 1.529156] Key type fscrypt-provisioning registered [ 1.535775] brcm-pcie 1000110000.pcie: host bridge /axi/pcie@110000 ranges: [ 1.543244] brcm-pcie 1000110000.pcie: No bus range found for /axi/pcie@110000, using [bus 00-ff] [ 1.552816] brcm-pcie 1000110000.pcie: MEM 0x1b80000000..0x1bffffffff -> 0x0080000000 [ 1.561581] brcm-pcie 1000110000.pcie: MEM 0x1800000000..0x1b7fffffff -> 0x0400000000 [ 1.570346] brcm-pcie 1000110000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000 [ 1.580282] brcm-pcie 1000110000.pcie: Forcing gen 3 [ 1.585931] brcm-pcie 1000110000.pcie: PCI host bridge to bus 0000:00 [ 1.592851] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.598806] pci_bus 0000:00: root bus resource [mem 0x1b80000000-0x1bffffffff] (bus address [0x80000000-0xffffffff]) [ 1.609828] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1b7fffffff pref] (bus address [0x400000000-0x77fffffff]) [ 1.621473] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400 [ 1.627978] pci 0000:00:00.0: PME# supported from D0 D3hot [ 1.634813] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.749899] brcm-pcie 1000110000.pcie: link up, 8.0 GT/s PCIe x1 (!SSC) [ 1.757001] pci 0000:01:00.0: [1e60:2864] type 00 class 0x0b4000 [ 1.763489] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit pref] [ 1.771191] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref] [ 1.778885] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 1.786633] pci 0000:01:00.0: PME# supported from D3hot [ 1.792345] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link) [ 1.817915] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.825007] pci 0000:00:00.0: BAR 9: assigned [mem 0x1800000000-0x18000fffff 64bit pref] [ 1.833578] pci 0000:01:00.0: BAR 0: assigned [mem 0x1800000000-0x1800003fff 64bit pref] [ 1.842150] pci 0000:01:00.0: BAR 4: assigned [mem 0x1800004000-0x1800007fff 64bit pref] [ 1.850714] pci 0000:01:00.0: BAR 2: assigned [mem 0x1800008000-0x1800008fff 64bit pref] [ 1.859277] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.864685] pci 0000:00:00.0: bridge window [mem 0x1800000000-0x18000fffff 64bit pref] [ 1.873231] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 1.882132] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512 [ 1.891078] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.897645] pcieport 0000:00:00.0: PME: Signaling with IRQ 38 [ 1.903893] pcieport 0000:00:00.0: AER: enabled with IRQ 38 [ 1.910010] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges: [ 1.917416] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff] [ 1.926921] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000 [ 1.935635] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000 [ 1.944353] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000 [ 1.953065] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000 [ 1.962843] brcm-pcie 1000120000.pcie: Forcing gen 2 [ 1.968268] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0001:00 [ 1.975144] pci_bus 0001:00: root bus resource [bus 00-ff] [ 1.981061] pci_bus 0001:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb]) [ 1.992049] pci_bus 0001:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff]) [ 2.003655] pci 0001:00:00.0: [14e4:2712] type 01 class 0x060400 [ 2.010124] pci 0001:00:00.0: PME# supported from D0 D3hot [ 2.016899] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.129897] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC) [ 2.136976] pci 0001:01:00.0: [1de4:0001] type 00 class 0x020000 [ 2.143438] pci 0001:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff] [ 2.150154] pci 0001:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff] [ 2.156864] pci 0001:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff] [ 2.163632] pci 0001:01:00.0: supports D1 [ 2.168059] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 2.185905] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.192963] pci 0001:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff] [ 2.200536] pci 0001:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff] [ 2.208104] pci 0001:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff] [ 2.215669] pci 0001:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff] [ 2.223231] pci 0001:00:00.0: PCI bridge to [bus 01] [ 2.228607] pci 0001:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff] [ 2.236172] pci 0001:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 2.245053] pci 0001:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512 [ 2.253984] pcieport 0001:00:00.0: enabling device (0000 -> 0002) [ 2.260531] pcieport 0001:00:00.0: PME: Signaling with IRQ 39 [ 2.266759] pcieport 0001:00:00.0: AER: enabled with IRQ 39 [ 2.272823] rp1 0001:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200 [ 2.282326] rp1 0001:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200 [ 2.291998] rp1 0001:01:00.0: enabling device (0000 -> 0002) [ 2.298952] rp1 0001:01:00.0: chip_id 0x20001927 [ 2.308980] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 101 [ 2.338794] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (2c:cf:67:27:01:47) [ 2.350068] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels [ 2.359039] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 2.364533] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1 [ 2.372641] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810 [ 2.382066] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000 [ 2.388315] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 2.393794] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2 [ 2.401467] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed [ 2.408045] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 2.416769] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.424432] usb usb1: Product: xHCI Host Controller [ 2.429726] usb usb1: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd [ 2.436678] usb usb1: SerialNumber: xhci-hcd.0 [ 2.441654] hub 1-0:1.0: USB hub found [ 2.445830] hub 1-0:1.0: 2 ports detected [ 2.450388] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 2.459108] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.466770] usb usb2: Product: xHCI Host Controller [ 2.472067] usb usb2: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd [ 2.479100] usb usb2: SerialNumber: xhci-hcd.0 [ 2.484055] hub 2-0:1.0: USB hub found [ 2.488234] hub 2-0:1.0: 1 port detected [ 2.492851] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 2.498444] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3 [ 2.506536] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810 [ 2.516052] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000 [ 2.522293] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 2.527773] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4 [ 2.535542] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed [ 2.542116] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 2.550937] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.558604] usb usb3: Product: xHCI Host Controller [ 2.563909] usb usb3: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd [ 2.570975] usb usb3: SerialNumber: xhci-hcd.1 [ 2.575933] hub 3-0:1.0: USB hub found [ 2.580108] hub 3-0:1.0: 2 ports detected [ 2.584651] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 2.593462] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.601143] usb usb4: Product: xHCI Host Controller [ 2.606559] usb usb4: Manufacturer: Linux 6.6.51+rpt-rpi-2712 xhci-hcd [ 2.613519] usb usb4: SerialNumber: xhci-hcd.1 [ 2.618482] hub 4-0:1.0: USB hub found [ 2.622758] hub 4-0:1.0: 1 port detected [ 2.627765] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.636532] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 2.645098] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 2.653582] platform 1000800000.codec: Adding to iommu group 0 [ 2.659972] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 2.668619] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 2.677352] platform 1000880000.pisp_be: Adding to iommu group 0 [ 2.683822] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 2.692207] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 2.700695] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success [ 2.708299] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.717134] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu [ 2.724924] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu [ 2.732624] platform axi:gpu: Adding to iommu group 1 [ 2.738242] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu [ 2.745762] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success [ 2.753273] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 2.762151] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success [ 2.769627] pl011-axi 1f00030000.serial: cts_event_workaround enabled [ 2.770193] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO [ 2.776838] mmc1: CQHCI version 5.10 [ 2.776956] 1f00030000.serial: ttyAMA0 at MMIO 0x1f00030000 (irq = 126, base_baud = 0) is a PL011 AXI [ 2.796650] of_cfs_init [ 2.799536] of_cfs_init: OK [ 2.802816] clk: Disabling unused clocks [ 2.831378] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit [ 2.853902] usb 3-2: new full-speed USB device number 2 using xhci-hcd [ 2.940938] mmc0: new ultra high speed SDR104 SDXC card at address 0001 [ 2.948193] mmcblk0: mmc0:0001 SD128 117 GiB [ 2.954152] mmcblk0: p1 p2 [ 2.957444] mmcblk0: mmc0:0001 SD128 117 GiB [ 2.984439] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit [ 2.995344] Freeing unused kernel memory: 5056K [ 3.000369] Run /init as init process [ 3.004452] with arguments: [ 3.004454] /init [ 3.004455] with environment: [ 3.004456] HOME=/ [ 3.004458] TERM=linux [ 3.029927] usb 3-2: New USB device found, idVendor=25a7, idProduct=fa23, bcdDevice= 2.41 [ 3.038633] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.046271] usb 3-2: Product: 2.4G Receiver [ 3.052095] usb 3-2: Manufacturer: Compx [ 3.057284] mmc1: new ultra high speed DDR50 SDIO card at address 0001 [ 3.102251] input: Compx 2.4G Receiver as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:25A7:FA23.0001/input/input0 [ 3.132773] input: pwr_button as /devices/platform/pwr_button/input/input1 [ 3.167775] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode [ 3.184757] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode [ 3.261997] hid-generic 0003:25A7:FA23.0001: input,hidraw0: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-xhci-hcd.1-2/input0 [ 3.294174] input: Compx 2.4G Receiver Mouse as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:25A7:FA23.0002/input/input2 [ 3.309222] input: Compx 2.4G Receiver as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:25A7:FA23.0002/input/input3 [ 3.323735] input: Compx 2.4G Receiver Consumer Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:25A7:FA23.0002/input/input4 [ 3.397953] input: Compx 2.4G Receiver System Control as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.1/0003:25A7:FA23.0002/input/input5 [ 3.413797] hid-generic 0003:25A7:FA23.0002: input,hiddev96,hidraw1: USB HID v1.10 Mouse [Compx 2.4G Receiver] on usb-xhci-hcd.1-2/input1 [ 3.487993] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0 [ 3.499071] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu [ 3.506996] Console: switching to colour dummy device 80x25 [ 3.514958] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4]) [ 3.523135] Registered IR keymap rc-cec [ 3.527035] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0 [ 3.534362] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input7 [ 3.542732] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input8 [ 3.551909] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4]) [ 3.560247] Registered IR keymap rc-cec [ 3.564133] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1 [ 3.571441] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input9 [ 3.580315] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input10 [ 3.589599] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4]) [ 3.596726] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4]) [ 3.603616] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4]) [ 3.610762] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.618335] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.674472] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1 [ 3.760741] Console: switching to colour frame buffer device 480x135 [ 3.790239] vc4-drm axi:gpu: [drm] fb0: vc4drmfb frame buffer device [ 3.835610] uart-pl011 107d001000.serial: no DMA platform data [ 4.041641] EXT4-fs (mmcblk0p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 ro with ordered data mode. Quota mode: none. [ 4.698752] NET: Registered PF_INET6 protocol family [ 4.704188] Segment Routing with IPv6 [ 4.707882] In-situ OAM (IOAM) with IPv6 [ 4.745954] systemd[1]: systemd 252.30-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 4.778856] systemd[1]: Detected architecture arm64. [ 4.788224] systemd[1]: Hostname set to . [ 5.165415] systemd[1]: Queued start job for default target graphical.target. [ 5.198910] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 5.206812] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 5.217575] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 5.229264] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 5.240852] systemd[1]: Created slice user.slice - User and Session Slice. [ 5.250451] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 5.263918] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 5.279206] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-458b983b\x2d01.device - /dev/disk/by-partuuid/458b983b-01... [ 5.293412] systemd[1]: Expecting device dev-dri-card0.device - /dev/dri/card0... [ 5.303795] systemd[1]: Expecting device dev-dri-renderD128.device - /dev/dri/renderD128... [ 5.315055] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10... [ 5.325289] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 5.337089] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. [ 5.348427] systemd[1]: Reached target slices.target - Slice Units. [ 5.357587] systemd[1]: Reached target swap.target - Swaps. [ 5.366059] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 5.377467] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 5.388984] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 5.400799] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 5.411907] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 5.422872] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 5.433632] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 5.444109] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 5.454990] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 5.489997] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 5.500970] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 5.511741] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 5.521712] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 5.542115] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [ 5.553515] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 5.565091] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 5.578042] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 5.589947] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 5.601003] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 5.611564] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 5.612205] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 5.634265] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 5.644853] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 5.654509] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root). [ 5.654821] fuse: init (API version 7.39) [ 5.679748] systemd[1]: Starting systemd-journald.service - Journal Service... [ 5.691761] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 5.703273] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 5.714287] i2c_dev: i2c /dev entries driver [ 5.716046] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 5.732918] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 5.743930] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 5.754141] systemd[1]: Started systemd-journald.service - Journal Service. [ 5.770034] EXT4-fs (mmcblk0p2): re-mounted fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w. Quota mode: none. [ 5.837084] systemd-journald[330]: Received client request to flush runtime journal. [ 8.503650] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040 [ 8.513202] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1 [ 8.522598] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040 [ 8.532200] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2 [ 8.532292] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020 [ 8.534138] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3 [ 8.564991] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020 [ 8.576885] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4 [ 8.587553] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000 [ 8.597885] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0 [ 8.621472] mc: Linux media interface: v0.10 [ 8.656763] hailo: Init module. driver version 4.18.0 [ 8.665234] hailo 0000:01:00.0: Probing on: 1e60:2864... [ 8.676199] hailo 0000:01:00.0: Probing: Allocate memory for device extension, 11632 [ 8.686035] hailo 0000:01:00.0: enabling device (0000 -> 0002) [ 8.694262] hailo 0000:01:00.0: Probing: Device enabled [ 8.696858] videodev: Linux video capture interface: v2.00 [ 8.703080] hailo 0000:01:00.0: Probing: mapped bar 0 - 00000000cc42226d 16384 [ 8.717564] hailo 0000:01:00.0: Probing: mapped bar 2 - 00000000d79a6fe0 4096 [ 8.717572] hailo 0000:01:00.0: Probing: mapped bar 4 - 0000000071e16686 16384 [ 8.717577] hailo 0000:01:00.0: Probing: Force setting max_desc_page_size to 4096 (recommended value is 16384) [ 8.717601] hailo 0000:01:00.0: Probing: Enabled 64 bit dma [ 8.717605] hailo 0000:01:00.0: Probing: Using userspace allocated vdma buffers [ 8.717610] hailo 0000:01:00.0: Disabling ASPM L0s [ 8.717615] hailo 0000:01:00.0: Successfully disabled ASPM L0s [ 8.869028] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu [ 8.884726] pispbe 1000880000.pisp_be: Runtime PM usage count underflow! [ 8.900615] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 8.901350] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 8.923276] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu [ 8.933270] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf' [ 8.939738] rpivid 1000800000.codec: Device registered as /dev/video19 [ 8.944011] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' [ 8.962119] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 8.970114] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.032905] Bluetooth: Core ver 2.22 [ 9.041636] NET: Registered PF_BLUETOOTH protocol family [ 9.048789] Bluetooth: HCI device and connection manager initialized [ 9.057564] Bluetooth: HCI socket layer initialized [ 9.088680] hailo 0000:01:00.0: Firmware was loaded successfully [ 9.091306] Bluetooth: L2CAP socket layer initialized [ 9.108121] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 9.113972] Bluetooth: SCO socket layer initialized [ 9.123143] hailo 0000:01:00.0: Probing: Added board 1e60-2864, /dev/hailo0 [ 9.145998] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 9.159915] usbcore: registered new interface driver brcmfmac [ 9.187637] Bluetooth: HCI UART driver ver 2.3 [ 9.193598] Bluetooth: HCI UART protocol H4 registered [ 9.207485] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 9.225482] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 9.244433] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 9.276500] Bluetooth: HCI UART protocol Broadcom registered [ 9.516873] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 9.526443] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Aug 29 2023 01:47:08 version 7.45.265 (28bca26 CY) FWID 01-b677b91b [ 9.545927] alsactl[464]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 9.545927] alsactl[463]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 9.550853] ieee80211 phy0: brcmf_cfg80211_reg_notifier: Firmware rejected country setting [ 9.634375] Bluetooth: hci0: BCM: chip id 107 [ 9.634616] Bluetooth: hci0: BCM: features 0x2f [ 9.635725] Bluetooth: hci0: BCM4345C0 [ 9.635730] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 [ 9.669048] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch [ 10.150801] nvidia: loading out-of-tree module taints kernel. [ 10.157941] nvidia: module license 'NVIDIA' taints kernel. [ 10.164757] Disabling lock debugging due to kernel taint [ 10.171455] nvidia: module license taints kernel. [ 10.205730] nvidia-nvlink: Nvlink Core is being initialized, major device number 508 [ 10.214873] NVRM: No NVIDIA GPU found. [ 10.249916] nvidia-nvlink: Unregistered Nvlink Core, major device number 508 [ 10.378565] Bluetooth: hci0: BCM: features 0x2f [ 10.385830] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190 [ 10.393356] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382 [ 10.400887] Bluetooth: hci0: BCM: Using default device address (43:45:c0:00:1f:ac) [ 11.946319] nvidia-nvlink: Nvlink Core is being initialized, major device number 508 [ 11.955453] NVRM: No NVIDIA GPU found. [ 11.977914] nvidia-nvlink: Unregistered Nvlink Core, major device number 508 [ 13.673518] nvidia-nvlink: Nvlink Core is being initialized, major device number 508 [ 13.682660] NVRM: No NVIDIA GPU found. [ 13.722074] nvidia-nvlink: Unregistered Nvlink Core, major device number 508 [ 14.349498] Adding 4194288k swap on /var/swap. Priority:-2 extents:131 across:98697216k SS [ 14.507893] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 14.507902] Bluetooth: BNEP filters: protocol multicast [ 14.507909] Bluetooth: BNEP socket layer initialized [ 14.509784] Bluetooth: MGMT ver 1.22 [ 14.517207] NET: Registered PF_ALG protocol family [ 16.244195] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL) [ 16.244202] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode [ 16.246844] pps pps0: new PPS source ptp0 [ 16.247049] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered. [ 16.276365] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled [ 19.251711] Bluetooth: RFCOMM TTY layer initialized [ 19.251726] Bluetooth: RFCOMM socket layer initialized [ 19.251735] Bluetooth: RFCOMM ver 1.11 [ 20.346748] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 23.256067] ieee80211 phy0: brcmf_cfg80211_reg_notifier: Firmware rejected country setting [ 31.391383] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 31.395856] Bridge firewalling registered [ 31.562960] Initializing XFRM netlink socket [ 96.248387] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 96.248402] Bluetooth: HIDP socket layer initialized [ 96.249007] hid-generic 0005:099A:0500.0003: unknown main item tag 0x0 [ 96.249125] input: Bluetooth Keyboard as /devices/platform/soc/107d50c000.serial/serial0/serial0-0/bluetooth/hci0/hci0:11/0005:099A:0500.0003/input/input11 [ 96.249519] hid-generic 0005:099A:0500.0003: input,hidraw2: BLUETOOTH HID v1.1b Keyboard [Bluetooth Keyboard] on 2c:cf:67:27:01:49 [ 223.084903] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211

sudo vclog log --msg 004747.163: Initial voltage 800000 temp 47172 004944.829: avs_2712: AVS pred 8224 822400 temp 49920 004944.840: vpred 822 mV +0 005568.944: FB framebuffer_swap 1 005586.484: Select resolution HDMI0/2 hotplug 1 max_mode 2 005598.874: HDMI0 edid block 0 offset 0 005598.884: 00ffffffffffff004c2d940f43325743 005598.896: 011f0103804627782ace51a6574c9f26 005598.907: 125054bfef80714f810081c081809500 005598.919: a9c0b300010108e80030f2705a80b058 005598.931: 8a00b9882100001e000000fd00184b1e 005598.942: 873c000a202020202020000000fc0055 005598.954: 3332523539780a2020202020000000ff 005598.965: 0048345a523130303032380a20200133 005611.355: HDMI0 edid block 1 offset 128 005611.367: 020334f04d611203130420221f105f60 005611.377: 5d5e23090707830100006d030c001000 005611.386: b83c20006001020367d85dc401788003 005611.396: e30f0104023a801871382d40582c4500 005611.405: b9882100001e023a80d072382d40102c 005611.415: 4580b9882100001e04740030f2705a80 005611.424: b0588a00b9882100001e565e00a0a0a0 005611.434: 295030203500b9882100001a000000a0 005611.462: HDMI0: best-mode 2 (limit 2) 1920x1080 60 Hz CEA modes 18000d8005000000000000e003000000 extensions 1 005611.476: Select resolution HDMI1/2 hotplug 0 max_mode 2 005611.516: FB0 disp 0 max-fb 2 1920x1080 stride 3840 base 0x3f800000 006502.636: dtb_file 'bcm2712-rpi-5-b.dtb' 006601.747: dtparam: spi=on 006613.155: dtparam: audio=on 006617.540: Unknown dtparam 'audio' - ignored 006672.921: Loaded overlay 'vc4-kms-v3d-pi5' 006673.033: dtparam: uart0=on 006684.085: dtparam: pciex1_gen=3 009924.520: Starting OS 9924 ms 009927.159: 00000040: -> 00000480 009927.177: 00000030: -> 00100080 009927.193: 00000034: -> 00100080 009927.210: 00000038: -> 00100080 009927.227: 0000003c: -> 00100080 010029.265: sdram: sdram refresh 2081->4162 (2)

sudo vclog log --assert


Memory

cat /proc/meminfo MemTotal: 8241488 kB MemFree: 5734656 kB MemAvailable: 7182064 kB Buffers: 79968 kB Cached: 1618192 kB SwapCached: 0 kB Active: 1351552 kB Inactive: 783424 kB Active(anon): 633184 kB Inactive(anon): 0 kB Active(file): 718368 kB Inactive(file): 783424 kB Unevictable: 127648 kB Mlocked: 0 kB SwapTotal: 4194288 kB SwapFree: 4194288 kB Zswap: 0 kB Zswapped: 0 kB Dirty: 1040 kB Writeback: 0 kB AnonPages: 564720 kB Mapped: 493184 kB Shmem: 196176 kB KReclaimable: 39424 kB Slab: 85392 kB SReclaimable: 39424 kB SUnreclaim: 45968 kB KernelStack: 6544 kB PageTables: 15936 kB SecPageTables: 0 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 8315024 kB Committed_AS: 3698400 kB VmallocTotal: 68180246528 kB VmallocUsed: 23776 kB VmallocChunk: 0 kB Percpu: 1280 kB CmaTotal: 327680 kB CmaFree: 311200 kB

sudo cat /sys/kernel/debug/dma_buf/bufinfo

Dma-buf Objects: size flags mode count exp_name ino name 11960320 00000002 00080007 00000013 drm 00000031 write fence:drm_sched v3d_tfu seq 432 signalled write fence:drm_sched v3d_render seq 402 signalled Attached Devices: axi:gpu axi:gpu Total 2 devices attached

11960320 00000002 00080007 00000013 drm 00000029 write fence:drm_sched v3d_tfu seq 465 signalled write fence:drm_sched v3d_render seq 391 signalled Attached Devices: axi:gpu axi:gpu Total 2 devices attached

11960320 00000002 00080007 00000013 drm 00000027 write fence:drm_sched v3d_tfu seq 433 signalled write fence:drm_sched v3d_render seq 400 signalled Attached Devices: axi:gpu axi:gpu Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000007 write fence:drm_sched v3d_render seq 1260 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000006 write fence:drm_sched v3d_render seq 1191 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

00016384 00000000 00080005 00000006 drm 00000005 Attached Devices: 1002000000.v3d Total 1 devices attached

33177600 00000000 00080005 00000010 drm 00000004 write fence:drm_sched v3d_render seq 1263 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000003 write fence:drm_sched v3d_render seq 1261 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

00016384 00000000 00080005 00000010 drm 00000002 write fence:drm_sched v3d_render seq 1065 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

33177600 00000000 00080005 00000010 drm 00000001 write fence:drm_sched v3d_render seq 1262 signalled Attached Devices: 1002000000.v3d 1002000000.v3d Total 2 devices attached

Total 10 objects, 102318080 bytes

sudo cat /sys/kernel/debug/vcsm-cma/state cat: /sys/kernel/debug/vcsm-cma/state: No such file or directory


Media Devices

media-ctl -d 0 -p Media controller API version 6.6.51

Media device information

driver pispbe model pispbe serial
bus info platform:1000880000.pisp_be hw revision 0x2252700 driver version 6.6.51

Device topology

media-ctl -d 1 -p Media controller API version 6.6.51

Media device information

driver pispbe model pispbe serial
bus info platform:1000880000.pisp_be hw revision 0x2252700 driver version 6.6.51

Device topology

media-ctl -d 2 -p Media controller API version 6.6.51

Media device information

driver rpivid model rpivid serial
bus info platform:rpivid hw revision 0x0 driver version 6.6.51

Device topology

media-ctl -d 3 -p Failed to enumerate /dev/media3 (-2)

media-ctl -d 4 -p Failed to enumerate /dev/media4 (-2)


Cameras

rpicam-hello --list-cameras rpicam-hello: symbol lookup error: /lib/aarch64-linux-gnu/rpicam_app.so.1.5.2: undefined symbol: _ZN9libcamera8controls3rpi11ScalerCropsE


Versions

uname -a Linux pi5 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/Linux

cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)" VERSION_CODENAME=bookworm ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"

vcgencmd version 2024/10/21 15:27:49 Copyright (c) 2012 Broadcom version 951e1cc9 (release) (embedded)

rpicam-hello --version rpicam-hello: symbol lookup error: /lib/aarch64-linux-gnu/rpicam_app.so.1.5.2: undefined symbol: _ZN9libcamera8controls3rpi11ScalerCropsE

arsatyants commented 3 weeks ago

it does not work again after removing all libcamera-related files in /usr/local/lib/aarch64-linux-gnu/ (but not the folder libcamera)

take in account /lib/aarch64-linux-gnu/rpicam_app.so.1.5.2 the last #723 bug was with /lib/aarch64-linux-gnu/rpicam_app.so.1.5.1:

naushir commented 3 weeks ago

You need to build and install libcamera from this repo: https://github.com/raspberrypi/libcamera. Removing the system install of libcamera is not enough.

arsatyants commented 3 weeks ago

libcamera is not buildable code

../src/libcamera/pipeline/rpi/pisp/pisp.cpp: In member function ‘int libcamera::PiSPCameraData::configureCfe()’: ../src/libcamera/pipeline/rpi/pisp/pisp.cpp:1868:13: error: ‘PISP_IMAGE_FORMAT_COMPRESSED’ was not declared in this scope; did you mean ‘PISP_IMAGE_FORMAT_UNCOMPRESSED’? 1868 | if (PISP_IMAGE_FORMAT_COMPRESSED(image.format)) { | ^~~~~~~~ | PISP_IMAGE_FORMAT_UNCOMPRESSED

naushir commented 3 weeks ago

That's because you have an outdated version of libpisp. Please remove your current installation and either use sudo apt install libpisp-dev or build/install this manually.

arsatyants commented 2 weeks ago

DOES NOT WORK

/src/libcamera/pipeline/rpi/pisp/pisp.cpp: In member function ‘int libcamera::PiSPCameraData::configureCfe()’: ../src/libcamera/pipeline/rpi/pisp/pisp.cpp:1868:13: error: ‘PISP_IMAGE_FORMAT_COMPRESSED’ was not declared in this scope; did you mean ‘PISP_IMAGE_FORMAT_UNCOMPRESSED’? 1868 | if (PISP_IMAGE_FORMAT_COMPRESSED(image.format)) { | ^~~~~~~~ | PISP_IMAGE_FORMAT_UNCOMPRESSED

updated:

sudo apt install libpisp-dev Reading package lists... Done Building dependency tree... Done Reading state information... Done libpisp-dev is already the newest version (1.0.7-1).

libpisp is not buildable: sudo meson install -C build

ERROR: Build data file '/home/admin/libpisp/build/meson-private/build.dat' references functions or classes that don't exist. This probably means that it was generated with an old version of meson. Try running from the source directory meson setup /home/admin/libpisp/build --wipe

btw the file exists ~/libpisp/build/meson-private $ ls -l total 196 -rw-r--r-- 1 admin admin 59411 Nov 5 20:22 build.dat -rw-r--r-- 1 admin admin 185 Nov 5 20:22 cleantrees.dat -rw-r--r-- 1 admin admin 25 Nov 5 20:22 cmd_line.txt -rw-r--r-- 1 admin admin 73296 Nov 5 20:22 coredata.dat -rw-r--r-- 1 admin admin 3276 Nov 5 20:22 install.dat -rw-r--r-- 1 admin admin 471 Nov 5 20:22 libpisp.pc -rw-r--r-- 1 admin admin 5 Nov 5 20:22 meson_benchmark_setup.dat -rw-r--r-- 1 admin admin 0 Nov 5 20:22 meson.lock -rw-r--r-- 1 admin admin 5 Nov 5 20:22 meson_test_setup.dat -rw-r--r-- 1 admin admin 46 Nov 5 20:22 sanitycheckc.c -rwxr-xr-x 1 admin admin 70368 Nov 5 20:22 sanitycheckc.exe -rw-r--r-- 1 admin admin 50 Nov 5 20:22 sanitycheckcpp.cc -rwxr-xr-x 1 admin admin 70376 Nov 5 20:22 sanitycheckcpp.exe

sudo apt install meson Reading package lists... Done Building dependency tree... Done Reading state information... Done meson is already the newest version (1.0.1-5).

naushir commented 2 weeks ago

Can you delete the build directory and start again? libpisp builds correctly when I try it locally and in our CI system.

arsatyants commented 2 weeks ago

The workaround is to update meson to 1.6 manually using source code but not apt install. Fixed now. Thanks.

naushir commented 2 weeks ago

No problem. I'll close this now, please re-open if you still run into issues.