Thanks for your encouragements on the soldering side. I will try to correct as you suggested.
I put below the dmesg output. For the resistance between the indicated locations, there is continuity and a resistance of approximatively 14.8Mohm.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.12.47+rpt-rpi-2712 (serge@raspberrypi.com) (aarch64-linux-gnu-gcc-12 (Debian 12.2.0-14+deb12u1) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1~bookworm (2025-09-16)
[ 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 0x000000003a000000, size 64 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000003a000000..0x000000003dffffff (65536 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd23160..0x000000003fd23197 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] Faking node 0 at [mem 0x0000000000000000-0x000000001fffffff] (512MB)
[ 0.000000] Faking node 1 at [mem 0x0000000020000000-0x000000003fffffff] (512MB)
[ 0.000000] Faking node 2 at [mem 0x0000000040000000-0x000000005fffffff] (512MB)
[ 0.000000] Faking node 3 at [mem 0x0000000060000000-0x000000007fffffff] (512MB)
[ 0.000000] Faking node 4 at [mem 0x0000000080000000-0x000000009fffffff] (512MB)
[ 0.000000] Faking node 5 at [mem 0x00000000a0000000-0x00000000bfffffff] (512MB)
[ 0.000000] Faking node 6 at [mem 0x00000000c0000000-0x00000000dfffffff] (512MB)
[ 0.000000] Faking node 7 at [mem 0x00000000e0000000-0x00000000ffffffff] (512MB)
[ 0.000000] NUMA: Initialized distance table, cnt=8
[ 0.000000] NODE_DATA(0) allocated [mem 0x1fffd200-0x1fffffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x3f9fd200-0x3f9fffff]
[ 0.000000] NODE_DATA(2) allocated [mem 0x5fffd200-0x5fffffff]
[ 0.000000] NODE_DATA(3) allocated [mem 0x7fffd200-0x7fffffff]
[ 0.000000] NODE_DATA(4) allocated [mem 0x9fffd200-0x9fffffff]
[ 0.000000] NODE_DATA(5) allocated [mem 0xbfffd200-0xbfffffff]
[ 0.000000] NODE_DATA(6) allocated [mem 0xdfffd200-0xdfffffff]
[ 0.000000] NODE_DATA(7) allocated [mem 0xffd99200-0xffd9bfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 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-0x000000001fffffff]
[ 0.000000] node 1: [mem 0x0000000020000000-0x000000003f9fffff]
[ 0.000000] node 2: [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] node 3: [mem 0x0000000060000000-0x000000007fffffff]
[ 0.000000] node 4: [mem 0x0000000080000000-0x000000009fffffff]
[ 0.000000] node 5: [mem 0x00000000a0000000-0x00000000bfffffff]
[ 0.000000] node 6: [mem 0x00000000c0000000-0x00000000dfffffff]
[ 0.000000] node 7: [mem 0x00000000e0000000-0x00000000ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000001fffffff]
[ 0.000000] Initmem setup node 1 [mem 0x0000000020000000-0x000000003f9fffff]
[ 0.000000] Initmem setup node 2 [mem 0x0000000040000000-0x000000005fffffff]
[ 0.000000] Initmem setup node 3 [mem 0x0000000060000000-0x000000007fffffff]
[ 0.000000] Initmem setup node 4 [mem 0x0000000080000000-0x000000009fffffff]
[ 0.000000] Initmem setup node 5 [mem 0x00000000a0000000-0x00000000bfffffff]
[ 0.000000] Initmem setup node 6 [mem 0x00000000c0000000-0x00000000dfffffff]
[ 0.000000] Initmem setup node 7 [mem 0x00000000e0000000-0x00000000ffffffff]
[ 0.000000] On node 2, zone DMA: 384 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 15 pages/cpu s193496 r8192 d44072 u245760
[ 0.000000] pcpu-alloc: s193496 r8192 d44072 u245760 alloc=15*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: 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 cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=2C:CF:67:55:1A:27 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=17771377-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles cfg80211.ieee80211_regdom=FR usbcore.autosuspend=-1
[ 0.000000] cgroup: Disabling memory control group subsystem
[ 0.000000] mempolicy: NUMA default policy overridden to 'interleave:0-7'
[ 0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[ 0.000000] Fallback order for Node 0: 0 1 2 3 4 5 6 7
[ 0.000000] Fallback order for Node 1: 1 2 3 4 5 6 7 0
[ 0.000000] Fallback order for Node 2: 2 3 4 5 6 7 0 1
[ 0.000000] Fallback order for Node 3: 3 4 5 6 7 0 1 2
[ 0.000000] Fallback order for Node 4: 4 5 6 7 0 1 2 3
[ 0.000000] Fallback order for Node 5: 5 6 7 0 1 2 3 4
[ 0.000000] Fallback order for Node 6: 6 7 0 1 2 3 4 5
[ 0.000000] Fallback order for Node 7: 7 0 1 2 3 4 5 6
[ 0.000000] Built 8 zonelists, mobility grouping on. Total pages: 261760
[ 0.000000] Policy zone: DMA
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=8
[ 0.000000] ftrace: allocating 45292 entries in 45 pages
[ 0.000000] ftrace: allocated 45 pages with 4 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 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 Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000000] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_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.000090] Console: colour dummy device 80x25
[ 0.000094] printk: legacy console [tty1] enabled
[ 0.000166] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000170] pid_max: default: 32768 minimum: 301
[ 0.000263] LSM: initializing lsm=capability
[ 0.001045] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, vmalloc)
[ 0.001426] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, vmalloc)
[ 0.001461] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, vmalloc)
[ 0.001472] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, vmalloc)
[ 0.002179] rcu: Hierarchical SRCU implementation.
[ 0.002184] rcu: Max phase no-delay instances is 1000.
[ 0.002225] Timer migration: 1 hierarchy levels; 8 children per group; 0 crossnode level
[ 0.002572] EFI services will not be available.
[ 0.002645] smp: Bringing up secondary CPUs ...
[ 0.002833] Detected PIPT I-cache on CPU1
[ 0.002871] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.003082] Detected PIPT I-cache on CPU2
[ 0.003109] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.003310] Detected PIPT I-cache on CPU3
[ 0.003328] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.003356] smp: Brought up 8 nodes, 4 CPUs
[ 0.003360] SMP: Total of 4 processors activated.
[ 0.003362] CPU: All CPU(s) started at EL2
[ 0.003364] CPU features: detected: 32-bit EL0 Support
[ 0.003367] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.003369] CPU features: detected: Common not Private translations
[ 0.003370] CPU features: detected: CRC32 instructions
[ 0.003372] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.003373] CPU features: detected: LSE atomic instructions
[ 0.003374] CPU features: detected: Privileged Access Never
[ 0.003376] CPU features: detected: RAS Extension Support
[ 0.003378] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.003403] alternatives: applying system-wide alternatives
[ 0.004938] CPU features: detected: Hardware dirty bit management on CPU0-3
[ 0.005119] Memory: 4049792K/4188160K available (14208K kernel code, 2418K rwdata, 4944K rodata, 5696K init, 647K bss, 48800K reserved, 65536K cma-reserved)
[ 0.005274] devtmpfs: initialized
[ 0.007170] Enabled cp15_barrier support
[ 0.007175] Enabled setend support
[ 0.007212] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007218] futex hash table entries: 1024 (order: 2, 65536 bytes, vmalloc)
[ 0.007331] 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.007333] 0 pages in range for non-PLT usage
[ 0.007334] 129304 pages in range for PLT usage
[ 0.007417] pinctrl core: initialized pinctrl subsystem
[ 0.007542] DMI not present or invalid.
[ 0.010861] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.011185] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.011213] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.011241] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.011253] audit: initializing netlink subsys (disabled)
[ 0.011295] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.011409] thermal_sys: Registered thermal governor 'step_wise'
[ 0.011417] cpuidle: using governor menu
[ 0.011469] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.011490] ASID allocator initialised with 32768 entries
[ 0.011704] Serial: AMBA PL011 UART driver
[ 0.012458] /soc@107c000000/interrupt-controller@7fff9000: Fixed dependency cycle(s) with /soc@107c000000/interrupt-controller@7fff9000
[ 0.012614] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.012735] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 16, base_baud = 0) is a PL011 rev3
[ 0.012744] printk: legacy console [ttyAMA10] enabled
[ 0.020957] raspberrypi-firmware soc@107c000000:firmware: Attached to firmware from 2025-10-17T09:48:37, variant start_cd
[ 0.024959] raspberrypi-firmware soc@107c000000:firmware: Firmware hash is b66568da00000000000000000000000000000000
[ 0.035449] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.035693] iommu: Default domain type: Translated
[ 0.035695] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.037061] SCSI subsystem initialized
[ 0.037091] usbcore: registered new interface driver usbfs
[ 0.037097] usbcore: registered new interface driver hub
[ 0.037102] usbcore: registered new device driver usb
[ 0.037162] pps_core: LinuxPPS API ver. 1 registered
[ 0.037164] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.037167] PTP clock support registered
[ 0.037416] vgaarb: loaded
[ 0.037501] clocksource: Switched to clocksource arch_sys_counter
[ 0.037620] VFS: Disk quotas dquot_6.6.0
[ 0.037626] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.040248] NET: Registered PF_INET protocol family
[ 0.040382] IP idents hash table entries: 65536 (order: 5, 524288 bytes, vmalloc)
[ 0.041238] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, vmalloc)
[ 0.041256] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, vmalloc)
[ 0.041261] TCP established hash table entries: 32768 (order: 4, 262144 bytes, vmalloc)
[ 0.041374] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, vmalloc)
[ 0.041712] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.041790] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, vmalloc)
[ 0.041816] UDP hash table entries: 2048 (order: 2, 65536 bytes, vmalloc)
[ 0.041852] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, vmalloc)
[ 0.041914] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.042037] RPC: Registered named UNIX socket transport module.
[ 0.042040] RPC: Registered udp transport module.
[ 0.042041] RPC: Registered tcp transport module.
[ 0.042042] RPC: Registered tcp-with-tls transport module.
[ 0.042043] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.042046] PCI: CLS 0 bytes, default 64
[ 0.043120] kvm [1]: nv: 554 coarse grained trap handlers
[ 0.043209] kvm [1]: IPA Size Limit: 40 bits
[ 0.043218] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 0.043234] kvm [1]: vgic interrupt IRQ9
[ 0.043245] kvm [1]: VHE mode initialized successfully
[ 0.239415] Initialise system trusted keyrings
[ 0.239561] workingset: timestamp_bits=42 max_order=18 bucket_order=0
[ 0.239807] NFS: Registering the id_resolver key type
[ 0.239814] Key type id_resolver registered
[ 0.239815] Key type id_legacy registered
[ 0.239824] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.239826] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.239971] Key type asymmetric registered
[ 0.239974] Asymmetric key parser 'x509' registered
[ 0.239991] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 0.240019] io scheduler mq-deadline registered
[ 0.240022] io scheduler kyber registered
[ 0.240034] io scheduler bfq registered
[ 0.240319] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7d510600, parent irq: 27)
[ 0.240350] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/interrupt-controller@7c502000, parent irq: 28)
[ 0.240377] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d508380, parent irq: 29)
[ 0.240406] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d508400, parent irq: 30)
[ 0.240437] irq_brcmstb_l2: registered L2 intc (/soc@107c000000/intc@7d503000, parent irq: 31)
[ 0.241290] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.241477] simple-framebuffer 3fa00000.framebuffer: framebuffer at 0x3fa00000, 0x1c2000 bytes
[ 0.241480] simple-framebuffer 3fa00000.framebuffer: format=r5g6b5, mode=1280x720x16, linelength=2560
[ 0.241570] Console: switching to colour frame buffer device 160x45
[ 0.242004] simple-framebuffer 3fa00000.framebuffer: fb0: simplefb registered!
[ 0.271883] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.272162] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 0.272196] serial serial0: tty port ttyS0 registered
[ 0.272424] iproc-rng200 107d208000.rng: hwrng registered
[ 0.272454] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 0.272627] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 0.273887] brd: module loaded
[ 0.274750] loop: module loaded
[ 0.274833] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 0.274927] Loading iSCSI transport class v2.0-870.
[ 0.275558] usbcore: registered new interface driver lan78xx
[ 0.275565] usbcore: registered new interface driver smsc95xx
[ 0.275608] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 0.275622] dwc_otg: FIQ enabled
[ 0.275624] dwc_otg: NAK holdoff enabled
[ 0.275625] dwc_otg: FIQ split-transaction FSM enabled
[ 0.275627] Module dwc_common_port init
[ 0.275807] usbcore: registered new interface driver uas
[ 0.275814] usbcore: registered new interface driver usb-storage
[ 0.275872] mousedev: PS/2 mouse device common for all mice
[ 0.283444] rpi-rtc soc@107c000000:rpi_rtc: registered as rtc0
[ 0.284834] rpi-rtc soc@107c000000:rpi_rtc: setting system clock to 1970-01-01T00:00:09 UTC (9)
[ 0.285111] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 0.285113] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 0.287124] sdhci: Secure Digital Host Controller Interface driver
[ 0.287126] sdhci: Copyright(c) Pierre Ossman
[ 0.287152] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.287211] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.287219] hid: raw HID events driver (C) Jiri Kosina
[ 0.287236] usbcore: registered new interface driver usbhid
[ 0.287237] usbhid: USB HID core driver
[ 0.287491] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 (0,8000003f) counters available
[ 0.287697] NET: Registered PF_PACKET protocol family
[ 0.287717] Key type dns_resolver registered
[ 0.291067] registered taskstats version 1
[ 0.291121] Loading compiled-in X.509 certificates
[ 0.292505] Demotion targets for Node 0: null
[ 0.292507] Demotion targets for Node 1: null
[ 0.292508] Demotion targets for Node 2: null
[ 0.292509] Demotion targets for Node 3: null
[ 0.292510] Demotion targets for Node 4: null
[ 0.292511] Demotion targets for Node 5: null
[ 0.292512] Demotion targets for Node 6: null
[ 0.292513] Demotion targets for Node 7: null
[ 0.292688] Key type .fscrypt registered
[ 0.292690] Key type fscrypt-provisioning registered
[ 0.293366] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@1000120000 ranges:
[ 0.293370] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@1000120000, using [bus 00-ff]
[ 0.293377] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 0.293382] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 0.293387] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 0.293392] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 0.293395] brcm-pcie 1000120000.pcie: IB MEM 0x1000130000..0x1000130fff -> 0xfffffff000
[ 0.294720] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0002:00
[ 0.294724] pci_bus 0002:00: root bus resource [bus 00-ff]
[ 0.294727] pci_bus 0002:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 0.294729] pci_bus 0002:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 0.294740] pci 0002:00:00.0: [14e4:2712] type 01 class 0x060400 PCIe Root Port
[ 0.294746] pci 0002:00:00.0: PCI bridge to [bus 00]
[ 0.294748] pci 0002:00:00.0: bridge window [mem 0x1f80000000-0x1fbfffffff]
[ 0.294765] pci 0002:00:00.0: PME# supported from D0 D3hot
[ 0.295285] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.397506] brcm-pcie 1000120000.pcie: clkreq-mode set to default
[ 0.397508] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 0.397533] pci 0002:01:00.0: [1de4:0001] type 00 class 0x020000 PCIe Endpoint
[ 0.397546] pci 0002:01:00.0: BAR 0 [mem 0xffffc000-0xffffffff]
[ 0.397552] pci 0002:01:00.0: BAR 1 [mem 0xffc00000-0xffffffff]
[ 0.397558] pci 0002:01:00.0: BAR 2 [mem 0xffff0000-0xffffffff]
[ 0.397621] pci 0002:01:00.0: supports D1
[ 0.397623] pci 0002:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 0.405512] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
[ 0.405520] pci 0002:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]: assigned
[ 0.405523] pci 0002:01:00.0: BAR 1 [mem 0x1f00000000-0x1f003fffff]: assigned
[ 0.405527] pci 0002:01:00.0: BAR 2 [mem 0x1f00400000-0x1f0040ffff]: assigned
[ 0.405530] pci 0002:01:00.0: BAR 0 [mem 0x1f00410000-0x1f00413fff]: assigned
[ 0.405534] pci 0002:00:00.0: PCI bridge to [bus 01]
[ 0.405537] pci 0002:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 0.405539] pci_bus 0002:00: resource 4 [mem 0x1f00000000-0x1ffffffffb]
[ 0.405541] pci_bus 0002:00: resource 5 [mem 0x1c00000000-0x1effffffff pref]
[ 0.405543] pci_bus 0002:01: resource 1 [mem 0x1f00000000-0x1f005fffff]
[ 0.405546] pci 0002:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 0.405553] pci 0002:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 0.405606] pcieport 0002:00:00.0: enabling device (0000 -> 0002)
[ 0.405632] pcieport 0002:00:00.0: PME: Signaling with IRQ 38
[ 0.405681] pcieport 0002:00:00.0: AER: enabled with IRQ 38
[ 0.405741] rp1 0002:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 0.405744] rp1 0002:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 0.405755] rp1 0002:01:00.0: enabling device (0000 -> 0002)
[ 0.406354] rp1 0002:01:00.0: chip_id 0x20001927
[ 0.411273] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.411674] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 0.412122] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.412506] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 0.412914] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 0.413308] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 0.413435] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 0.413521] mmc0: CQHCI version 5.10
[ 0.413830] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 100
[ 0.414021] mmc1: CQHCI version 5.10
[ 0.427336] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 106 (2c:cf:67:55:1a:27)
[ 0.427996] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 0.428180] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.428185] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 0.428618] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[ 0.428632] xhci-hcd xhci-hcd.0: irq 131, io mem 0x1f00200000
[ 0.428686] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 0.428689] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 0.428691] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 0.428729] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.428732] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.428734] usb usb1: Product: xHCI Host Controller
[ 0.428736] usb usb1: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[ 0.428737] usb usb1: SerialNumber: xhci-hcd.0
[ 0.428829] hub 1-0:1.0: USB hub found
[ 0.428841] hub 1-0:1.0: 2 ports detected
[ 0.428937] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 0.428940] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.428942] usb usb2: Product: xHCI Host Controller
[ 0.428943] usb usb2: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[ 0.428945] usb usb2: SerialNumber: xhci-hcd.0
[ 0.429002] hub 2-0:1.0: USB hub found
[ 0.429011] hub 2-0:1.0: 1 port detected
[ 0.429217] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.429221] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 0.429651] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000808000000810
[ 0.429659] xhci-hcd xhci-hcd.1: irq 136, io mem 0x1f00300000
[ 0.429710] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 0.429712] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 0.429714] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 0.429740] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
[ 0.429743] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.429745] usb usb3: Product: xHCI Host Controller
[ 0.429746] usb usb3: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[ 0.429748] usb usb3: SerialNumber: xhci-hcd.1
[ 0.429816] hub 3-0:1.0: USB hub found
[ 0.429829] hub 3-0:1.0: 2 ports detected
[ 0.429913] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
[ 0.429915] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.429917] usb usb4: Product: xHCI Host Controller
[ 0.429918] usb usb4: Manufacturer: Linux 6.12.47+rpt-rpi-2712 xhci-hcd
[ 0.429920] usb usb4: SerialNumber: xhci-hcd.1
[ 0.429977] hub 4-0:1.0: USB hub found
[ 0.429986] hub 4-0:1.0: 1 port detected
[ 0.430688] of_cfs_init
[ 0.430711] of_cfs_init: OK
[ 0.430774] clk: Disabling unused clocks
[ 0.439515] PM: genpd: Disabling unused power domains
[ 0.445510] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 0.545996] mmc0: new ultra high speed SDR104 SDHC card at address aaaa
[ 0.546147] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[ 0.548119] mmcblk0: p1 p2
[ 0.548179] mmcblk0: mmc0:aaaa SC16G 14.8 GiB (quirks 0x0000c000)
[ 0.600036] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 0.609538] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 0.609541] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 0.630109] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 0.673505] usb 1-1: new low-speed USB device number 2 using xhci-hcd
[ 0.677502] usb 3-2: new low-speed USB device number 2 using xhci-hcd
[ 0.848834] usb 3-2: New USB device found, idVendor=045e, idProduct=0084, bcdDevice= 0.00
[ 0.848838] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.848840] usb 3-2: Product: Basic Optical Mouse
[ 0.848842] usb 3-2: Manufacturer: Microsoft
[ 0.877788] input: Microsoft Basic Optical Mouse as /devices/platform/axi/1000120000.pcie/1f00300000.usb/xhci-hcd.1/usb3/3-2/3-2:1.0/0003:045E:0084.0001/input/input0
[ 0.877848] hid-generic 0003:045E:0084.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Basic Optical Mouse] on usb-xhci-hcd.1-2/input0
[ 0.904813] usb 1-1: New USB device found, idVendor=04d9, idProduct=0024, bcdDevice= 3.90
[ 0.904816] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 0.904818] usb 1-1: Product: USB Keyboard
[ 0.904819] usb 1-1: Manufacturer: Chicony
[ 0.972780] input: Chicony USB Keyboard as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-1/1-1:1.0/0003:04D9:0024.0002/input/input1
[ 0.991370] EXT4-fs (mmcblk0p2): orphan cleanup on readonly fs
[ 0.992764] EXT4-fs (mmcblk0p2): 5 orphan inodes deleted
[ 0.992767] EXT4-fs (mmcblk0p2): recovery complete
[ 1.011074] EXT4-fs (mmcblk0p2): mounted filesystem a36be96c-66be-4487-a7a6-0481bca99d89 ro with ordered data mode. Quota mode: none.
[ 1.011090] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 1.011541] devtmpfs: mounted
[ 1.014271] Freeing unused kernel memory: 5696K
[ 1.014363] Run /sbin/init as init process
[ 1.014365] with arguments:
[ 1.014366] /sbin/init
[ 1.014367] splash
[ 1.014368] with environment:
[ 1.014369] HOME=/
[ 1.014370] TERM=linux
[ 1.081563] hid-generic 0003:04D9:0024.0002: input,hidraw1: USB HID v1.10 Keyboard [Chicony USB Keyboard] on usb-xhci-hcd.0-1/input0
[ 1.172727] input: Chicony USB Keyboard Consumer Control as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0003/input/input2
[ 1.229560] input: Chicony USB Keyboard System Control as /devices/platform/axi/1000120000.pcie/1f00200000.usb/xhci-hcd.0/usb1/1-1/1-1:1.1/0003:04D9:0024.0003/input/input3
[ 1.229602] hid-generic 0003:04D9:0024.0003: input,hidraw2: USB HID v1.10 Device [Chicony USB Keyboard] on usb-xhci-hcd.0-1/input1
[ 1.274109] systemd[1]: System time before build time, advancing clock.
[ 1.346341] NET: Registered PF_INET6 protocol family
[ 1.346641] Segment Routing with IPv6
[ 1.346648] In-situ OAM (IOAM) with IPv6
[ 1.371822] systemd[1]: systemd 252.39-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)
[ 1.371829] systemd[1]: Detected architecture arm64.
[ 1.377251] systemd[1]: Hostname set to <guitarpi>.