Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4496

Compute Module • Waiting for root device /dev/mmcblk0p2... for 133 seconds.

$
0
0
I have installed Yocto on CM5 with U-BOOT because I wanted different device tree for different devices, as we have different devices.

I am stuck on this

Code:

    0.607539] uart-pl011 107d001000.serial: no DMA platform data[    0.607567] Waiting for root device /dev/mmcblk0p2...[    0.628984] mmc1: new ultra high speed DDR50 SDIO card at address 0001[  133.441408] mmc0: Command Queue Engine enabled, 16 tags[  133.441413] mmc0: new HS400 Enhanced strobe MMC card at address 0001[  133.441565] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB[  133.442485]  mmcblk0: p1 p2 p3 p4 < p5 p6 >[  133.442674] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
It takes 133 seconds to get past waiting for root device

I have tried to figure out if the eMMC is getting damaged and the kernel is repairing the file system. I have tried to shut down our device properly.

Thank you for your help in advance.

Full logs are below

Code:

root@device:~# dmesg[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1][    0.000000] Linux version 6.6.78-v8-16k (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 11.5.0, GNU ld (GNU Binutils) 2.38.20220708) #1 SMP PREEMPT Tue Feb 25 17:15:00 UTC 2025[    0.000000] KASLR enabled[    0.000000] Machine model: Our machine[    0.000000] efi: UEFI not found.[    0.000000] Reserved memory: created CMA memory pool at 0x0000000002000000, size 64 MiB[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool[    0.000000] OF: reserved mem: 0x0000000002000000..0x0000000005ffffff (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: 0x000000003fd16960..0x000000003fd16a46 (0 KiB) nomap non-reusable nvram@0[    0.000000] NUMA: No NUMA configuration found[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001fffffff][    0.000000] Faking a node at [mem 0x0000000020000000-0x000000003fffffff][    0.000000] Faking a node at [mem 0x0000000040000000-0x000000005fffffff][    0.000000] Faking a node at [mem 0x0000000060000000-0x000000007fffffff][    0.000000] Faking a node at [mem 0x0000000080000000-0x000000009fffffff][    0.000000] Faking a node at [mem 0x00000000a0000000-0x00000000bfffffff][    0.000000] Faking a node at [mem 0x00000000c0000000-0x00000000dfffffff][    0.000000] Faking a node at [mem 0x00000000e0000000-0x00000000ffffffff][    0.000000] NUMA: NODE_DATA [mem 0x1fffd2c0-0x1fffffff][    0.000000] NUMA: NODE_DATA [mem 0x3fbfd2c0-0x3fbfffff][    0.000000] NUMA: NODE_DATA [mem 0x5fffd2c0-0x5fffffff][    0.000000] NUMA: NODE_DATA [mem 0x7fffd2c0-0x7fffffff][    0.000000] NUMA: NODE_DATA [mem 0x9fffd2c0-0x9fffffff][    0.000000] NUMA: NODE_DATA [mem 0xbfffd2c0-0xbfffffff][    0.000000] NUMA: NODE_DATA [mem 0xdfffd2c0-0xdfffffff][    0.000000] NUMA: NODE_DATA [mem 0xffd892c0-0xffd8bfff][    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-0x000000003fbfffff][    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-0x000000003fbfffff][    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: 256 pages in unavailable ranges[    0.000000] psci: probing for conduit method from DT.[    0.000000] psci: PSCIv1.1 detected in firmware.[    0.000000] psci: Using standard PSCI v0.2 function IDs[    0.000000] psci: MIGRATE_INFO_TYPE not supported.[    0.000000] psci: SMC Calling Convention v1.2[    0.000000] percpu: Embedded 14 pages/cpu s185192 r8192 d35992 u229376[    0.000000] pcpu-alloc: s185192 r8192 d35992 u229376 alloc=14*16384[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3[    0.000000] Detected PIPT I-cache on CPU0[    0.000000] CPU features: detected: Virtualization Host Extensions[    0.000000] CPU features: detected: Hardware dirty bit management[    0.000000] CPU features: detected: Spectre-v4[    0.000000] CPU features: detected: Spectre-BHB[    0.000000] CPU features: kernel page table isolation forced ON by KASLR[    0.000000] CPU features: detected: Kernel page table isolation (KPTI)[    0.000000] CPU features: detected: SSBS not fully self-synchronizing[    0.000000] alternatives: applying boot alternatives[    0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave bcm2708_fb.fbwidth=640 bcm2708_fb.fbheight=480 bcm2708_fb.fbdepth=16 bcm2708_fb.fbswap=1 numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=2C:CF:67:BB:45:A6 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000  dwc_otg.lpm_enable=0 rootfstype=ext4 rootwait fsck.repair=yes console=ttyAMA10,115200 ssh root=/dev/mmcblk0p2[    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 "ssh", 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: 260865[    0.000000] Policy zone: DMA[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[    0.000000] Memory: 4075728K/4190208K available (14528K kernel code, 2270K rwdata, 4752K rodata, 5376K init, 1228K bss, 48944K reserved, 65536K cma-reserved)[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=8[    0.000000] ftrace: allocating 47109 entries in 47 pages[    0.000000] ftrace: allocated 47 pages with 5 groups[    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.000124] Console: colour dummy device 80x25[    0.000176] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)[    0.000180] pid_max: default: 32768 minimum: 301[    0.000267] LSM: initializing lsm=capability,integrity[    0.000982] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, vmalloc)[    0.001329] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, vmalloc)[    0.001354] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, vmalloc)[    0.001364] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, vmalloc)[    0.001994] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.002012] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.002028] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=4.[    0.002072] rcu: Hierarchical SRCU implementation.[    0.002073] rcu:     Max phase no-delay instances is 1000.[    0.002479] EFI services will not be available.[    0.002550] smp: Bringing up secondary CPUs ...[    0.002705] Detected PIPT I-cache on CPU1[    0.002739] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1][    0.002901] Detected PIPT I-cache on CPU2[    0.002923] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1][    0.003051] Detected PIPT I-cache on CPU3[    0.003070] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1][    0.003094] smp: Brought up 8 nodes, 4 CPUs[    0.003096] SMP: Total of 4 processors activated.[    0.003099] CPU features: detected: 32-bit EL0 Support[    0.003100] CPU features: detected: Data cache clean to the PoU not required for I/D coherence[    0.003101] CPU features: detected: Common not Private translations[    0.003102] CPU features: detected: CRC32 instructions[    0.003104] CPU features: detected: RCpc load-acquire (LDAPR)[    0.003105] CPU features: detected: LSE atomic instructions[    0.003106] CPU features: detected: Privileged Access Never[    0.003107] CPU features: detected: RAS Extension Support[    0.003109] CPU features: detected: Speculative Store Bypassing Safe (SSBS)[    0.003135] CPU: All CPU(s) started at EL2[    0.003136] alternatives: applying system-wide alternatives[    0.004766] devtmpfs: initialized[    0.006706] Enabled cp15_barrier support[    0.006710] Enabled setend support[    0.006772] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns[    0.006777] futex hash table entries: 1024 (order: 2, 65536 bytes, vmalloc)[    0.006963] pinctrl core: initialized pinctrl subsystem[    0.007047] DMI not present or invalid.[    0.007212] NET: Registered PF_NETLINK/PF_ROUTE protocol family[    0.007611] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations[    0.007641] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations[    0.007670] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations[    0.007694] audit: initializing netlink subsys (disabled)[    0.007730] audit: type=2000 audit(0.004:1): state=initialized audit_enabled=0 res=1[    0.007831] thermal_sys: Registered thermal governor 'step_wise'[    0.007840] cpuidle: using governor menu[    0.007901] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.[    0.007921] ASID allocator initialised with 32768 entries[    0.008141] Serial: AMBA PL011 UART driver[    0.008632] bcm2835-mbox 107c013880.mailbox: mailbox enabled[    0.008766] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev3[    0.008774] printk: console [ttyAMA10] enabled[    0.016482] raspberrypi-firmware soc:firmware: Attached to firmware from 2025-02-12T10:51:52, variant start_cd[    0.020485] raspberrypi-firmware soc:firmware: Firmware hash is f788aab600000000000000000000000000000000[    0.025223] /axi/pcie@120000/rp1: Fixed dependency cycle(s) with /axi/pcie@120000/rp1[    0.025281] /axi/interrupt-controller@7fff9000: Fixed dependency cycle(s) with /axi/interrupt-controller@7fff9000[    0.025446] /axi/pcie@120000/rp1: Fixed dependency cycle(s) with /axi/pcie@120000/rp1[    0.025939] sysfs: cannot create duplicate filename '/bus/platform/devices/1001100000.mmc'[    0.025941] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 6.6.78-v8-16k #1[    0.025944] Hardware name: our machine[    0.025945] Call trace:[    0.025947]  dump_backtrace+0x9c/0x100[    0.025952]  show_stack+0x20/0x38[    0.025954]  dump_stack_lvl+0x48/0x60[    0.025959]  dump_stack+0x18/0x28[    0.025962]  sysfs_warn_dup+0x6c/0x90[    0.025966]  sysfs_do_create_link_sd+0xf8/0x108[    0.025969]  sysfs_create_link+0x38/0x58[    0.025971]  bus_add_device+0x6c/0x118[    0.025974]  device_add+0x31c/0x740[    0.025979]  of_device_add+0x4c/0x70[    0.025983]  of_platform_device_create_pdata+0x98/0x128[    0.025985]  of_platform_bus_create+0x190/0x3c0[    0.025988]  of_platform_populate+0x60/0x108[    0.025990]  of_platform_default_populate_init+0xf0/0x118[    0.025994]  do_one_initcall+0x50/0x2a0[    0.025996]  kernel_init_freeable+0x1ec/0x3e8[    0.026001]  kernel_init+0x2c/0x1f8[    0.026004]  ret_from_fork+0x10/0x20[    0.026113] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL[    0.026117] Modules: 0 pages in range for non-PLT usage[    0.026118] Modules: 129292 pages in range for PLT usage[    0.027525] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1[    0.027760] iommu: Default domain type: Translated[    0.027762] iommu: DMA domain TLB invalidation policy: strict mode[    0.027823] SCSI subsystem initialized[    0.027848] usbcore: registered new interface driver usbfs[    0.027853] usbcore: registered new interface driver hub[    0.027858] usbcore: registered new device driver usb[    0.027920] pps_core: LinuxPPS API ver. 1 registered[    0.027921] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>[    0.027923] PTP clock support registered[    0.027952] Advanced Linux Sound Architecture Driver Initialized.[    0.028331] vgaarb: loaded[    0.028418] clocksource: Switched to clocksource arch_sys_counter[    0.205674] VFS: Disk quotas dquot_6.6.0[    0.205682] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)[    0.205709] FS-Cache: Loaded[    0.205753] CacheFiles: Loaded[    0.206754] NET: Registered PF_INET protocol family[    0.206854] IP idents hash table entries: 65536 (order: 5, 524288 bytes, vmalloc)[    0.207692] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, vmalloc)[    0.207710] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, vmalloc)[    0.207716] TCP established hash table entries: 32768 (order: 4, 262144 bytes, vmalloc)[    0.207808] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, vmalloc)[    0.208135] TCP: Hash tables configured (established 32768 bind 32768)[    0.208211] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, vmalloc)[    0.208237] UDP hash table entries: 2048 (order: 2, 65536 bytes, vmalloc)[    0.208271] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, vmalloc)[    0.208338] NET: Registered PF_UNIX/PF_LOCAL protocol family[    0.208445] RPC: Registered named UNIX socket transport module.[    0.208447] RPC: Registered udp transport module.[    0.208448] RPC: Registered tcp transport module.[    0.208449] RPC: Registered tcp-with-tls transport module.[    0.208450] RPC: Registered tcp NFSv4.1 backchannel transport module.[    0.208453] PCI: CLS 0 bytes, default 64[    0.208564] kvm [1]: IPA Size Limit: 40 bits[    0.208572] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)[    0.208587] kvm [1]: vgic interrupt IRQ9[    0.208597] kvm [1]: VHE mode initialized successfully[    0.208878] Initialise system trusted keyrings[    0.209000] workingset: timestamp_bits=42 max_order=18 bucket_order=0[    0.209011] zbud: loaded[    0.209198] NFS: Registering the id_resolver key type[    0.209205] Key type id_resolver registered[    0.209206] Key type id_legacy registered[    0.209215] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[    0.209217] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...[    0.209246] F2FS not supported on PAGE_SIZE(16384) != 4096[    0.209288] Key type asymmetric registered[    0.209290] Asymmetric key parser 'x509' registered[    0.209300] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)[    0.209324] io scheduler mq-deadline registered[    0.209325] io scheduler kyber registered[    0.209343] io scheduler bfq registered[    0.209492] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 26)[    0.209527] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 27)[    0.209555] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 28)[    0.209584] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 29)[    0.212262] bcm2708_fb soc:fb: Unable to determine number of FBs. Disabling driver.[    0.219956] bcm2708_fb: probe of soc:fb failed with error -2[    0.248984] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled[    0.249252] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 31, base_baud = 6000000) is a Broadcom BCM7271 UART[    0.249464] random: crng init done[    0.249466] iproc-rng200 107d208000.rng: hwrng registered[    0.249500] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)[    0.249648] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe[    0.251262] brd: module loaded[    0.252151] loop: module loaded[    0.252241] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver[    0.252328] Loading iSCSI transport class v2.0-870.[    0.252902] usbcore: registered new device driver r8152-cfgselector[    0.252908] usbcore: registered new interface driver r8152[    0.252912] usbcore: registered new interface driver lan78xx[    0.252916] usbcore: registered new interface driver smsc95xx[    0.252946] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)[    0.252958] dwc_otg: FIQ enabled[    0.252959] dwc_otg: NAK holdoff enabled[    0.252960] dwc_otg: FIQ split-transaction FSM enabled[    0.252962] Module dwc_common_port init[    0.253038] usbcore: registered new interface driver uas[    0.253043] usbcore: registered new interface driver usb-storage[    0.253100] mousedev: PS/2 mouse device common for all mice[    0.253379] bcm2835-wdt bcm2835-wdt: Poweroff handler already present![    0.253381] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer[    0.255345] sdhci: Secure Digital Host Controller Interface driver[    0.255346] sdhci: Copyright(c) Pierre Ossman[    0.255369] sdhci-pltfm: SDHCI platform and OF driver helper[    0.255499] ledtrig-cpu: registered to indicate activity on CPUs[    0.255535] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....[    0.255543] hid: raw HID events driver (C) Jiri Kosina[    0.255554] usbcore: registered new interface driver usbhid[    0.255555] usbhid: USB HID core driver[    0.255754] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available[    0.256050] NET: Registered PF_PACKET protocol family[    0.256069] Key type dns_resolver registered[    0.259489] registered taskstats version 1[    0.259544] Loading compiled-in X.509 certificates[    0.260974] Key type .fscrypt registered[    0.260975] Key type fscrypt-provisioning registered[    0.261378] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:[    0.261382] brcm-pcie 1000120000.pcie:   No bus range found for /axi/pcie@120000, using [bus 00-ff][    0.261390] brcm-pcie 1000120000.pcie:      MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000[    0.261394] brcm-pcie 1000120000.pcie:      MEM 0x1c00000000..0x1effffffff -> 0x0400000000[    0.261399] brcm-pcie 1000120000.pcie:   IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000[    0.261402] brcm-pcie 1000120000.pcie:   IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000[    0.262620] brcm-pcie 1000120000.pcie: Forcing gen 2[    0.262745] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00[    0.262747] pci_bus 0000:00: root bus resource [bus 00-ff][    0.262750] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])[    0.262752] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])[    0.262761] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400[    0.262781] pci 0000:00:00.0: PME# supported from D0 D3hot[    0.368424] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)[    0.368443] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000[    0.368455] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff][    0.368462] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff][    0.368468] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff][    0.368529] pci 0000:01:00.0: supports D1[    0.368531] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold[    0.380433] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff][    0.380436] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff][    0.380440] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff][    0.380443] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff][    0.380447] pci 0000:00:00.0: PCI bridge to [bus 01][    0.380449] pci 0000:00:00.0:   bridge window [mem 0x1f00000000-0x1f005fffff][    0.380452] pci 0000:00:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512[    0.380459] pci 0000:01:00.0: Max Payload Size set to  256/ 256 (was  128), Max Read Rq  512[    0.380509] pcieport 0000:00:00.0: enabling device (0000 -> 0002)[    0.380537] pcieport 0000:00:00.0: PME: Signaling with IRQ 36[    0.380582] pcieport 0000:00:00.0: AER: enabled with IRQ 36[    0.380635] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200[    0.380638] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200[    0.380645] rp1 0000:01:00.0: enabling device (0000 -> 0002)[    0.381255] rp1 0000:01:00.0: chip_id 0x20001927[    0.385141] /axi/pcie@120000/rp1/gpio@d0000: Fixed dependency cycle(s) with /axi/pcie@120000/rp1/gpio@d0000/leds_pins_default[    0.385148] /axi/pcie@120000/rp1/gpio@d0000: Fixed dependency cycle(s) with /axi/pcie@120000/rp1/gpio@d0000/pushbutton_pins[    0.385416] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 98[    0.402430] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 104 (2c:cf:67:bb:45:a6)[    0.403171] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels[    0.403361] xhci-hcd xhci-hcd.0: xHCI Host Controller[    0.403370] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1[    0.403802] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810[    0.403809] xhci-hcd xhci-hcd.0: irq 129, io mem 0x1f00200000[    0.403861] xhci-hcd xhci-hcd.0: xHCI Host Controller[    0.403864] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2[    0.403866] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed[    0.403918] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06[    0.403920] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    0.403922] usb usb1: Product: xHCI Host Controller[    0.403923] usb usb1: Manufacturer: Linux 6.6.78-v8-16k xhci-hcd[    0.403925] usb usb1: SerialNumber: xhci-hcd.0[    0.404012] hub 1-0:1.0: USB hub found[    0.404023] hub 1-0:1.0: 2 ports detected[    0.404130] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06[    0.404132] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    0.404133] usb usb2: Product: xHCI Host Controller[    0.404135] usb usb2: Manufacturer: Linux 6.6.78-v8-16k xhci-hcd[    0.404136] usb usb2: SerialNumber: xhci-hcd.0[    0.404196] hub 2-0:1.0: USB hub found[    0.404209] hub 2-0:1.0: 1 port detected[    0.404406] xhci-hcd xhci-hcd.1: xHCI Host Controller[    0.404410] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3[    0.404845] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810[    0.404853] xhci-hcd xhci-hcd.1: irq 134, io mem 0x1f00300000[    0.404907] xhci-hcd xhci-hcd.1: xHCI Host Controller[    0.404909] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4[    0.404911] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed[    0.404939] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06[    0.404941] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    0.404942] usb usb3: Product: xHCI Host Controller[    0.404944] usb usb3: Manufacturer: Linux 6.6.78-v8-16k xhci-hcd[    0.404945] usb usb3: SerialNumber: xhci-hcd.1[    0.405014] hub 3-0:1.0: USB hub found[    0.405024] hub 3-0:1.0: 2 ports detected[    0.405112] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06[    0.405114] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1[    0.405116] usb usb4: Product: xHCI Host Controller[    0.405117] usb usb4: Manufacturer: Linux 6.6.78-v8-16k xhci-hcd[    0.405118] usb usb4: SerialNumber: xhci-hcd.1[    0.405178] hub 4-0:1.0: USB hub found[    0.405188] hub 4-0:1.0: 1 port detected[    0.405850] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774[    0.406225] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu[    0.406228] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu[    0.406231] platform 1000800000.codec: Adding to iommu group 0[    0.406237] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu[    0.406239] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu[    0.406242] platform 1000880000.pisp_be: Adding to iommu group 0[    0.406259] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu[    0.406260] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu[    0.406263] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success[    0.406656] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774[    0.407017] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success[    0.407388] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774[    0.407746] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success[    0.408100] mmc0: CQHCI version 5.10[    0.408355] pl011-axi 1f0003c000.serial: cts_event_workaround enabled[    0.408402] 1f0003c000.serial: ttyAMA3 at MMIO 0x1f0003c000 (irq = 142, base_baud = 0) is a PL011 AXI[    0.408674] mmc1: CQHCI version 5.10[    0.408898] of_cfs_init[    0.408924] of_cfs_init: OK[    0.432427] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit[    0.598951] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit[    0.599000] clk: Disabling unused clocks[    0.607504] ALSA device list:[    0.607506]   No soundcards found.[    0.607539] uart-pl011 107d001000.serial: no DMA platform data[    0.607567] Waiting for root device /dev/mmcblk0p2...[    0.628984] mmc1: new ultra high speed DDR50 SDIO card at address 0001[  133.441408] mmc0: Command Queue Engine enabled, 16 tags[  133.441413] mmc0: new HS400 Enhanced strobe MMC card at address 0001[  133.441565] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB[  133.442485]  mmcblk0: p1 p2 p3 p4 < p5 p6 >[  133.442674] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB[  133.442725] mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB[  133.442971] mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB[  133.443177] mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (242:0)[  133.454326] EXT4-fs (mmcblk0p2): mounted filesystem 08f30bd7-4a29-4d9d-bf07-4397b9fe916f ro with ordered data mode. Quota mode: none.[  133.454343] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.[  133.455331] devtmpfs: mounted[  133.458335] Freeing unused kernel memory: 5376K[  133.458385] Run /sbin/init as init process[  133.458387]   with arguments:[  133.458388]     /sbin/init[  133.458389]     ssh[  133.458391]   with environment:[  133.458392]     HOME=/[  133.458393]     TERM=linux[  133.500381] systemd[1]: System time before build time, advancing clock.[  133.535071] NET: Registered PF_INET6 protocol family[  133.535306] Segment Routing with IPv6[  133.535310] In-situ OAM (IOAM) with IPv6[  133.542063] systemd[1]: systemd 250.5+ 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 -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)[  133.542198] systemd[1]: Detected architecture arm64.[  133.576747] systemd[1]: Hostname set to <device>.[  133.646233] systemd[1]: /etc/systemd/system/logrotate.service.d/logrotate-override.conf:2: Failed to parse protect system value, ignoring:[  133.646246] systemd[1]: /etc/systemd/system/logrotate.service.d/logrotate-override.conf:5: Failed to parse boolean value, ignoring:[  133.670087] systemd[1]: Queued start job for default target Multi-User System.[  133.701999] systemd[1]: Created slice Slice /system/getty.[  133.716805] systemd[1]: Created slice Slice /system/modprobe.[  133.732784] systemd[1]: Created slice Slice /system/serial-getty.[  133.748678] systemd[1]: Created slice User and Session Slice.[  133.764508] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.[  133.780480] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[  133.796537] systemd[1]: Reached target Remote File Systems.[  133.812442] systemd[1]: Reached target Slice Units.[  133.824451] systemd[1]: Reached target Swaps.[  133.836613] systemd[1]: Listening on Syslog Socket.[  133.850229] systemd[1]: Listening on Process Core Dump Socket.[  133.864504] systemd[1]: Listening on initctl Compatibility Named Pipe.[  133.880611] systemd[1]: Listening on Journal Audit Socket.[  133.896532] systemd[1]: Listening on Journal Socket (/dev/log).[  133.912551] systemd[1]: Listening on Journal Socket.[  133.924591] systemd[1]: Listening on Network Service Netlink Socket.[  133.940560] systemd[1]: Listening on udev Control Socket.[  133.956512] systemd[1]: Listening on udev Kernel Socket.[  133.972529] systemd[1]: Listening on User Database Manager Socket.[  133.988571] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).[  134.008514] systemd[1]: Mounting POSIX Message Queue File System...[  134.025275] systemd[1]: Mounting Kernel Debug File System...[  134.037237] systemd[1]: Mounting Kernel Trace File System...[  134.049595] systemd[1]: Mounting Temporary Directory /tmp...[  134.065506] systemd[1]: Starting Create List of Static Device Nodes...[  134.081428] systemd[1]: Starting Load Kernel Module configfs...[  134.093365] systemd[1]: Starting Load Kernel Module drm...[  134.105327] systemd[1]: Starting Load Kernel Module fuse...[  134.116064] fuse: init (API version 7.39)[  134.117643] systemd[1]: Starting File System Check on Root Device...[  134.138012] systemd[1]: Starting Journal Service...[  134.139811] systemd[1]: Starting Load Kernel Modules...[  134.140939] systemd[1]: Starting Generate network units from Kernel command line...[  134.142446] systemd[1]: Starting Coldplug All udev Devices...[  134.144855] systemd[1]: Mounted POSIX Message Queue File System.[  134.145014] systemd[1]: Mounted Kernel Debug File System.[  134.145124] systemd[1]: Mounted Kernel Trace File System.[  134.145219] systemd[1]: Mounted Temporary Directory /tmp.[  134.145481] systemd[1]: Finished Create List of Static Device Nodes.[  134.145714] systemd[1]: modprobe@configfs.service: Deactivated successfully.[  134.145867] systemd[1]: Finished Load Kernel Module configfs.[  134.146082] systemd[1]: modprobe@drm.service: Deactivated successfully.[  134.146227] systemd[1]: Finished Load Kernel Module drm.[  134.146487] systemd[1]: modprobe@fuse.service: Deactivated successfully.[  134.146633] systemd[1]: Finished Load Kernel Module fuse.[  134.146878] systemd[1]: Finished Generate network units from Kernel command line.[  134.147025] systemd[1]: Reached target Preparation for Network.[  134.148097] systemd[1]: Mounting FUSE Control File System...[  134.150622] systemd[1]: Mounting Kernel Configuration File System...[  134.151618] systemd[1]: Mounted FUSE Control File System.[  134.153234] systemd[1]: Mounted Kernel Configuration File System.[  134.154667] i2c_dev: i2c /dev entries driver[  134.155203] systemd[1]: Finished Load Kernel Modules.[  134.156180] systemd[1]: Starting Apply Kernel Variables...[  134.170419] systemd[1]: Finished Apply Kernel Variables.[  134.280716] systemd[1]: Started Journal Service.[  134.369014] EXT4-fs (mmcblk0p2): re-mounted 08f30bd7-4a29-4d9d-bf07-4397b9fe916f r/w. Quota mode: none.[  134.390462] systemd-journald[136]: Received client request to flush runtime journal.[  134.493948] audit: type=1334 audit(1651167745.991:2): prog-id=5 op=LOAD[  134.493953] audit: type=1334 audit(1651167745.991:3): prog-id=6 op=LOAD[  134.579882] mc: Linux media interface: v0.10[  134.587900] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040[  134.588128] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1[  134.588219] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040[  134.588489] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2[  134.588538] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020[  134.589014] rp1_pio: Unknown symbol rp1_firmware_message (err -2)[  134.589034] rp1_pio: Unknown symbol devm_rp1_firmware_get (err -2)[  134.589039] rp1_pio: Unknown symbol rp1_firmware_get_feature (err -2)[  134.589554] input: pwr_button as /devices/platform/pwr_button/input/input0[  134.593933] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3[  134.594758] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020[  134.602276] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4[  134.602468] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000[  134.603270] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0[  134.618920] dwc2 1000480000.usb: supply vusb_d not found, using dummy regulator[  134.619863] dwc2 1000480000.usb: supply vusb_a not found, using dummy regulator[  134.628497] videodev: Linux video capture interface: v2.00[  134.636928] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu[  134.641565] rtc-rv8803 2-0032: Voltage low, temperature compensation stopped.[  134.641575] rtc-rv8803 2-0032: Voltage low, data loss detected.[  134.643548] rtc-rv8803 2-0032: Voltage low, data is invalid.[  134.646567] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.[  134.647712] rtc-rv8803 2-0032: registered as rtc0[  134.647875] rtc-rv8803 2-0032: Voltage low, data is invalid.[  134.647879] rtc-rv8803 2-0032: hctosys: unable to read the hardware clock[  134.649206] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu[  134.664355] cfg80211: Loading compiled-in X.509 certificates for regulatory database[  134.666931] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'[  134.667146] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'[  134.667350] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[  134.667570] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'[  134.703875] rpivid 1000800000.codec: Device registered as /dev/video19[  134.704677] brcmfmac: F1 signature read @0x18000000=0x15264345[  134.707969] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6[  134.708193] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,5-compute-module.bin failed with error -2[  134.708986] pispbe 1000880000.pisp_be: Runtime PM usage count underflow![  134.711084] usbcore: registered new interface driver brcmfmac[  134.767083] pca953x 10-0022: supply vcc not found, using dummy regulator[  134.767128] pca953x 10-0022: using AI[  134.828447] dwc2 1000480000.usb: dwc2_check_params: Invalid parameter g_np_tx_fifo_size=1024[  134.828462] dwc2 1000480000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM[  134.828520] dwc2 1000480000.usb: DWC OTG Controller[  134.828530] dwc2 1000480000.usb: new USB bus registered, assigned bus number 5[  134.828543] dwc2 1000480000.usb: irq 167, io mem 0x1000480000[  134.828610] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06[  134.828614] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1[  134.828617] usb usb5: Product: DWC OTG Controller[  134.828620] usb usb5: Manufacturer: Linux 6.6.78-v8-16k dwc2_hsotg[  134.828622] usb usb5: SerialNumber: 1000480000.usb[  134.828796] hub 5-0:1.0: USB hub found[  134.828808] hub 5-0:1.0: 1 port detected[  134.862663] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)[  134.862909] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60[  135.132426] usb 5-1: new high-speed USB device number 2 using dwc2[  135.173469] EXT4-fs (mmcblk0p6): mounted filesystem cdf9a0a5-4db7-458c-99ef-e175aa772cab r/w with ordered data mode. Quota mode: none.[  135.197684] EXT4-fs (mmcblk0p5): mounted filesystem a5cc57e0-992a-4077-9b3d-20663c6c488b ro with ordered data mode. Quota mode: none.[  135.340510] usb 5-1: New USB device found, idVendor=0424, idProduct=9e00, bcdDevice= 3.00[  135.340516] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0[  135.342681] smsc95xx v2.0.0[  135.348739] pca953x 10-0022: supply vcc not found, using dummy regulator[  135.348794] pca953x 10-0022: using AI[  135.426364] SMSC LAN8710/LAN8720 usb-005:002:01: attached PHY driver (mii_bus:phy_addr=usb-005:002:01, irq=168)[  135.426621] smsc95xx 5-1:1.0 eth1: register 'smsc95xx' at usb-1000480000.usb-1, smsc95xx USB 2.0 Ethernet, 2c:cf:67:bb:45:a6[  136.005721] audit: type=1334 audit(1651167747.503:4): prog-id=7 op=LOAD[  136.005843] audit: type=1334 audit(1651167747.503:5): prog-id=8 op=LOAD[  138.993250] smsc95xx 5-1:1.0 eth1: Link is Up - 100Mbps/Full - flow control off[  139.011650] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled[  139.020800] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:00] driver [Broadcom BCM54213PE] (irq=POLL)[  139.020806] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode[  139.024786] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.[  143.037937] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx

Statistics: Posted by funkpunkt — Thu Feb 27, 2025 9:21 am — Replies 1 — Views 32



Viewing all articles
Browse latest Browse all 4496

Trending Articles