raspberrypi / bookworm-feedback

13 stars 1 forks source link

Blank black screen on boot #232

Open reukiodo opened 6 months ago

reukiodo commented 6 months ago

Fresh install of http://downloads.raspberrypi.org/raspios_full_arm64/images/raspios_full_arm64-2024-03-13/2024-03-12-raspios-bookworm-arm64-full.img.xz on known-working 512GB Samsung Evo uSD card in RaspberryPi 4 causes blank black screen on DSI display on boot.

Workaround of dtoverlay=vc4-fkms-v3d in /boot/firmware/config.txt allows GUI to be shown on DSI display as found in several forum posts, but a workaround/edit shouldn't be necessary for out-of-the-box.

WIth default dtoverlay=vc4-kms-v3d

2024-03-13 16:11:15 root@raspberrypi4:~# kmsprint 
terminate called after throwing an instance of 'std::runtime_error'
  what():  No modesetting DRM card found
Aborted
2024-03-13 16:11:52 root@raspberrypi4:~# 

With dtoverlay=vc4-fkms-v3d workaround:

2024-03-13 16:22:27 root@raspberrypi4:~# kmsprint 
Connector 0 (89) DSI-1 (connected)
  Encoder 0 (88) DSI
    Crtc 0 (87) 800x480@60.05 27.777 800/61/2/44/+ 480/7/2/21/+ 60 (60.05) P|D 
      Plane 0 (31) fb-id: 97 (crtcs: 0) 0,0 800x480 -> 0,0 800x480 (XR24 AR24 XB24 AB24 RX24 BX24 RG16 RG24 BG24 YU16 YU12 YV12 NV12 NV21 P030)
        FB 97 800x480 XR24
      Plane 7 (80) fb-id: 102 (crtcs: 0) 0,0 64x64 -> 455,151 64x64 (XR24 AR24 XB24 AB24 RX24 BX24 RG16 RG24 BG24 YU16 YU12 YV12 NV12 NV21 P030)
        FB 102 64x64 AR24
2024-03-13 16:24:04 root@raspberrypi4:~# 
reukiodo commented 6 months ago

Switching to X11 from Wayland solved this issue (can use default dtoverlay=vc4-kms-v3d again) as well as several other issues (vnc, CTRL+ALT+F# switching, etc) and everything is working!

lurch commented 6 months ago

Can you switch back to Wayfire with vc4-kms-v3d and then check to see if this is the same problem as https://github.com/raspberrypi/linux/issues/5801 ?

reukiodo commented 6 months ago

I'm not exactly sure what you want me to do?

I reverted back to wayland (though raspi-config calls this wayfire ?) and it is back to black screen and no VNC. I can still ssh in. I tried to run kmsprint and it doesn't even have DSI in the list:

2024-04-03 14:26:42 root@raspberrypi4:~# kmsprint 
Connector 0 (32) HDMI-A-1 (disconnected)
  Encoder 0 (31) TMDS
Connector 1 (41) HDMI-A-2 (disconnected)
  Encoder 1 (40) TMDS
2024-04-03 14:26:45 root@raspberrypi4:~# 

and reloading the driver? doesn't seem to change it:

2024-04-03 14:27:41 root@raspberrypi4:~# rmmod rpi_panel_attiny_regulator
rmmod: ERROR: Module rpi_panel_attiny_regulator is not currently loaded
2024-04-03 14:27:54 root@raspberrypi4:~# modprobe rpi_panel_attiny_regulator
2024-04-03 14:28:02 root@raspberrypi4:~# kmsprint 
Connector 0 (32) HDMI-A-1 (disconnected)
  Encoder 0 (31) TMDS
Connector 1 (41) HDMI-A-2 (disconnected)
  Encoder 1 (40) TMDS
2024-04-03 14:28:14 root@raspberrypi4:~# 

So I put added the config line and reboot:

2024-04-03 14:28:14 root@raspberrypi4:~# echo "force_turbo=1" >> /boot/firmware/config.txt
2024-04-03 14:29:46 root@raspberrypi4:~# reboot
2024-04-03 14:29:49 root@raspberrypi4:~# 

but it's still a black screen... and no VNC...

Thankfully switching back to X11 resolves everything and all is working again.

Well, not everything... it seems that kmsprint fails when on X11?

2024-04-03 14:43:52 root@raspberrypi4:~# kmsprint 
terminate called after throwing an instance of 'std::runtime_error'
  what():  No modesetting DRM card found
Aborted
2024-04-03 14:43:55 root@raspberrypi4:~# 
lurch commented 6 months ago

and reloading the driver? doesn't seem to change it:

Okay, so it looks like you're seeing a slightly different problem then. Thanks for testing!

In the non-working setup, do you see any errors in the dmesg output?

reukiodo commented 5 months ago
dmesg output when using wayland ``` 2024-04-05 07:51:07 root@raspberrypi4:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.6.20+rpt-rpi-v8 (debian-kernel@lists.debian.org) (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.20-1+rpt1 (2024-03-07) [ 0.000000] KASLR enabled [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000000dc00000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000000dc00000..0x000000002dbfffff (524288 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000003ef642c0..0x000000003ef646bf (1 KiB) nomap non-reusable nvram@1 [ 0.000000] OF: reserved mem: 0x000000003ef64700..0x000000003ef64735 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff] [ 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-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 30 pages/cpu s85672 r8192 d29016 u122880 [ 0.000000] pcpu-alloc: s85672 r8192 d29016 u122880 alloc=30*4096 [ 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: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 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: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:15:95:26 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=79b853cf-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US [ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848 [ 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 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 7451600K/8245248K available (13376K kernel code, 2210K rwdata, 4260K rodata, 4864K init, 1083K bss, 269360K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 43116 entries in 169 pages [ 0.000000] ftrace: allocated 169 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.000331] Console: colour dummy device 80x25 [ 0.000346] printk: console [tty1] enabled [ 0.000447] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000465] pid_max: default: 32768 minimum: 301 [ 0.000538] LSM: initializing lsm=capability,integrity [ 0.000805] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000926] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001811] cgroup: Disabling memory control group subsystem [ 0.003397] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003502] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003621] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003927] rcu: Hierarchical SRCU implementation. [ 0.003936] rcu: Max phase no-delay instances is 1000. [ 0.005822] EFI services will not be available. [ 0.006132] smp: Bringing up secondary CPUs ... [ 0.006740] Detected PIPT I-cache on CPU1 [ 0.006865] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.007536] Detected PIPT I-cache on CPU2 [ 0.007626] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.008324] Detected PIPT I-cache on CPU3 [ 0.008417] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.008502] smp: Brought up 1 node, 4 CPUs [ 0.008520] SMP: Total of 4 processors activated. [ 0.008528] CPU features: detected: 32-bit EL0 Support [ 0.008534] CPU features: detected: 32-bit EL1 Support [ 0.008543] CPU features: detected: CRC32 instructions [ 0.008646] CPU: All CPU(s) started at EL2 [ 0.008663] alternatives: applying system-wide alternatives [ 0.011291] devtmpfs: initialized [ 0.021002] Enabled cp15_barrier support [ 0.021034] Enabled setend support [ 0.021200] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.021223] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.034035] pinctrl core: initialized pinctrl subsystem [ 0.034574] DMI not present or invalid. [ 0.035074] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.036969] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.037227] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.037653] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.037716] audit: initializing netlink subsys (disabled) [ 0.037889] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1 [ 0.038391] thermal_sys: Registered thermal governor 'step_wise' [ 0.038441] cpuidle: using governor menu [ 0.038673] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.038788] ASID allocator initialised with 32768 entries [ 0.039756] Serial: AMBA PL011 UART driver [ 0.047281] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.060167] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-02-29T12:24:53, variant start [ 0.064163] raspberrypi-firmware soc:firmware: Firmware hash is f4e2138c2adc8f3a92a3a65939e458f11d7298ba [ 0.074238] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL [ 0.074252] Modules: 0 pages in range for non-PLT usage [ 0.074258] Modules: 517792 pages in range for PLT usage [ 0.078189] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1 [ 0.079913] iommu: Default domain type: Translated [ 0.079924] iommu: DMA domain TLB invalidation policy: strict mode [ 0.080281] SCSI subsystem initialized [ 0.080449] usbcore: registered new interface driver usbfs [ 0.080484] usbcore: registered new interface driver hub [ 0.081828] usbcore: registered new device driver usb [ 0.082204] pps_core: LinuxPPS API ver. 1 registered [ 0.082213] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.082231] PTP clock support registered [ 0.083273] vgaarb: loaded [ 0.083719] clocksource: Switched to clocksource arch_sys_counter [ 1.175100] VFS: Disk quotas dquot_6.6.0 [ 1.175155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.175263] FS-Cache: Loaded [ 1.175503] CacheFiles: Loaded [ 1.183682] NET: Registered PF_INET protocol family [ 1.184673] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 1.193325] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 1.193417] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.193448] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.193912] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 1.196439] TCP: Hash tables configured (established 65536 bind 65536) [ 1.197004] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 1.197310] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 1.197432] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 1.197718] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.198359] RPC: Registered named UNIX socket transport module. [ 1.198372] RPC: Registered udp transport module. [ 1.198379] RPC: Registered tcp transport module. [ 1.198384] RPC: Registered tcp-with-tls transport module. [ 1.198390] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.198420] PCI: CLS 0 bytes, default 64 [ 1.198847] Trying to unpack rootfs image as initramfs... [ 1.203865] kvm [1]: IPA Size Limit: 44 bits [ 1.205142] kvm [1]: vgic interrupt IRQ9 [ 1.205191] kvm [1]: Hyp mode initialized successfully [ 1.206829] Initialise system trusted keyrings [ 1.208112] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 1.208200] zbud: loaded [ 1.208958] NFS: Registering the id_resolver key type [ 1.208995] Key type id_resolver registered [ 1.209002] Key type id_legacy registered [ 1.209025] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.209034] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.209764] Key type asymmetric registered [ 1.209782] Asymmetric key parser 'x509' registered [ 1.209840] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.210084] io scheduler mq-deadline registered [ 1.210096] io scheduler kyber registered [ 1.210148] io scheduler bfq registered [ 1.211114] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 23) [ 1.216842] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 1.216886] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 1.216936] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 1.216975] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000 [ 1.218208] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 1.218236] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.218253] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 1.218302] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 1.218397] pci 0000:00:00.0: PME# supported from D0 D3hot [ 1.222123] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.222339] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 1.222491] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 1.222546] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 1.329893] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 1.330073] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 1.330170] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 1.330507] pci 0000:01:00.0: PME# supported from D0 D3hot [ 1.343845] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.343908] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 1.343928] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 1.343989] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.344002] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 1.344337] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.344520] pcieport 0000:00:00.0: PME: Signaling with IRQ 27 [ 1.344985] pcieport 0000:00:00.0: AER: enabled with IRQ 27 [ 1.345433] brcm-pcie fd500000.pcie: clkreq control enabled [ 1.355422] iproc-rng200 fe104000.rng: hwrng registered [ 1.355824] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 1.368302] brd: module loaded [ 1.375323] loop: module loaded [ 1.376028] Loading iSCSI transport class v2.0-870. [ 1.380504] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 1.974633] Freeing initrd memory: 16724K [ 2.139798] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 2.140847] usbcore: registered new device driver r8152-cfgselector [ 2.140884] usbcore: registered new interface driver r8152 [ 2.140916] usbcore: registered new interface driver lan78xx [ 2.140954] usbcore: registered new interface driver smsc95xx [ 2.188779] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 2.188812] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 2.190612] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0300240000000890 [ 2.191386] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 2.191406] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 2.191424] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 2.191680] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 2.191697] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.191751] usb usb1: Product: xHCI Host Controller [ 2.191762] usb usb1: Manufacturer: Linux 6.6.20+rpt-rpi-v8 xhci-hcd [ 2.191770] usb usb1: SerialNumber: 0000:01:00.0 [ 2.192329] hub 1-0:1.0: USB hub found [ 2.192370] hub 1-0:1.0: 1 port detected [ 2.192936] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 2.192952] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.192963] usb usb2: Product: xHCI Host Controller [ 2.192972] usb usb2: Manufacturer: Linux 6.6.20+rpt-rpi-v8 xhci-hcd [ 2.192980] usb usb2: SerialNumber: 0000:01:00.0 [ 2.193451] hub 2-0:1.0: USB hub found [ 2.193494] hub 2-0:1.0: 4 ports detected [ 2.194414] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 2.194531] dwc_otg: FIQ enabled [ 2.194538] dwc_otg: NAK holdoff enabled [ 2.194543] dwc_otg: FIQ split-transaction FSM enabled [ 2.194553] Module dwc_common_port init [ 2.195227] usbcore: registered new interface driver uas [ 2.195287] usbcore: registered new interface driver usb-storage [ 2.195793] mousedev: PS/2 mouse device common for all mice [ 2.199278] sdhci: Secure Digital Host Controller Interface driver [ 2.199291] sdhci: Copyright(c) Pierre Ossman [ 2.199522] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.202199] ledtrig-cpu: registered to indicate activity on CPUs [ 2.202459] hid: raw HID events driver (C) Jiri Kosina [ 2.202561] usbcore: registered new interface driver usbhid [ 2.202595] usbhid: USB HID core driver [ 2.207904] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 2.208451] NET: Registered PF_PACKET protocol family [ 2.208535] Key type dns_resolver registered [ 2.232541] registered taskstats version 1 [ 2.232749] Loading compiled-in X.509 certificates [ 2.242073] Key type .fscrypt registered [ 2.242091] Key type fscrypt-provisioning registered [ 2.248992] uart-pl011 fe201000.serial: there is not valid maps for state default [ 2.249384] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 2.249747] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 [ 2.249993] serial serial0: tty port ttyAMA1 registered [ 2.252680] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 2.252936] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 2.253844] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 2.253889] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 2.281173] of_cfs_init [ 2.281295] of_cfs_init: OK [ 2.281573] clk: Disabling unused clocks [ 2.318352] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 2.327448] Freeing unused kernel memory: 4864K [ 2.327662] Run /init as init process [ 2.327669] with arguments: [ 2.327673] /init [ 2.327679] splash [ 2.327685] with environment: [ 2.327690] HOME=/ [ 2.327695] TERM=linux [ 2.361673] mmc1: new high speed SDIO card at address 0001 [ 2.417142] mmc0: new ultra high speed DDR50 SDXC card at address 59b4 [ 2.418097] mmcblk0: mmc0:59b4 GFAQK 477 GiB [ 2.420771] mmcblk0: p1 p2 [ 2.421286] mmcblk0: mmc0:59b4 GFAQK 477 GiB [ 2.451779] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 2.606399] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 2.606432] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.606445] usb 1-1: Product: USB2.0 Hub [ 2.613603] hub 1-1:1.0: USB hub found [ 2.613923] hub 1-1:1.0: 4 ports detected [ 2.904816] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode [ 2.906077] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode [ 2.919793] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd [ 2.934767] i2c i2c-22: Added multiplexed i2c bus 0 [ 2.939630] i2c i2c-22: Added multiplexed i2c bus 10 [ 3.004298] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [ 3.021543] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4]) [ 3.024486] Registered IR keymap rc-cec [ 3.024688] rc rc0: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0 [ 3.024880] input: vc4-hdmi-0 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0 [ 3.030305] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/fef00700.hdmi/sound/card0/input1 [ 3.031142] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4]) [ 3.032425] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03 [ 3.032462] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.032476] usb 1-1.3: Product: USB Receiver [ 3.032487] usb 1-1.3: Manufacturer: Logitech [ 3.033749] Registered IR keymap rc-cec [ 3.033962] rc rc1: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1 [ 3.034174] input: vc4-hdmi-1 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input2 [ 3.038182] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/fef05700.hdmi/sound/card1/input3 [ 3.038686] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4]) [ 3.039174] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4]) [ 3.039578] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.039987] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.040329] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.040546] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.040923] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4]) [ 3.062320] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1 [ 3.064015] vc4-drm gpu: [drm] Cannot find any crtc or sizes [ 3.071459] vc4-drm gpu: [drm] Cannot find any crtc or sizes [ 3.071689] vc4-drm gpu: [drm] Cannot find any crtc or sizes [ 3.077918] input: Logitech USB Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C52B.0001/input/input4 [ 3.136648] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0 [ 3.147329] input: Logitech USB Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input5 [ 3.147881] input: Logitech USB Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input6 [ 3.207998] input: Logitech USB Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input7 [ 3.208480] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1 [ 3.216596] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2 [ 3.295743] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd [ 3.401802] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64 [ 3.401819] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 3.401831] usb 1-1.4: Product: USB Serial [ 3.656719] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2 [ 3.788616] input: Logitech Wireless Device PID:404d Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input9 [ 3.799356] input: Logitech Wireless Device PID:404d Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input10 [ 3.802342] hid-generic 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:01:00.0-1.3/input2:1 [ 4.005758] input: Logitech K400 Plus as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input14 [ 4.006724] logitech-hidpp-device 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:01:00.0-1.3/input2:1 [ 4.914258] EXT4-fs (mmcblk0p2): mounted filesystem 10625b11-b9d2-4dd5-8364-bdfe84c22361 ro with ordered data mode. Quota mode: none. [ 5.468346] systemd[1]: System time before build time, advancing clock. [ 5.638855] NET: Registered PF_INET6 protocol family [ 5.640125] Segment Routing with IPv6 [ 5.640160] In-situ OAM (IOAM) with IPv6 [ 5.705543] systemd[1]: systemd 252.22-1~deb12u1 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) [ 5.705582] systemd[1]: Detected architecture arm64. [ 5.709865] systemd[1]: Hostname set to . [ 6.447384] systemd[1]: Queued start job for default target graphical.target. [ 6.470703] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 6.472303] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 6.473525] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 6.474288] systemd[1]: Created slice user.slice - User and Session Slice. [ 6.474679] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 6.475479] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 6.475614] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-79b853cf\x2d01.device - /dev/disk/by-partuuid/79b853cf-01... [ 6.475852] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 6.476051] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. [ 6.476224] systemd[1]: Reached target slices.target - Slice Units. [ 6.476350] systemd[1]: Reached target swap.target - Swaps. [ 6.476490] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 6.477182] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 6.477507] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 6.478625] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 6.479244] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 6.479949] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 6.482587] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 6.483221] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 6.484016] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 6.500116] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 6.504334] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 6.508695] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 6.509364] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 6.517973] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [ 6.522640] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 6.527785] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.533057] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 6.540177] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 6.549856] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 6.557451] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 6.564438] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 6.570218] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 6.571094] 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). [ 6.581225] systemd[1]: Starting systemd-journald.service - Journal Service... [ 6.590572] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 6.597111] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 6.603054] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 6.618638] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 6.621619] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 6.628712] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 6.630990] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock. [ 6.634195] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 6.641291] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 6.648696] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 6.652012] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 6.653770] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 6.662017] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 6.664067] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 6.666149] i2c_dev: i2c /dev entries driver [ 6.667967] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 6.669862] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 6.674305] fuse: init (API version 7.39) [ 6.674871] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 6.677293] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 6.679017] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [ 6.682971] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 6.686210] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 6.690117] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 6.707285] EXT4-fs (mmcblk0p2): re-mounted 10625b11-b9d2-4dd5-8364-bdfe84c22361 r/w. Quota mode: none. [ 6.720213] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 6.724892] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 6.725469] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [ 6.730509] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 6.743833] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 6.755888] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 6.757285] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 6.758639] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 6.758876] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 6.763688] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed... [ 6.768953] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 6.833716] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 6.840110] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed. [ 6.841533] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 6.886886] systemd[1]: Finished systemd-sysusers.service - Create System Users. [ 6.924748] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 6.925594] systemd[1]: Started systemd-journald.service - Journal Service. [ 6.986228] systemd-journald[265]: Received client request to flush runtime journal. [ 6.998758] systemd-journald[265]: File /var/log/journal/4c96151018bc465fb00e8f967c4c0be8/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 8.219415] mc: Linux media interface: v0.10 [ 8.293216] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 8.296155] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [ 8.296180] [vc_sm_connected_init]: start [ 8.320913] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 8.337099] [vc_sm_connected_init]: installed successfully [ 8.376343] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000 [ 8.377137] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem [ 8.428324] videodev: Linux video capture interface: v2.00 [ 8.563373] bcm2835_audio bcm2835_audio: card created with 8 channels [ 8.604367] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 8.645380] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 8.650522] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 8.658402] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 8.659183] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 8.697394] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [ 8.721640] rpivid feb10000.codec: Device registered as /dev/video19 [ 8.725672] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 8.725720] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 8.733703] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 8.733755] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 8.733960] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [ 8.744615] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 8.744667] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 8.746479] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [ 8.758335] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 [ 8.758381] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx [ 8.762393] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 [ 8.762452] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image [ 8.850130] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [ 8.850177] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 8.850194] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 8.850207] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 8.850229] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 8.889284] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 [ 8.896743] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 [ 8.993948] usbcore: registered new interface driver usbserial_generic [ 8.994045] usbserial: USB Serial support registered for generic [ 9.024049] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 [ 9.024572] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 [ 9.024602] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 9.024618] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 9.024631] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 9.024642] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 9.024850] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [ 9.091649] usbcore: registered new interface driver ch341 [ 9.091788] usbserial: USB Serial support registered for ch341-uart [ 9.091907] ch341 1-1.4:1.0: ch341-uart converter detected [ 9.169287] usb 1-1.4: ch341-uart converter now attached to ttyUSB0 [ 9.284375] alsactl[393]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 9.488540] Bluetooth: Core ver 2.22 [ 9.489526] NET: Registered PF_BLUETOOTH protocol family [ 9.489548] Bluetooth: HCI device and connection manager initialized [ 9.489581] Bluetooth: HCI socket layer initialized [ 9.489594] Bluetooth: L2CAP socket layer initialized [ 9.489628] Bluetooth: SCO socket layer initialized [ 9.490916] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.537295] Bluetooth: HCI UART driver ver 2.3 [ 9.537327] Bluetooth: HCI UART protocol H4 registered [ 9.537452] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 9.539618] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf' [ 9.541570] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' [ 9.542551] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.543503] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.544394] Bluetooth: HCI UART protocol Broadcom registered [ 9.545681] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 9.545917] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 9.668009] uart-pl011 fe201000.serial: no DMA platform data [ 9.920169] Bluetooth: hci0: BCM: chip id 107 [ 9.920496] Bluetooth: hci0: BCM: features 0x2f [ 9.921628] Bluetooth: hci0: BCM4345C0 [ 9.921646] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 [ 9.925113] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' Patch [ 10.014200] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 10.026258] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 10.027127] usbcore: registered new interface driver brcmfmac [ 10.332988] brcmfmac_wcc: brcmf_wcc_attach: executing [ 10.350932] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 10.352150] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 [ 10.614381] zram: Added device: zram0 [ 10.741605] Bluetooth: hci0: BCM: features 0x2f [ 10.745712] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190 [ 10.745756] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382 [ 10.780348] zram0: detected capacity change from 0 to 31989904 [ 10.940903] Adding 15994948k swap on /dev/zram0. Priority:100 extents:1 across:15994948k SS [ 12.180277] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.180293] Bluetooth: BNEP filters: protocol multicast [ 12.180304] Bluetooth: BNEP socket layer initialized [ 12.185163] Bluetooth: MGMT ver 1.22 [ 12.194166] NET: Registered PF_ALG protocol family [ 12.969931] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 12.972888] bcmgenet fd580000.ethernet eth0: Link is Down [ 13.006220] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled [ 16.756719] Bluetooth: RFCOMM TTY layer initialized [ 16.756746] Bluetooth: RFCOMM socket layer initialized [ 16.756762] Bluetooth: RFCOMM ver 1.11 2024-04-05 07:51:13 root@raspberrypi4:~# ```

I'm not sure what to look for - it seems to only be looking for HDMI output I guess?

reukiodo commented 5 months ago

oddly, now when switching back to X11, the DSI screen doesn't come back after a reboot until a hard power off/on

reukiodo commented 5 months ago
dmesg output when using X11 ``` 2024-04-05 07:58:00 root@raspberrypi4:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083] [ 0.000000] Linux version 6.6.20+rpt-rpi-v8 (debian-kernel@lists.debian.org) (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.20-1+rpt1 (2024-03-07) [ 0.000000] KASLR enabled [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.5 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000000dc00000, size 512 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] OF: reserved mem: 0x000000000dc00000..0x000000002dbfffff (524288 KiB) map reusable linux,cma [ 0.000000] OF: reserved mem: 0x000000003ef642c0..0x000000003ef646bf (1 KiB) nomap non-reusable nvram@1 [ 0.000000] OF: reserved mem: 0x000000003ef64700..0x000000003ef64735 (0 KiB) nomap non-reusable nvram@0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff] [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff] [ 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-0x000000003b3fffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff] [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] [ 0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges [ 0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges [ 0.000000] percpu: Embedded 30 pages/cpu s85672 r8192 d29016 u122880 [ 0.000000] pcpu-alloc: s85672 r8192 d29016 u122880 alloc=30*4096 [ 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: Spectre-v2 [ 0.000000] CPU features: detected: Spectre-v3a [ 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: ARM erratum 1742098 [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923 [ 0.000000] alternatives: applying boot alternatives [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 smsc95xx.macaddr=D8:3A:DD:15:95:26 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=79b853cf-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=US [ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space. [ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848 [ 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 0x0000000037400000-0x000000003b400000] (64MB) [ 0.000000] Memory: 7451580K/8245248K available (13376K kernel code, 2210K rwdata, 4260K rodata, 4864K init, 1083K bss, 269380K reserved, 524288K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 43116 entries in 169 pages [ 0.000000] ftrace: allocated 169 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.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000337] Console: colour dummy device 80x25 [ 0.000353] printk: console [tty1] enabled [ 0.000451] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000469] pid_max: default: 32768 minimum: 301 [ 0.000543] LSM: initializing lsm=capability,integrity [ 0.000803] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.000913] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.001802] cgroup: Disabling memory control group subsystem [ 0.003389] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003494] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003615] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1. [ 0.003923] rcu: Hierarchical SRCU implementation. [ 0.003931] rcu: Max phase no-delay instances is 1000. [ 0.005905] EFI services will not be available. [ 0.006222] smp: Bringing up secondary CPUs ... [ 0.006834] Detected PIPT I-cache on CPU1 [ 0.006961] CPU1: Booted secondary processor 0x0000000001 [0x410fd083] [ 0.007634] Detected PIPT I-cache on CPU2 [ 0.007724] CPU2: Booted secondary processor 0x0000000002 [0x410fd083] [ 0.008428] Detected PIPT I-cache on CPU3 [ 0.008520] CPU3: Booted secondary processor 0x0000000003 [0x410fd083] [ 0.008607] smp: Brought up 1 node, 4 CPUs [ 0.008624] SMP: Total of 4 processors activated. [ 0.008633] CPU features: detected: 32-bit EL0 Support [ 0.008639] CPU features: detected: 32-bit EL1 Support [ 0.008647] CPU features: detected: CRC32 instructions [ 0.008750] CPU: All CPU(s) started at EL2 [ 0.008766] alternatives: applying system-wide alternatives [ 0.011431] devtmpfs: initialized [ 0.021425] Enabled cp15_barrier support [ 0.021457] Enabled setend support [ 0.021623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.021646] futex hash table entries: 1024 (order: 4, 65536 bytes, linear) [ 0.034556] pinctrl core: initialized pinctrl subsystem [ 0.035101] DMI not present or invalid. [ 0.035610] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.037528] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.037791] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.038220] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.038283] audit: initializing netlink subsys (disabled) [ 0.038462] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1 [ 0.038974] thermal_sys: Registered thermal governor 'step_wise' [ 0.039059] cpuidle: using governor menu [ 0.039288] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.039400] ASID allocator initialised with 32768 entries [ 0.040454] Serial: AMBA PL011 UART driver [ 0.048524] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000 [ 0.049108] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.051174] platform fe101000.cprman: Fixed dependency cycle(s) with /soc/dsi@7e700000 [ 0.051254] platform fe700000.dsi: Fixed dependency cycle(s) with /soc/cprman@7e101000 [ 0.060476] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-02-29T12:24:53, variant start [ 0.064492] raspberrypi-firmware soc:firmware: Firmware hash is f4e2138c2adc8f3a92a3a65939e458f11d7298ba [ 0.074656] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL [ 0.074670] Modules: 0 pages in range for non-PLT usage [ 0.074676] Modules: 517792 pages in range for PLT usage [ 0.082091] bcm2835-dma fe007000.dma-controller: DMA legacy API manager, dmachans=0x1 [ 0.083846] iommu: Default domain type: Translated [ 0.083856] iommu: DMA domain TLB invalidation policy: strict mode [ 0.084196] SCSI subsystem initialized [ 0.084359] usbcore: registered new interface driver usbfs [ 0.084393] usbcore: registered new interface driver hub [ 0.084435] usbcore: registered new device driver usb [ 0.090143] pps_core: LinuxPPS API ver. 1 registered [ 0.090154] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.090171] PTP clock support registered [ 0.091232] vgaarb: loaded [ 0.091686] clocksource: Switched to clocksource arch_sys_counter [ 1.178605] VFS: Disk quotas dquot_6.6.0 [ 1.178659] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.178770] FS-Cache: Loaded [ 1.179011] CacheFiles: Loaded [ 1.187168] NET: Registered PF_INET protocol family [ 1.188178] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear) [ 1.196575] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 1.196675] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 1.196700] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 1.197229] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear) [ 1.199809] TCP: Hash tables configured (established 65536 bind 65536) [ 1.200381] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 1.200691] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 1.200814] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 1.201104] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.201707] RPC: Registered named UNIX socket transport module. [ 1.201718] RPC: Registered udp transport module. [ 1.201724] RPC: Registered tcp transport module. [ 1.201730] RPC: Registered tcp-with-tls transport module. [ 1.201736] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.201765] PCI: CLS 0 bytes, default 64 [ 1.202306] kvm [1]: IPA Size Limit: 44 bits [ 1.202337] Trying to unpack rootfs image as initramfs... [ 1.203552] kvm [1]: vgic interrupt IRQ9 [ 1.203597] kvm [1]: Hyp mode initialized successfully [ 1.205234] Initialise system trusted keyrings [ 1.205517] workingset: timestamp_bits=46 max_order=21 bucket_order=0 [ 1.205587] zbud: loaded [ 1.206295] NFS: Registering the id_resolver key type [ 1.206325] Key type id_resolver registered [ 1.206332] Key type id_legacy registered [ 1.206354] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 1.206364] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 1.207052] Key type asymmetric registered [ 1.207065] Asymmetric key parser 'x509' registered [ 1.207123] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 1.207317] io scheduler mq-deadline registered [ 1.207327] io scheduler kyber registered [ 1.207370] io scheduler bfq registered [ 1.216612] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 23) [ 1.222819] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 1.222858] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff] [ 1.222901] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000 [ 1.222937] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000 [ 1.224308] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 1.224342] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.224358] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff]) [ 1.224412] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 1.224508] pci 0000:00:00.0: PME# supported from D0 D3hot [ 1.228561] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 1.228781] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator [ 1.228943] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator [ 1.228997] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator [ 1.337870] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC) [ 1.338049] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 1.338146] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 1.338510] pci 0000:01:00.0: PME# supported from D0 D3hot [ 1.351807] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 1.351874] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 1.351895] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 1.351955] pci 0000:00:00.0: PCI bridge to [bus 01] [ 1.351968] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 1.352310] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 1.352484] pcieport 0000:00:00.0: PME: Signaling with IRQ 27 [ 1.352906] pcieport 0000:00:00.0: AER: enabled with IRQ 27 [ 1.353927] simple-framebuffer 3ea83000.framebuffer: framebuffer at 0x3ea83000, 0x177000 bytes [ 1.353949] simple-framebuffer 3ea83000.framebuffer: format=a8r8g8b8, mode=800x480x32, linelength=3200 [ 1.354430] Console: switching to colour frame buffer device 100x30 [ 1.356234] simple-framebuffer 3ea83000.framebuffer: fb0: simplefb registered! [ 1.366490] iproc-rng200 fe104000.rng: hwrng registered [ 1.366829] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 1.379349] brd: module loaded [ 1.386476] loop: module loaded [ 1.387220] Loading iSCSI transport class v2.0-870. [ 1.391933] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000 [ 1.987053] Freeing initrd memory: 16724K [ 2.155767] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus [ 2.156877] usbcore: registered new device driver r8152-cfgselector [ 2.156916] usbcore: registered new interface driver r8152 [ 2.156948] usbcore: registered new interface driver lan78xx [ 2.156980] usbcore: registered new interface driver smsc95xx [ 2.204518] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 2.204552] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 2.206342] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0300240000000890 [ 2.207082] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 2.207101] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2 [ 2.207120] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed [ 2.207348] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06 [ 2.207364] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.207375] usb usb1: Product: xHCI Host Controller [ 2.207385] usb usb1: Manufacturer: Linux 6.6.20+rpt-rpi-v8 xhci-hcd [ 2.207394] usb usb1: SerialNumber: 0000:01:00.0 [ 2.208009] hub 1-0:1.0: USB hub found [ 2.208055] hub 1-0:1.0: 1 port detected [ 2.208573] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06 [ 2.208589] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.208600] usb usb2: Product: xHCI Host Controller [ 2.208609] usb usb2: Manufacturer: Linux 6.6.20+rpt-rpi-v8 xhci-hcd [ 2.208618] usb usb2: SerialNumber: 0000:01:00.0 [ 2.209071] hub 2-0:1.0: USB hub found [ 2.209109] hub 2-0:1.0: 4 ports detected [ 2.210012] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 2.210135] dwc_otg: FIQ enabled [ 2.210142] dwc_otg: NAK holdoff enabled [ 2.210148] dwc_otg: FIQ split-transaction FSM enabled [ 2.210157] Module dwc_common_port init [ 2.210854] usbcore: registered new interface driver uas [ 2.210915] usbcore: registered new interface driver usb-storage [ 2.211406] mousedev: PS/2 mouse device common for all mice [ 2.215051] sdhci: Secure Digital Host Controller Interface driver [ 2.215066] sdhci: Copyright(c) Pierre Ossman [ 2.215311] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.218131] ledtrig-cpu: registered to indicate activity on CPUs [ 2.218440] hid: raw HID events driver (C) Jiri Kosina [ 2.218569] usbcore: registered new interface driver usbhid [ 2.218578] usbhid: USB HID core driver [ 2.224096] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available [ 2.224659] NET: Registered PF_PACKET protocol family [ 2.224747] Key type dns_resolver registered [ 2.248688] registered taskstats version 1 [ 2.248900] Loading compiled-in X.509 certificates [ 2.258252] Key type .fscrypt registered [ 2.258270] Key type fscrypt-provisioning registered [ 2.265779] uart-pl011 fe201000.serial: there is not valid maps for state default [ 2.266176] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 2.266515] fe201000.serial: ttyAMA1 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2 [ 2.266750] serial serial0: tty port ttyAMA1 registered [ 2.270171] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 2.270424] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 2.271503] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 2.271519] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 2.300118] of_cfs_init [ 2.300221] of_cfs_init: OK [ 2.300417] clk: Disabling unused clocks [ 2.335136] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA [ 2.346559] Freeing unused kernel memory: 4864K [ 2.346816] Run /init as init process [ 2.346824] with arguments: [ 2.346829] /init [ 2.346835] splash [ 2.346841] with environment: [ 2.346845] HOME=/ [ 2.346851] TERM=linux [ 2.379120] mmc1: new high speed SDIO card at address 0001 [ 2.431451] mmc0: new ultra high speed DDR50 SDXC card at address 59b4 [ 2.432470] mmcblk0: mmc0:59b4 GFAQK 477 GiB [ 2.434940] mmcblk0: p1 p2 [ 2.435435] mmcblk0: mmc0:59b4 GFAQK 477 GiB [ 2.467775] usb 1-1: new high-speed USB device number 2 using xhci_hcd [ 2.618396] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21 [ 2.618429] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.618444] usb 1-1: Product: USB2.0 Hub [ 2.625367] hub 1-1:1.0: USB hub found [ 2.625597] hub 1-1:1.0: 4 ports detected [ 2.919911] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd [ 2.947447] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode [ 2.948213] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode [ 2.988097] i2c i2c-22: Added multiplexed i2c bus 0 [ 2.989316] i2c i2c-22: Added multiplexed i2c bus 10 [ 3.034027] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03 [ 3.034070] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.034083] usb 1-1.3: Product: USB Receiver [ 3.034094] usb 1-1.3: Manufacturer: Logitech [ 3.064473] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0 [ 3.066207] input: Logitech USB Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C52B.0001/input/input0 [ 3.109441] rpi_touchscreen_attiny 10-0045: Failed to read REG_ID reg: -5 [ 3.109559] rpi_touchscreen_attiny: probe of 10-0045 failed with error -5 [ 3.125462] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0 [ 3.136533] input: Logitech USB Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input1 [ 3.137215] input: Logitech USB Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input2 [ 3.196013] input: Logitech USB Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C52B.0002/input/input3 [ 3.196769] hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1 [ 3.205873] hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2 [ 3.287709] usb 1-1.4: new full-speed USB device number 4 using xhci_hcd [ 3.393841] usb 1-1.4: New USB device found, idVendor=1a86, idProduct=7523, bcdDevice= 2.64 [ 3.393859] usb 1-1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0 [ 3.393872] usb 1-1.4: Product: USB Serial [ 3.659307] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input2 [ 3.796017] input: Logitech Wireless Device PID:404d Keyboard as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input5 [ 3.797800] input: Logitech Wireless Device PID:404d Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input6 [ 3.798450] hid-generic 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:404d] on usb-0000:01:00.0-1.3/input2:1 [ 4.006586] input: Logitech K400 Plus as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:404D.0004/input/input10 [ 4.007549] logitech-hidpp-device 0003:046D:404D.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech K400 Plus] on usb-0000:01:00.0-1.3/input2:1 [ 4.923559] EXT4-fs (mmcblk0p2): mounted filesystem 10625b11-b9d2-4dd5-8364-bdfe84c22361 ro with ordered data mode. Quota mode: none. [ 5.492502] systemd[1]: System time before build time, advancing clock. [ 5.663623] NET: Registered PF_INET6 protocol family [ 5.664922] Segment Routing with IPv6 [ 5.664957] In-situ OAM (IOAM) with IPv6 [ 5.731157] systemd[1]: systemd 252.22-1~deb12u1 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) [ 5.731198] systemd[1]: Detected architecture arm64. [ 5.735427] systemd[1]: Hostname set to . [ 6.451988] systemd[1]: Queued start job for default target graphical.target. [ 6.474778] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ 6.476434] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ 6.477649] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 6.478436] systemd[1]: Created slice user.slice - User and Session Slice. [ 6.478841] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 6.479662] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 6.479875] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-79b853cf\x2d01.device - /dev/disk/by-partuuid/79b853cf-01... [ 6.480077] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. [ 6.480274] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. [ 6.480451] systemd[1]: Reached target slices.target - Slice Units. [ 6.480591] systemd[1]: Reached target swap.target - Swaps. [ 6.480736] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. [ 6.481431] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket. [ 6.481759] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. [ 6.482897] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket. [ 6.483536] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 6.484251] systemd[1]: Listening on systemd-journald.socket - Journal Socket. [ 6.486901] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ 6.487529] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 6.488318] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages). [ 6.492159] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 6.496516] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 6.501157] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 6.501801] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). [ 6.507876] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock... [ 6.512643] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout... [ 6.517924] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 6.524431] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... [ 6.530886] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... [ 6.537554] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... [ 6.546642] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 6.555541] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... [ 6.561227] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... [ 6.562210] 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). [ 6.572574] systemd[1]: Starting systemd-journald.service - Journal Service... [ 6.590180] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... [ 6.604080] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 6.613910] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 6.617870] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com [ 6.631511] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 6.639111] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 6.640989] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 6.644178] fuse: init (API version 7.39) [ 6.647297] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock. [ 6.656112] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 6.658708] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 6.661967] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. [ 6.667839] systemd[1]: modprobe@dm_mod.service: Deactivated successfully. [ 6.668857] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. [ 6.670544] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 6.670949] i2c_dev: i2c /dev entries driver [ 6.671424] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. [ 6.673206] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 6.675612] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 6.677886] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 6.678674] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. [ 6.681707] systemd[1]: modprobe@loop.service: Deactivated successfully. [ 6.682624] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. [ 6.684639] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ 6.712372] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 6.718085] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 6.718714] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. [ 6.719800] EXT4-fs (mmcblk0p2): re-mounted 10625b11-b9d2-4dd5-8364-bdfe84c22361 r/w. Quota mode: none. [ 6.724977] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... [ 6.747855] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 6.753271] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 6.754799] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 6.755088] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). [ 6.760208] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed... [ 6.766095] systemd[1]: Starting systemd-sysusers.service - Create System Users... [ 6.767649] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 6.810625] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ 6.867250] systemd[1]: Finished systemd-random-seed.service - Load/Save Random Seed. [ 6.868932] systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). [ 6.883349] systemd[1]: Started systemd-journald.service - Journal Service. [ 6.963624] systemd-journald[256]: Received client request to flush runtime journal. [ 6.977816] systemd-journald[256]: File /var/log/journal/4c96151018bc465fb00e8f967c4c0be8/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 8.055975] rpi-gpiomem fe200000.gpiomem: window base 0xfe200000 size 0x00001000 [ 8.058277] rpi-gpiomem fe200000.gpiomem: initialised 1 regions as /dev/gpiomem [ 8.107486] mc: Linux media interface: v0.10 [ 8.126114] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 8.188613] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 8.190188] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [ 8.190215] [vc_sm_connected_init]: start [ 8.202739] [vc_sm_connected_init]: installed successfully [ 8.209507] bcm2835_audio bcm2835_audio: card created with 8 channels [ 8.375322] videodev: Linux video capture interface: v2.00 [ 8.521658] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 8.574914] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned. [ 8.645513] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 8.648306] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned. [ 8.656388] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13 [ 8.656814] rpivid feb10000.codec: Device registered as /dev/video19 [ 8.659213] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14 [ 8.664606] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15 [ 8.670730] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16 [ 8.670773] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 8.670790] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 8.670804] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 8.670822] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 8.800063] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 8.848309] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 8.848357] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 8.866775] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 8.866826] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 8.921482] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20 [ 8.929216] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21 [ 8.935889] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 8.935959] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 8.944887] bcm2835-codec bcm2835-codec: Device registered as /dev/video18 [ 8.944948] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx [ 8.956691] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22 [ 8.957190] bcm2835-codec bcm2835-codec: Device registered as /dev/video31 [ 8.957232] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image [ 8.963811] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23 [ 8.963864] bcm2835-isp bcm2835-isp: Register output node 0 with media controller [ 8.963883] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller [ 8.963896] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller [ 8.963913] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller [ 8.972327] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp [ 8.988240] usbcore: registered new interface driver usbserial_generic [ 8.988317] usbserial: USB Serial support registered for generic [ 9.000639] usbcore: registered new interface driver ch341 [ 9.004287] usbserial: USB Serial support registered for ch341-uart [ 9.004488] ch341 1-1.4:1.0: ch341-uart converter detected [ 9.015284] usb 1-1.4: ch341-uart converter now attached to ttyUSB0 [ 9.139251] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 9.174215] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf' [ 9.175181] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328' [ 9.176875] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 9.177847] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' [ 9.188664] Bluetooth: Core ver 2.22 [ 9.188787] NET: Registered PF_BLUETOOTH protocol family [ 9.188797] Bluetooth: HCI device and connection manager initialized [ 9.188819] Bluetooth: HCI socket layer initialized [ 9.188831] Bluetooth: L2CAP socket layer initialized [ 9.188852] Bluetooth: SCO socket layer initialized [ 9.366457] Bluetooth: HCI UART driver ver 2.3 [ 9.366486] Bluetooth: HCI UART protocol H4 registered [ 9.366600] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 9.367184] Bluetooth: HCI UART protocol Broadcom registered [ 9.368509] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator [ 9.368762] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator [ 9.431960] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 9.442307] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 9.447100] usbcore: registered new interface driver brcmfmac [ 9.488102] uart-pl011 fe201000.serial: no DMA platform data [ 9.717879] brcmfmac_wcc: brcmf_wcc_attach: executing [ 9.724967] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) [ 9.725705] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2 [ 9.728688] Bluetooth: hci0: BCM: chip id 107 [ 9.729073] Bluetooth: hci0: BCM: features 0x2f [ 9.730439] Bluetooth: hci0: BCM4345C0 [ 9.730552] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000 [ 9.734074] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,4-model-b.hcd' Patch [ 10.504897] alsactl[550]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set [ 10.512616] Bluetooth: hci0: BCM: features 0x2f [ 10.514059] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190 [ 10.514090] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382 [ 10.908647] zram: Added device: zram0 [ 11.148094] zram0: detected capacity change from 0 to 31989824 [ 11.262191] Adding 15994908k swap on /dev/zram0. Priority:100 extents:1 across:15994908k SS [ 11.744357] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 11.744392] Bluetooth: BNEP filters: protocol multicast [ 11.744427] Bluetooth: BNEP socket layer initialized [ 11.757957] Bluetooth: MGMT ver 1.22 [ 11.798900] NET: Registered PF_ALG protocol family [ 12.920925] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay) [ 12.921756] bcmgenet fd580000.ethernet eth0: Link is Down [ 12.955586] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled [ 18.730051] Bluetooth: RFCOMM TTY layer initialized [ 18.730081] Bluetooth: RFCOMM socket layer initialized [ 18.730101] Bluetooth: RFCOMM ver 1.11 [ 19.680207] platform 100000001.panel_disp: deferred probe pending [ 19.680220] mipi-dsi fe700000.dsi.0: deferred probe pending [ 19.680223] platform 100000002.reg_bridge: deferred probe pending [ 19.680226] i2c 10-0038: deferred probe pending 2024-04-05 07:58:03 root@raspberrypi4:~# ```
reukiodo commented 5 months ago

it seems like the vc4-drm gpu stuff is the main difference between the two?