Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radxa Quad M.2 SSD HAT #652

Open
4MeInfo opened this issue Jun 20, 2024 · 12 comments
Open

Radxa Quad M.2 SSD HAT #652

4MeInfo opened this issue Jun 20, 2024 · 12 comments

Comments

@4MeInfo
Copy link

4MeInfo commented Jun 20, 2024

I recived a new testing prototype from RADXA with the print RA028_X1.0 (thanks @hipboi )
It's an 4 bay M.2 NVMe Hat that supports 2230, 2242, 2260,2280 NVMe's and is powered by a USB C port at 12 volts (you can use the official Raspberry Pi 5 power supply).
The main chip ist the ASM2806.
More about testing tomorrow!
IMG_1669
IMG_1670

@4MeInfo 4MeInfo changed the title RADXA RA028_X1.0 Radxa RA028_X1.0 Jun 20, 2024
@hipboi
Copy link

hipboi commented Jun 21, 2024

The name would be Radxa Quad M.2 SSD HAT.

The USB C on the HAT supports PD power supply to power the 4x SSD and Pi 5(>45W). So the PD negotiation voltage for the sample is 12V, but we will increase to 20V by default in next HW revision, fall back to 12V if the power supply doesn't support 20V.

@4MeInfo 4MeInfo changed the title Radxa RA028_X1.0 Radxa Quad M.2 SSD HAT Jun 21, 2024
@geerlingguy
Copy link
Owner

You're burying the lede here, the ASM2806 is a PCIe Gen 3 switch! Would be a very cool board for multiple M.2 drives, or a mix of M.2 NVMe SSDs and Hailo AI accelerators :)

@hipboi any word on when this might be up for sale? I know a few people were interested in something like this.

@hipboi
Copy link

hipboi commented Jun 25, 2024

I think it will be available within 4 weeks.

@4MeInfo
Copy link
Author

4MeInfo commented Jul 10, 2024

So now I have my 4 NVME's an started my testing.
I used the official Raspberry Pi 5 27 Watt power Supply.

Connected to the USB C port of the Quad M.2 SSD Hat the system used 10 to 12 watts.

pi@TestPi:~ $ sudo pcicrawler -t
00:00.0 root_port, speed 8GT/s, width x1
└─01:00.0 upstream_port, ASMedia Technology Inc. (1b21), device 2806
├─02:00.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
│ └─03:00.0 endpoint, Intel Corporation (8086) SSD 600P Series (f1a5)
├─02:02.0 downstream_port, slot 0, speed 2.5GT/s, width x1
├─02:06.0 downstream_port, slot 0, speed 2.5GT/s, width x1
└─02:0e.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
└─06:00.0 endpoint, Intel Corporation (8086) SSD 600P Series (f1a5)
0001:00:00.0 root_port, speed 5GT/s, width x4
└─0001:01:00.0 endpoint, 1de4:0001

pi@TestPi:~ $ ls -la /dev/nvme*
crw------- 1 root root 245, 0 10. Jul 20:56 /dev/nvme0
brw-rw---- 1 root disk 259, 0 10. Jul 20:56 /dev/nvme0n1
brw-rw---- 1 root disk 259, 1 10. Jul 21:01 /dev/nvme0n1p1

output from dmesg:

pi@TestPi:~ $ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.37-v8-16k+ (dom@buildbot) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1_22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1782 SMP PREEMPT Mon Jul 8 12:41:03 BST 2024
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000002000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd169c0..0x000000003fd16a22 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, 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 s183976 r8192 d37208 u229376
[ 0.000000] pcpu-alloc: s183976 r8192 d37208 u229376 alloc=14*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=D8:3A:DD:C3:91:35 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=1469f9d1-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 521984
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[ 0.000000] Memory: 7895744K/8384512K available (13376K kernel code, 2224K rwdata, 4288K rodata, 5056K init, 1213K bss, 161088K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43282 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000156] Console: colour dummy device 80x25
[ 0.000160] printk: console [tty1] enabled
[ 0.000339] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000348] pid_max: default: 32768 minimum: 301
[ 0.000372] LSM: initializing lsm=capability,integrity
[ 0.000449] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000483] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000861] cgroup: Disabling memory control group subsystem
[ 0.001323] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001355] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001379] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001440] rcu: Hierarchical SRCU implementation.
[ 0.001444] rcu: Max phase no-delay instances is 1000.
[ 0.002005] EFI services will not be available.
[ 0.002068] smp: Bringing up secondary CPUs ...
[ 0.002221] Detected PIPT I-cache on CPU1
[ 0.002261] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002427] Detected PIPT I-cache on CPU2
[ 0.002458] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002615] Detected PIPT I-cache on CPU3
[ 0.002643] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002670] smp: Brought up 1 node, 4 CPUs
[ 0.002688] SMP: Total of 4 processors activated.
[ 0.002692] CPU features: detected: 32-bit EL0 Support
[ 0.002696] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002701] CPU features: detected: Common not Private translations
[ 0.002705] CPU features: detected: CRC32 instructions
[ 0.002709] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002712] CPU features: detected: LSE atomic instructions
[ 0.002717] CPU features: detected: Privileged Access Never
[ 0.002720] CPU features: detected: RAS Extension Support
[ 0.002725] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002759] CPU: All CPU(s) started at EL2
[ 0.002763] alternatives: applying system-wide alternatives
[ 0.004434] devtmpfs: initialized
[ 0.007395] Enabled cp15_barrier support
[ 0.007404] Enabled setend support
[ 0.007459] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007468] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008319] pinctrl core: initialized pinctrl subsystem
[ 0.008484] DMI not present or invalid.
[ 0.008663] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009269] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009316] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009366] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009388] audit: initializing netlink subsys (disabled)
[ 0.009441] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009559] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009571] cpuidle: using governor menu
[ 0.009632] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009662] ASID allocator initialised with 32768 entries
[ 0.009963] Serial: AMBA PL011 UART driver
[ 0.010798] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.011149] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.011163] printk: console [ttyAMA10] enabled
[ 0.751784] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-06-05T15:41:49, variant start_cd
[ 0.765840] raspberrypi-firmware soc:firmware: Firmware hash is 6fe0b09100000000000000000000000000000000
[ 0.781660] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.788747] Modules: 0 pages in range for non-PLT usage
[ 0.788748] Modules: 129412 pages in range for PLT usage
[ 0.798220] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.810996] iommu: Default domain type: Translated
[ 0.815813] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.822116] SCSI subsystem initialized
[ 0.825913] usbcore: registered new interface driver usbfs
[ 0.831425] usbcore: registered new interface driver hub
[ 0.836763] usbcore: registered new device driver usb
[ 0.841917] pps_core: LinuxPPS API ver. 1 registered
[ 0.846899] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.856076] PTP clock support registered
[ 0.860260] vgaarb: loaded
[ 0.863058] clocksource: Switched to clocksource arch_sys_counter
[ 0.869292] VFS: Disk quotas dquot_6.6.0
[ 0.879069] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.886170] FS-Cache: Loaded
[ 0.889085] CacheFiles: Loaded
[ 0.893686] NET: Registered PF_INET protocol family
[ 0.898728] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, linear)
[ 0.908689] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear)
[ 0.917302] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 0.925081] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.933297] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear)
[ 0.942427] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.949125] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear)
[ 0.956756] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.963668] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.971071] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.976888] RPC: Registered named UNIX socket transport module.
[ 0.982834] RPC: Registered udp transport module.
[ 0.987553] RPC: Registered tcp transport module.
[ 0.992272] RPC: Registered tcp-with-tls transport module.
[ 0.997776] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.004250] PCI: CLS 0 bytes, default 64
[ 1.008343] Trying to unpack rootfs image as initramfs...
[ 1.013854] kvm [1]: IPA Size Limit: 40 bits
[ 1.018156] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 1.026916] kvm [1]: vgic interrupt IRQ9
[ 1.030872] kvm [1]: VHE mode initialized successfully
[ 1.086023] Initialise system trusted keyrings
[ 1.091229] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 1.097726] zbud: loaded
[ 1.100483] NFS: Registering the id_resolver key type
[ 1.105569] Key type id_resolver registered
[ 1.109769] Key type id_legacy registered
[ 1.113801] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.120534] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.128044] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 1.133616] Key type asymmetric registered
[ 1.137732] Asymmetric key parser 'x509' registered
[ 1.142648] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.150127] io scheduler mq-deadline registered
[ 1.154679] io scheduler kyber registered
[ 1.158718] io scheduler bfq registered
[ 1.163386] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26)
[ 1.172569] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27)
[ 1.180337] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28)
[ 1.188112] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29)
[ 1.195867] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30)
[ 1.205016] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31)
[ 1.248192] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.256208] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 1.258863] Freeing initrd memory: 17168K
[ 1.271262] iproc-rng200 107d208000.rng: hwrng registered
[ 1.276746] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.285298] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.294324] brd: module loaded
[ 1.298740] loop: module loaded
[ 1.302035] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.309431] Loading iSCSI transport class v2.0-870.
[ 1.315171] usbcore: registered new device driver r8152-cfgselector
[ 1.321469] usbcore: registered new interface driver r8152
[ 1.326979] usbcore: registered new interface driver lan78xx
[ 1.332671] usbcore: registered new interface driver smsc95xx
[ 1.338493] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.344281] dwc_otg: FIQ enabled
[ 1.344283] dwc_otg: NAK holdoff enabled
[ 1.344284] dwc_otg: FIQ split-transaction FSM enabled
[ 1.344287] Module dwc_common_port init
[ 1.344399] usbcore: registered new interface driver uas
[ 1.349748] usbcore: registered new interface driver usb-storage
[ 1.355874] mousedev: PS/2 mouse device common for all mice
[ 1.364112] rpi-rtc soc:rpi_rtc: trickle charging enabled at 3000000uV
[ 1.376479] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 1.382905] rpi-rtc soc:rpi_rtc: setting system clock to 2024-07-10T18:56:50 UTC (1720637810)
[ 1.391806] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.398365] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.407156] sdhci: Secure Digital Host Controller Interface driver
[ 1.413364] sdhci: Copyright(c) Pierre Ossman
[ 1.417774] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.423636] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.429703] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.436182] hid: raw HID events driver (C) Jiri Kosina
[ 1.441360] usbcore: registered new interface driver usbhid
[ 1.446953] usbhid: USB HID core driver
[ 1.451121] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 1.459686] NET: Registered PF_PACKET protocol family
[ 1.464783] Key type dns_resolver registered
[ 1.474527] registered taskstats version 1
[ 1.478700] Loading compiled-in X.509 certificates
[ 1.485891] Key type .fscrypt registered
[ 1.489830] Key type fscrypt-provisioning registered
[ 1.496009] brcm-pcie 1000110000.pcie: host bridge /axi/pcie@110000 ranges:
[ 1.503008] brcm-pcie 1000110000.pcie: No bus range found for /axi/pcie@110000, using [bus 00-ff]
[ 1.512421] brcm-pcie 1000110000.pcie: MEM 0x1b00000000..0x1bfffffffb -> 0x0000000000
[ 1.520727] brcm-pcie 1000110000.pcie: MEM 0x1800000000..0x1affffffff -> 0x0400000000
[ 1.529032] brcm-pcie 1000110000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.538516] brcm-pcie 1000110000.pcie: Forcing gen 3
[ 1.543728] brcm-pcie 1000110000.pcie: PCI host bridge to bus 0000:00
[ 1.550196] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.555704] pci_bus 0000:00: root bus resource [mem 0x1b00000000-0x1bfffffffb] (bus address [0x00000000-0xfffffffb])
[ 1.566274] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1affffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 1.577467] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 1.583523] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.589901] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.811061] brcm-pcie 1000110000.pcie: link up, 8.0 GT/s PCIe x1 (!SSC)
[ 1.817721] pci 0000:01:00.0: [1b21:2806] type 01 class 0x060400
[ 1.823789] pci 0000:01:00.0: enabling Extended Tags
[ 1.828841] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.834999] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.859069] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.867173] pci 0000:02:00.0: [1b21:2806] type 01 class 0x060400
[ 1.873243] pci 0000:02:00.0: enabling Extended Tags
[ 1.878296] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 1.884582] pci 0000:02:02.0: [1b21:2806] type 01 class 0x060400
[ 1.890653] pci 0000:02:02.0: enabling Extended Tags
[ 1.895706] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[ 1.902024] pci 0000:02:06.0: [1b21:2806] type 01 class 0x060400
[ 1.908095] pci 0000:02:06.0: enabling Extended Tags
[ 1.913148] pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
[ 1.919565] pci 0000:02:0e.0: [1b21:2806] type 01 class 0x060400
[ 1.925636] pci 0000:02:0e.0: enabling Extended Tags
[ 1.930689] pci 0000:02:0e.0: PME# supported from D0 D3hot D3cold
[ 1.937336] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.945380] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.953423] pci 0000:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.961466] pci 0000:02:0e.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.969584] pci 0000:03:00.0: [8086:f1a5] type 00 class 0x010802
[ 1.975638] pci 0000:03:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 1.983005] pci 0000:03:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.007078] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[ 2.013796] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 2.020512] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 2.027233] pci 0000:06:00.0: [8086:f1a5] type 00 class 0x010802
[ 2.033288] pci 0000:06:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.040654] pci 0000:06:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.067078] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[ 2.073722] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 06
[ 2.080366] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 06
[ 2.087016] pci 0000:00:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b001fffff]
[ 2.094181] pci 0000:01:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b001fffff]
[ 2.101347] pci 0000:02:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b000fffff]
[ 2.108512] pci 0000:02:0e.0: BAR 8: assigned [mem 0x1b00100000-0x1b001fffff]
[ 2.115684] pci 0000:03:00.0: BAR 0: assigned [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.123384] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 2.128369] pci 0000:02:00.0: bridge window [mem 0x1b00000000-0x1b000fffff]
[ 2.135539] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 2.140529] pci 0000:02:06.0: PCI bridge to [bus 05]
[ 2.145520] pci 0000:06:00.0: BAR 0: assigned [mem 0x1b00100000-0x1b00103fff 64bit]
[ 2.153219] pci 0000:02:0e.0: PCI bridge to [bus 06]
[ 2.158204] pci 0000:02:0e.0: bridge window [mem 0x1b00100000-0x1b001fffff]
[ 2.165373] pci 0000:01:00.0: PCI bridge to [bus 02-06]
[ 2.170619] pci 0000:01:00.0: bridge window [mem 0x1b00000000-0x1b001fffff]
[ 2.177788] pci 0000:00:00.0: PCI bridge to [bus 01-06]
[ 2.183032] pci 0000:00:00.0: bridge window [mem 0x1b00000000-0x1b001fffff]
[ 2.190199] pci 0000:00:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.198681] pci 0000:01:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.207160] pci 0000:02:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.215643] pci 0000:03:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.224122] pci 0000:02:02.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.232601] pci 0000:02:06.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.241081] pci 0000:02:0e.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.249563] pci 0000:06:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.258101] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.264257] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 2.270079] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 2.275737] pcieport 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.281944] pcieport 0000:02:00.0: enabling device (0000 -> 0002)
[ 2.288487] pcieport 0000:02:0e.0: enabling device (0000 -> 0002)
[ 2.294809] nvme nvme0: pci function 0000:03:00.0
[ 2.299546] nvme 0000:03:00.0: enabling device (0000 -> 0002)
[ 2.356909] nvme nvme0: pci function 0000:06:00.0
[ 2.361646] nvme 0000:06:00.0: enabling device (0000 -> 0002)
[ 2.373802] hwmon hwmon1: temp1_input not attached to any thermal zone
[ 2.382516] nvme nvme0: 3/0/0 default/read/poll queues
[ 2.391771] nvme0n1: p1
[ 2.394439] brcm-pcie 1000110000.pcie: clkreq control enabled
[ 2.400291] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 2.407295] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 2.416390] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 2.424694] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 2.432999] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 2.441301] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 2.450671] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 2.455690] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0001:00
[ 2.462159] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.467666] pci_bus 0001:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 2.478236] pci_bus 0001:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 2.489426] pci 0001:00:00.0: [14e4:2712] type 01 class 0x060400
[ 2.495477] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 2.501830] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.615065] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 2.621725] pci 0001:01:00.0: [1de4:0001] type 00 class 0x020000
[ 2.627767] pci 0001:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 2.634064] pci 0001:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 2.640360] pci 0001:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 2.646718] pci 0001:01:00.0: supports D1
[ 2.650740] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.667069] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.673717] pci 0001:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 2.680884] pci 0001:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 2.688051] pci 0001:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 2.695218] pci 0001:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 2.702385] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 2.707368] pci 0001:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 2.714535] pci 0001:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 2.723017] pci 0001:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 2.731543] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[ 2.737691] pcieport 0001:00:00.0: PME: Signaling with IRQ 48
[ 2.743514] pcieport 0001:00:00.0: AER: enabled with IRQ 48
[ 2.749178] rp1 0001:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 2.758267] rp1 0001:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 2.767534] rp1 0001:01:00.0: enabling device (0000 -> 0002)
[ 2.774091] rp1 0001:01:00.0: chip_id 0x20001927
[ 2.783663] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 110
[ 2.811880] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 116 (d8:3a:dd:c3:91:35)
[ 2.822735] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 2.831311] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.836388] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 2.844083] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 2.853090] xhci-hcd xhci-hcd.0: irq 141, io mem 0x1f00200000
[ 2.858927] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 2.863999] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 2.871252] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 2.877420] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 2.885725] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.892981] usb usb1: Product: xHCI Host Controller
[ 2.897877] usb usb1: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 2.903993] usb usb1: SerialNumber: xhci-hcd.0
[ 2.908565] hub 1-0:1.0: USB hub found
[ 2.912341] hub 1-0:1.0: 2 ports detected
[ 2.916508] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 2.924811] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.932067] usb usb2: Product: xHCI Host Controller
[ 2.936962] usb usb2: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 2.943148] usb usb2: SerialNumber: xhci-hcd.0
[ 2.947714] hub 2-0:1.0: USB hub found
[ 2.951486] hub 2-0:1.0: 1 port detected
[ 2.955720] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.960911] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 2.968609] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 2.977723] xhci-hcd xhci-hcd.1: irq 146, io mem 0x1f00300000
[ 2.983559] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 2.988632] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 2.995989] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 3.002143] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 3.010443] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.017798] usb usb3: Product: xHCI Host Controller
[ 3.022693] usb usb3: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.028809] usb usb3: SerialNumber: xhci-hcd.1
[ 3.033469] hub 3-0:1.0: USB hub found
[ 3.037243] hub 3-0:1.0: 2 ports detected
[ 3.041393] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 3.049799] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.057055] usb usb4: Product: xHCI Host Controller
[ 3.061959] usb usb4: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.068256] usb usb4: SerialNumber: xhci-hcd.1
[ 3.072806] hub 4-0:1.0: USB hub found
[ 3.076577] hub 4-0:1.0: 1 port detected
[ 3.081137] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.089724] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 3.097767] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 3.106008] platform 1000800000.codec: Adding to iommu group 0
[ 3.111881] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 3.120321] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 3.128537] platform 1000880000.pisp_be: Adding to iommu group 0
[ 3.134594] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 3.142666] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 3.150711] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 3.157999] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.166330] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 3.173810] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 3.181068] platform axi:gpu: Adding to iommu group 1
[ 3.186194] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 3.193482] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 3.200537] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.209086] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 3.216189] pl011-axi 1f00030000.serial: cts_event_workaround enabled
[ 3.222896] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 3.222956] mmc1: CQHCI version 5.10
[ 3.227122] 1f00030000.serial: ttyAMA0 at MMIO 0x1f00030000 (irq = 135, base_baud = 0) is a PL011 AXI
[ 3.229128] of_cfs_init
[ 3.243545] of_cfs_init: OK
[ 3.246403] clk: Disabling unused clocks
[ 3.270084] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 3.302962] mmc0: cannot verify signal voltage switch
[ 3.381250] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[ 3.388146] mmcblk0: mmc0:aaaa SR128 119 GiB
[ 3.393815] mmcblk0: p1 p2
[ 3.396717] mmcblk0: mmc0:aaaa SR128 119 GiB (quirks 0x00004000)
[ 3.421601] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 3.432597] Freeing unused kernel memory: 5056K
[ 3.434732] mmc1: cannot verify signal voltage switch
[ 3.437207] Run /init as init process
[ 3.446037] with arguments:
[ 3.446038] /init
[ 3.446040] with environment:
[ 3.446041] HOME=/
[ 3.446043] TERM=linux
[ 3.469394] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 3.680611] uart-pl011 107d001000.serial: no DMA platform data
[ 3.848658] EXT4-fs (mmcblk0p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 ro with ordered data mode. Quota mode: none.
[ 4.252563] NET: Registered PF_INET6 protocol family
[ 4.257910] Segment Routing with IPv6
[ 4.261603] In-situ OAM (IOAM) with IPv6
[ 4.300621] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.333473] systemd[1]: Detected architecture arm64.
[ 4.346696] systemd[1]: Hostname set to .
[ 4.678484] systemd[1]: Queued start job for default target graphical.target.
[ 4.707770] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 4.715524] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 4.723728] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 4.735424] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 4.746987] systemd[1]: Created slice user.slice - User and Session Slice.
[ 4.756703] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 4.770144] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 4.785423] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-1469f9d1\x2d01.device - /dev/disk/by-partuuid/1469f9d1-01...
[ 4.799624] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 4.809872] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 4.821663] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 4.832991] systemd[1]: Reached target slices.target - Slice Units.
[ 4.842141] systemd[1]: Reached target swap.target - Swaps.
[ 4.850615] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 4.861994] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 4.873527] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 4.885318] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 4.896381] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 4.908163] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 4.920364] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 4.930646] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 4.941544] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 4.975171] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 4.986043] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 4.996739] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.006871] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.026977] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 5.039756] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.051301] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.063546] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.075734] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 5.087721] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.098088] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 5.098821] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.120925] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.131861] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 5.141990] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 5.142158] fuse: init (API version 7.39)
[ 5.168224] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.179845] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.190720] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.202249] i2c_dev: i2c /dev entries driver
[ 5.203530] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.222268] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 5.231939] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 5.242466] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 5.246034] EXT4-fs (mmcblk0p2): re-mounted fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w. Quota mode: none.
[ 5.265691] systemd[1]: Started systemd-journald.service - Journal Service.
[ 5.320964] systemd-journald[303]: Received client request to flush runtime journal.
[ 6.201468] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 6.201783] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 6.210992] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 6.231344] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 6.231438] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 6.234628] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 6.234997] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 6.258226] mc: Linux media interface: v0.10
[ 6.259846] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 6.260022] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 6.271652] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 6.275367] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 6.285949] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 6.287247] videodev: Linux video capture interface: v2.00
[ 6.297404] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 6.297610] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 6.386273] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.394122] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 6.395290] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 6.395669] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.396148] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 6.396294] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
[ 6.396298] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[ 6.396301] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
[ 6.396303] pispbe 1000880000.pisp_be: Register nodes for group 0
[ 6.396999] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[ 6.397123] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 6.397294] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[ 6.397465] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[ 6.399627] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[ 6.399987] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[ 6.400171] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[ 6.400228] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[ 6.400264] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[ 6.400498] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.400680] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[ 6.401334] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 6.403330] pispbe 1000880000.pisp_be: Register nodes for group 1
[ 6.404424] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[ 6.404509] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[ 6.404557] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[ 6.404629] rpivid 1000800000.codec: Device registered as /dev/video19
[ 6.404857] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[ 6.404901] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[ 6.404935] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[ 6.404974] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[ 6.405009] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[ 6.405187] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[ 6.460470] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 6.462390] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.462764] usbcore: registered new interface driver brcmfmac
[ 6.658353] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 6.658867] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 6.663544] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 6.669862] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 6.671330] Registered IR keymap rc-cec
[ 6.671376] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 6.671639] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 6.672394] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input2
[ 6.672481] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.676981] Registered IR keymap rc-cec
[ 6.677080] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 6.677190] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input3
[ 6.678136] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input4
[ 6.678269] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.678463] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 6.678561] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 6.678676] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.678792] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.679545] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 6.681825] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.684451] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.687167] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 6.954216] alsactl[627]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 7.303101] Adding 204784k swap on /var/swap. Priority:-2 extents:8 across:2449392k SS
[ 8.521253] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 8.521264] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 8.524182] pps pps0: new PPS source ptp0
[ 8.524352] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 8.535402] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 11.187240] warning: `glances' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 12.612189] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx

With the power supply attached to the Raspberry Pi 5 USB C port all disks are showing up an the power consumption is between 12.5 to 15 watts

pi@TestPi:~ $ sudo pcicrawler -t
00:00.0_ root_port, speed 8GT/s, width x1
└─01:00.0 upstream_port, ASMedia Technology Inc. (1b21), device 2806
├─02:00.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
│ └─03:00.0 endpoint, Intel Corporation (8086) SSD 600P Series (f1a5)
├─02:02.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
│ └─04:00.0 endpoint, Toshiba Corporation (1179) XG4 NVMe SSD Controller (0115)
├─02:06.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
│ └─05:00.0 endpoint, Toshiba Corporation (1179) XG4 NVMe SSD Controller (0115)
└─02:0e.0 downstream_port, slot 0, device present, speed 8GT/s, width x1
└─06:00.0 endpoint, Intel Corporation (8086) SSD 600P Series (f1a5)
0001:00:00.0 root_port, speed 5GT/s, width x4
└─0001:01:00.0 endpoint, 1de4:0001

pi@TestPi:~ $ ls -la /dev/nvme*
crw------- 1 root root 245, 0 10. Jul 21:05 /dev/nvme0
brw-rw---- 1 root disk 259, 0 10. Jul 21:05 /dev/nvme0n1
brw-rw---- 1 root disk 259, 1 10. Jul 21:05 /dev/nvme0n1p1
crw------- 1 root root 245, 1 10. Jul 21:05 /dev/nvme1
brw-rw---- 1 root disk 259, 2 10. Jul 21:05 /dev/nvme1n1
brw-rw---- 1 root disk 259, 3 10. Jul 21:05 /dev/nvme1n1p1
crw------- 1 root root 245, 2 10. Jul 21:05 /dev/nvme2
brw-rw---- 1 root disk 259, 4 10. Jul 21:05 /dev/nvme2n1
brw-rw---- 1 root disk 259, 5 10. Jul 21:05 /dev/nvme2n1p1

output of dmesg:

[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1]
[ 0.000000] Linux version 6.6.37-v8-16k+ (dom@buildbot) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1_22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1782 SMP PREEMPT Mon Jul 8 12:41:03 BST 2024
[ 0.000000] KASLR enabled
[ 0.000000] random: crng init done
[ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000002000000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x0000000002000000..0x0000000015ffffff (327680 KiB) map reusable linux,cma
[ 0.000000] OF: reserved mem: 0x0000000000000000..0x000000000007ffff (512 KiB) nomap non-reusable atf@0
[ 0.000000] OF: reserved mem: 0x000000003fd169c0..0x000000003fd16a22 (0 KiB) nomap non-reusable nvram@0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff]
[ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000001ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ 0.000000] On node 0, 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 s183976 r8192 d37208 u229376
[ 0.000000] pcpu-alloc: s183976 r8192 d37208 u229376 alloc=14*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe smsc95xx.macaddr=D8:3A:DD:C3:91:35 vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=ttyAMA10,115200 console=tty1 root=PARTUUID=1469f9d1-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=DE
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 521984
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fbffc000-0x00000000ffffc000] (64MB)
[ 0.000000] Memory: 7895744K/8384512K available (13376K kernel code, 2224K rwdata, 4288K rodata, 5056K init, 1213K bss, 161088K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 43282 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 groups
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000155] Console: colour dummy device 80x25
[ 0.000160] printk: console [tty1] enabled
[ 0.000331] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000339] pid_max: default: 32768 minimum: 301
[ 0.000362] LSM: initializing lsm=capability,integrity
[ 0.000425] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000452] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000791] cgroup: Disabling memory control group subsystem
[ 0.001208] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001237] RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001261] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.001323] rcu: Hierarchical SRCU implementation.
[ 0.001327] rcu: Max phase no-delay instances is 1000.
[ 0.001941] EFI services will not be available.
[ 0.002021] smp: Bringing up secondary CPUs ...
[ 0.002192] Detected PIPT I-cache on CPU1
[ 0.002236] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1]
[ 0.002419] Detected PIPT I-cache on CPU2
[ 0.002452] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1]
[ 0.002617] Detected PIPT I-cache on CPU3
[ 0.002647] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1]
[ 0.002675] smp: Brought up 1 node, 4 CPUs
[ 0.002694] SMP: Total of 4 processors activated.
[ 0.002698] CPU features: detected: 32-bit EL0 Support
[ 0.002702] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.002707] CPU features: detected: Common not Private translations
[ 0.002710] CPU features: detected: CRC32 instructions
[ 0.002714] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.002718] CPU features: detected: LSE atomic instructions
[ 0.002722] CPU features: detected: Privileged Access Never
[ 0.002725] CPU features: detected: RAS Extension Support
[ 0.002730] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.002763] CPU: All CPU(s) started at EL2
[ 0.002767] alternatives: applying system-wide alternatives
[ 0.004458] devtmpfs: initialized
[ 0.007460] Enabled cp15_barrier support
[ 0.007470] Enabled setend support
[ 0.007528] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.007537] futex hash table entries: 1024 (order: 2, 65536 bytes, linear)
[ 0.008426] pinctrl core: initialized pinctrl subsystem
[ 0.008595] DMI not present or invalid.
[ 0.008776] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.009382] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.009431] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.009481] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.009502] audit: initializing netlink subsys (disabled)
[ 0.009557] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1
[ 0.009677] thermal_sys: Registered thermal governor 'step_wise'
[ 0.009689] cpuidle: using governor menu
[ 0.009751] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.009783] ASID allocator initialised with 32768 entries
[ 0.010106] Serial: AMBA PL011 UART driver
[ 0.010946] bcm2835-mbox 107c013880.mailbox: mailbox enabled
[ 0.011292] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2
[ 0.011307] printk: console [ttyAMA10] enabled
[ 0.751936] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-06-05T15:41:49, variant start_cd
[ 0.765992] raspberrypi-firmware soc:firmware: Firmware hash is 6fe0b09100000000000000000000000000000000
[ 0.781812] Modules: 2G module region forced by RANDOMIZE_MODULE_REGION_FULL
[ 0.788898] Modules: 0 pages in range for non-PLT usage
[ 0.788900] Modules: 129412 pages in range for PLT usage
[ 0.795454] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1
[ 0.808233] iommu: Default domain type: Translated
[ 0.813068] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.819371] SCSI subsystem initialized
[ 0.823169] usbcore: registered new interface driver usbfs
[ 0.828684] usbcore: registered new interface driver hub
[ 0.834024] usbcore: registered new device driver usb
[ 0.839183] pps_core: LinuxPPS API ver. 1 registered
[ 0.844165] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
[ 0.853339] PTP clock support registered
[ 0.857530] vgaarb: loaded
[ 0.860334] clocksource: Switched to clocksource arch_sys_counter
[ 0.866561] VFS: Disk quotas dquot_6.6.0
[ 0.876345] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.883446] FS-Cache: Loaded
[ 0.886363] CacheFiles: Loaded
[ 0.890960] NET: Registered PF_INET protocol family
[ 0.896000] IP idents hash table entries: 131072 (order: 6, 1048576 bytes, linear)
[ 0.905984] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear)
[ 0.914588] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear)
[ 0.922367] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.930582] TCP bind hash table entries: 65536 (order: 7, 2097152 bytes, linear)
[ 0.939679] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.946378] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear)
[ 0.954004] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.960930] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.968327] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.974176] RPC: Registered named UNIX socket transport module.
[ 0.980122] RPC: Registered udp transport module.
[ 0.984843] RPC: Registered tcp transport module.
[ 0.989562] RPC: Registered tcp-with-tls transport module.
[ 0.995066] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.001540] PCI: CLS 0 bytes, default 64
[ 1.005643] kvm [1]: IPA Size Limit: 40 bits
[ 1.008386] Trying to unpack rootfs image as initramfs...
[ 1.015352] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance)
[ 1.015373] kvm [1]: vgic interrupt IRQ9
[ 1.028046] kvm [1]: VHE mode initialized successfully
[ 1.101862] Initialise system trusted keyrings
[ 1.107142] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 1.113651] zbud: loaded
[ 1.116442] NFS: Registering the id_resolver key type
[ 1.121524] Key type id_resolver registered
[ 1.125725] Key type id_legacy registered
[ 1.129755] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.136484] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.143985] F2FS not supported on PAGE_SIZE(16384) != 4096
[ 1.149564] Key type asymmetric registered
[ 1.153680] Asymmetric key parser 'x509' registered
[ 1.158597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 1.166133] io scheduler mq-deadline registered
[ 1.170716] io scheduler kyber registered
[ 1.174758] io scheduler bfq registered
[ 1.180680] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 26)
[ 1.189864] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 27)
[ 1.197620] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 28)
[ 1.205363] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 29)
[ 1.213133] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 30)
[ 1.222283] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 31)
[ 1.265285] Freeing initrd memory: 17168K
[ 1.266215] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.276124] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 33, base_baud = 6000000) is a Broadcom BCM7271 UART
[ 1.287081] iproc-rng200 107d208000.rng: hwrng registered
[ 1.292563] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB)
[ 1.301098] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe
[ 1.310095] brd: module loaded
[ 1.314460] loop: module loaded
[ 1.317729] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 1.325113] Loading iSCSI transport class v2.0-870.
[ 1.330907] usbcore: registered new device driver r8152-cfgselector
[ 1.337210] usbcore: registered new interface driver r8152
[ 1.342722] usbcore: registered new interface driver lan78xx
[ 1.348441] usbcore: registered new interface driver smsc95xx
[ 1.354270] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 1.360059] dwc_otg: FIQ enabled
[ 1.360061] dwc_otg: NAK holdoff enabled
[ 1.360062] dwc_otg: FIQ split-transaction FSM enabled
[ 1.360065] Module dwc_common_port init
[ 1.360189] usbcore: registered new interface driver uas
[ 1.365529] usbcore: registered new interface driver usb-storage
[ 1.371652] mousedev: PS/2 mouse device common for all mice
[ 1.379891] rpi-rtc soc:rpi_rtc: trickle charging enabled at 3000000uV
[ 1.392248] rpi-rtc soc:rpi_rtc: registered as rtc0
[ 1.398677] rpi-rtc soc:rpi_rtc: setting system clock to 2024-07-10T18:37:42 UTC (1720636662)
[ 1.407570] bcm2835-wdt bcm2835-wdt: Poweroff handler already present!
[ 1.414130] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 1.422923] sdhci: Secure Digital Host Controller Interface driver
[ 1.429133] sdhci: Copyright(c) Pierre Ossman
[ 1.433545] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.439407] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.445474] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.451950] hid: raw HID events driver (C) Jiri Kosina
[ 1.457128] usbcore: registered new interface driver usbhid
[ 1.462721] usbhid: USB HID core driver
[ 1.466886] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available
[ 1.475444] NET: Registered PF_PACKET protocol family
[ 1.480542] Key type dns_resolver registered
[ 1.490299] registered taskstats version 1
[ 1.494466] Loading compiled-in X.509 certificates
[ 1.501685] Key type .fscrypt registered
[ 1.505626] Key type fscrypt-provisioning registered
[ 1.511662] brcm-pcie 1000110000.pcie: host bridge /axi/pcie@110000 ranges:
[ 1.518681] brcm-pcie 1000110000.pcie: No bus range found for /axi/pcie@110000, using [bus 00-ff]
[ 1.527933] brcm-pcie 1000110000.pcie: MEM 0x1b00000000..0x1bfffffffb -> 0x0000000000
[ 1.536243] brcm-pcie 1000110000.pcie: MEM 0x1800000000..0x1affffffff -> 0x0400000000
[ 1.544547] brcm-pcie 1000110000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 1.554030] brcm-pcie 1000110000.pcie: Forcing gen 3
[ 1.559287] brcm-pcie 1000110000.pcie: PCI host bridge to bus 0000:00
[ 1.565755] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.571263] pci_bus 0000:00: root bus resource [mem 0x1b00000000-0x1bfffffffb] (bus address [0x00000000-0xfffffffb])
[ 1.581833] pci_bus 0000:00: root bus resource [mem 0x1800000000-0x1affffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 1.593025] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400
[ 1.599080] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.605491] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.828337] brcm-pcie 1000110000.pcie: link up, 8.0 GT/s PCIe x1 (!SSC)
[ 1.834997] pci 0000:01:00.0: [1b21:2806] type 01 class 0x060400
[ 1.841066] pci 0000:01:00.0: enabling Extended Tags
[ 1.846117] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.852273] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
[ 1.876345] pci 0000:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.884447] pci 0000:02:00.0: [1b21:2806] type 01 class 0x060400
[ 1.890518] pci 0000:02:00.0: enabling Extended Tags
[ 1.895571] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 1.901850] pci 0000:02:02.0: [1b21:2806] type 01 class 0x060400
[ 1.907921] pci 0000:02:02.0: enabling Extended Tags
[ 1.912975] pci 0000:02:02.0: PME# supported from D0 D3hot D3cold
[ 1.919298] pci 0000:02:06.0: [1b21:2806] type 01 class 0x060400
[ 1.925369] pci 0000:02:06.0: enabling Extended Tags
[ 1.930422] pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
[ 1.936853] pci 0000:02:0e.0: [1b21:2806] type 01 class 0x060400
[ 1.942924] pci 0000:02:0e.0: enabling Extended Tags
[ 1.947976] pci 0000:02:0e.0: PME# supported from D0 D3hot D3cold
[ 1.954656] pci 0000:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.962700] pci 0000:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.970742] pci 0000:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.978785] pci 0000:02:0e.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.986903] pci 0000:03:00.0: [8086:f1a5] type 00 class 0x010802
[ 1.992958] pci 0000:03:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.000322] pci 0000:03:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.024354] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 03
[ 2.031064] pci 0000:04:00.0: [1179:0115] type 00 class 0x010802
[ 2.037115] pci 0000:04:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.044323] pci 0000:04:00.0: enabling Extended Tags
[ 2.049440] pci 0000:04:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.076349] pci_bus 0000:04: busn_res: [bus 04-ff] end is updated to 04
[ 2.083055] pci 0000:05:00.0: [1179:0115] type 00 class 0x010802
[ 2.089106] pci 0000:05:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.096314] pci 0000:05:00.0: enabling Extended Tags
[ 2.101430] pci 0000:05:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.128348] pci_bus 0000:05: busn_res: [bus 05-ff] end is updated to 05
[ 2.135066] pci 0000:06:00.0: [8086:f1a5] type 00 class 0x010802
[ 2.141121] pci 0000:06:00.0: reg 0x10: [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.148488] pci 0000:06:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 2.172352] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 06
[ 2.178996] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 06
[ 2.185639] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 06
[ 2.192287] pci 0000:00:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b003fffff]
[ 2.199453] pci 0000:01:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b003fffff]
[ 2.206618] pci 0000:02:00.0: BAR 8: assigned [mem 0x1b00000000-0x1b000fffff]
[ 2.213783] pci 0000:02:02.0: BAR 8: assigned [mem 0x1b00100000-0x1b001fffff]
[ 2.220948] pci 0000:02:06.0: BAR 8: assigned [mem 0x1b00200000-0x1b002fffff]
[ 2.228112] pci 0000:02:0e.0: BAR 8: assigned [mem 0x1b00300000-0x1b003fffff]
[ 2.235278] pci 0000:03:00.0: BAR 0: assigned [mem 0x1b00000000-0x1b00003fff 64bit]
[ 2.242977] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 2.247962] pci 0000:02:00.0: bridge window [mem 0x1b00000000-0x1b000fffff]
[ 2.255133] pci 0000:04:00.0: BAR 0: assigned [mem 0x1b00100000-0x1b00103fff 64bit]
[ 2.262830] pci 0000:02:02.0: PCI bridge to [bus 04]
[ 2.267814] pci 0000:02:02.0: bridge window [mem 0x1b00100000-0x1b001fffff]
[ 2.274984] pci 0000:05:00.0: BAR 0: assigned [mem 0x1b00200000-0x1b00203fff 64bit]
[ 2.282682] pci 0000:02:06.0: PCI bridge to [bus 05]
[ 2.287666] pci 0000:02:06.0: bridge window [mem 0x1b00200000-0x1b002fffff]
[ 2.294836] pci 0000:06:00.0: BAR 0: assigned [mem 0x1b00300000-0x1b00303fff 64bit]
[ 2.302536] pci 0000:02:0e.0: PCI bridge to [bus 06]
[ 2.307520] pci 0000:02:0e.0: bridge window [mem 0x1b00300000-0x1b003fffff]
[ 2.314690] pci 0000:01:00.0: PCI bridge to [bus 02-06]
[ 2.319936] pci 0000:01:00.0: bridge window [mem 0x1b00000000-0x1b003fffff]
[ 2.327106] pci 0000:00:00.0: PCI bridge to [bus 01-06]
[ 2.332350] pci 0000:00:00.0: bridge window [mem 0x1b00000000-0x1b003fffff]
[ 2.339516] pci 0000:00:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.347997] pci 0000:01:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.356477] pci 0000:02:00.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.364960] pci 0000:03:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.373440] pci 0000:02:02.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.381921] pci 0000:04:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.390400] pci 0000:02:06.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.398882] pci 0000:05:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.407361] pci 0000:02:0e.0: Max Payload Size set to 128/ 512 (was 128), Max Read Rq 512
[ 2.415844] pci 0000:06:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 512
[ 2.424382] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.430536] pcieport 0000:00:00.0: PME: Signaling with IRQ 38
[ 2.436362] pcieport 0000:00:00.0: AER: enabled with IRQ 38
[ 2.442018] pcieport 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.448226] pcieport 0000:02:00.0: enabling device (0000 -> 0002)
[ 2.454507] pcieport 0000:02:02.0: enabling device (0000 -> 0002)
[ 2.460759] pcieport 0000:02:06.0: enabling device (0000 -> 0002)
[ 2.467009] pcieport 0000:02:0e.0: enabling device (0000 -> 0002)
[ 2.473332] nvme nvme0: pci function 0000:03:00.0
[ 2.478070] nvme 0000:03:00.0: enabling device (0000 -> 0002)
[ 2.535429] nvme nvme0: pci function 0000:04:00.0
[ 2.540166] nvme 0000:04:00.0: enabling device (0000 -> 0002)
[ 2.549153] hwmon hwmon1: temp1_input not attached to any thermal zone
[ 2.555717] hwmon hwmon1: temp2_input not attached to any thermal zone
[ 2.562680] nvme nvme0: 3/0/0 default/read/poll queues
[ 2.568816] nvme0n1: p1
[ 2.571547] nvme nvme1: pci function 0000:05:00.0
[ 2.576283] nvme 0000:05:00.0: enabling device (0000 -> 0002)
[ 2.585289] hwmon hwmon2: temp1_input not attached to any thermal zone
[ 2.591849] hwmon hwmon2: temp2_input not attached to any thermal zone
[ 2.598541] nvme nvme1: 1/0/0 default/read/poll queues
[ 2.604631] nvme1n1: p1
[ 2.607347] nvme nvme2: pci function 0000:06:00.0
[ 2.612092] nvme 0000:06:00.0: enabling device (0000 -> 0002)
[ 2.621712] hwmon hwmon3: temp1_input not attached to any thermal zone
[ 2.629798] nvme nvme2: 1/0/0 default/read/poll queues
[ 2.637505] nvme2n1: p1
[ 2.640134] brcm-pcie 1000110000.pcie: clkreq control enabled
[ 2.645967] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges:
[ 2.652964] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff]
[ 2.662057] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000
[ 2.670362] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000
[ 2.678666] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000
[ 2.686968] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000
[ 2.696340] brcm-pcie 1000120000.pcie: Forcing gen 2
[ 2.701359] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0001:00
[ 2.707827] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.713334] pci_bus 0001:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb])
[ 2.723904] pci_bus 0001:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff])
[ 2.735094] pci 0001:00:00.0: [14e4:2712] type 01 class 0x060400
[ 2.741146] pci 0001:00:00.0: PME# supported from D0 D3hot
[ 2.747612] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.860339] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC)
[ 2.867000] pci 0001:01:00.0: [1de4:0001] type 00 class 0x020000
[ 2.873042] pci 0001:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff]
[ 2.879339] pci 0001:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff]
[ 2.885635] pci 0001:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff]
[ 2.891994] pci 0001:01:00.0: supports D1
[ 2.896015] pci 0001:01:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.912345] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 01
[ 2.918993] pci 0001:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff]
[ 2.926160] pci 0001:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff]
[ 2.933327] pci 0001:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff]
[ 2.940494] pci 0001:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff]
[ 2.947662] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 2.952644] pci 0001:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff]
[ 2.959811] pci 0001:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512
[ 2.968292] pci 0001:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512
[ 2.976816] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[ 2.982966] pcieport 0001:00:00.0: PME: Signaling with IRQ 48
[ 2.988794] pcieport 0001:00:00.0: AER: enabled with IRQ 48
[ 2.994455] rp1 0001:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200
[ 3.003545] rp1 0001:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200
[ 3.012812] rp1 0001:01:00.0: enabling device (0000 -> 0002)
[ 3.019362] rp1 0001:01:00.0: chip_id 0x20001927
[ 3.028957] genirq: irq_chip rp1_irq_chip did not update eff. affinity mask of irq 110
[ 3.057040] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 116 (d8:3a:dd:c3:91:35)
[ 3.067893] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels
[ 3.076459] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 3.081536] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1
[ 3.089234] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 3.098244] xhci-hcd xhci-hcd.0: irq 141, io mem 0x1f00200000
[ 3.104079] xhci-hcd xhci-hcd.0: xHCI Host Controller
[ 3.109155] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2
[ 3.116417] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed
[ 3.122576] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 3.130882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.138134] usb usb1: Product: xHCI Host Controller
[ 3.143029] usb usb1: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.149146] usb usb1: SerialNumber: xhci-hcd.0
[ 3.153729] hub 1-0:1.0: USB hub found
[ 3.157503] hub 1-0:1.0: 2 ports detected
[ 3.161655] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 3.169959] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.177216] usb usb2: Product: xHCI Host Controller
[ 3.182111] usb usb2: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.188297] usb usb2: SerialNumber: xhci-hcd.0
[ 3.192870] hub 2-0:1.0: USB hub found
[ 3.196646] hub 2-0:1.0: 1 port detected
[ 3.200986] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 3.206065] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3
[ 3.213758] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000008000000810
[ 3.222877] xhci-hcd xhci-hcd.1: irq 146, io mem 0x1f00300000
[ 3.228712] xhci-hcd xhci-hcd.1: xHCI Host Controller
[ 3.233785] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4
[ 3.241143] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed
[ 3.247291] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
[ 3.255591] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.262946] usb usb3: Product: xHCI Host Controller
[ 3.267841] usb usb3: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.273958] usb usb3: SerialNumber: xhci-hcd.1
[ 3.278612] hub 3-0:1.0: USB hub found
[ 3.282387] hub 3-0:1.0: 2 ports detected
[ 3.286533] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
[ 3.294941] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.302197] usb usb4: Product: xHCI Host Controller
[ 3.307118] usb usb4: Manufacturer: Linux 6.6.37-v8-16k+ xhci-hcd
[ 3.313393] usb usb4: SerialNumber: xhci-hcd.1
[ 3.317937] hub 4-0:1.0: USB hub found
[ 3.321717] hub 4-0:1.0: 1 port detected
[ 3.326283] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.334857] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 3.342901] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 3.351163] platform 1000800000.codec: Adding to iommu group 0
[ 3.357030] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu
[ 3.365453] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu
[ 3.373671] platform 1000880000.pisp_be: Adding to iommu group 0
[ 3.379727] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 3.387788] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu
[ 3.395858] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success
[ 3.403106] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.411451] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu
[ 3.418906] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu
[ 3.426165] platform axi:gpu: Adding to iommu group 1
[ 3.431283] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu
[ 3.438597] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success
[ 3.445738] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774
[ 3.454308] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success
[ 3.461436] pl011-axi 1f00030000.serial: cts_event_workaround enabled
[ 3.468140] sdhci-brcmstb 1000fff000.mmc: Got CD GPIO
[ 3.468201] mmc1: CQHCI version 5.10
[ 3.472394] 1f00030000.serial: ttyAMA0 at MMIO 0x1f00030000 (irq = 135, base_baud = 0) is a PL011 AXI
[ 3.474256] of_cfs_init
[ 3.488808] of_cfs_init: OK
[ 3.491662] clk: Disabling unused clocks
[ 3.516620] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit
[ 3.548992] mmc0: cannot verify signal voltage switch
[ 3.627428] mmc0: new ultra high speed SDR104 SDXC card at address aaaa
[ 3.634314] mmcblk0: mmc0:aaaa SR128 119 GiB
[ 3.640001] mmcblk0: p1 p2
[ 3.642907] mmcblk0: mmc0:aaaa SR128 119 GiB (quirks 0x00004000)
[ 3.670874] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit
[ 3.681908] Freeing unused kernel memory: 5056K
[ 3.684519] mmc1: cannot verify signal voltage switch
[ 3.686602] Run /init as init process
[ 3.695219] with arguments:
[ 3.695220] /init
[ 3.695222] with environment:
[ 3.695223] HOME=/
[ 3.695224] TERM=linux
[ 3.718766] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[ 3.933881] uart-pl011 107d001000.serial: no DMA platform data
[ 4.242189] EXT4-fs (mmcblk0p2): mounted filesystem fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 ro with ordered data mode. Quota mode: none.
[ 4.629931] NET: Registered PF_INET6 protocol family
[ 4.635302] Segment Routing with IPv6
[ 4.638992] In-situ OAM (IOAM) with IPv6
[ 4.677741] systemd[1]: systemd 252.26-1~deb12u2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[ 4.710592] systemd[1]: Detected architecture arm64.
[ 4.723642] systemd[1]: Hostname set to .
[ 5.037083] systemd[1]: Queued start job for default target graphical.target.
[ 5.064999] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 5.072727] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 5.083507] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty.
[ 5.094416] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 5.105999] systemd[1]: Created slice user.slice - User and Session Slice.
[ 5.115702] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 5.129155] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 5.144449] systemd[1]: Expecting device dev-disk-by\x2dpartuuid-1469f9d1\x2d01.device - /dev/disk/by-partuuid/1469f9d1-01...
[ 5.158646] systemd[1]: Expecting device dev-ttyAMA10.device - /dev/ttyAMA10...
[ 5.168881] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 5.180681] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[ 5.192008] systemd[1]: Reached target slices.target - Slice Units.
[ 5.201165] systemd[1]: Reached target swap.target - Swaps.
[ 5.209639] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 5.221009] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 5.232543] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 5.244351] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 5.255378] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 5.267176] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 5.279388] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 5.289665] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 5.300547] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 5.332419] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 5.342968] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 5.353615] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 5.364624] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 5.384983] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 5.396847] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 5.408599] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 5.420735] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 5.432687] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 5.444181] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 5.455229] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 5.466928] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 5.477556] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 5.487174] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 5.508169] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 5.524057] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 5.534990] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 5.546191] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 5.558391] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 5.569037] fuse: init (API version 7.39)
[ 5.571246] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 5.586576] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 5.597974] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 5.610066] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 5.620994] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 5.630978] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 5.641456] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 5.651043] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 5.661290] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 5.670332] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 5.682080] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 5.692553] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 5.701898] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 5.711704] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 5.720353] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 5.760562] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 5.772255] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 5.783841] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 5.799115] systemd[1]: Started systemd-journald.service - Journal Service.
[ 5.883941] i2c_dev: i2c /dev entries driver
[ 5.885027] EXT4-fs (mmcblk0p2): re-mounted fc7a1f9e-4967-4f41-a1f5-1b5927e6c5f9 r/w. Quota mode: none.
[ 5.937266] systemd-journald[293]: Received client request to flush runtime journal.
[ 6.935777] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 6.940887] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 6.946317] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 6.955855] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 6.959217] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 6.961211] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 6.961296] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 6.961361] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 6.961485] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 6.961528] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 6.961979] mc: Linux media interface: v0.10
[ 6.974440] input: pwr_button as /devices/platform/pwr_button/input/input0
[ 6.994350] videodev: Linux video capture interface: v2.00
[ 7.074899] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.076074] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 7.076230] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
[ 7.076234] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[ 7.076237] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
[ 7.076240] pispbe 1000880000.pisp_be: Register nodes for group 0
[ 7.076620] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[ 7.076844] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[ 7.078476] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[ 7.078567] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[ 7.081183] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.081297] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[ 7.083206] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 7.085961] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 7.088043] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 7.088429] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 7.088767] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.089101] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[ 7.094045] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[ 7.095079] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[ 7.125076] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.130224] rpivid 1000800000.codec: Device registered as /dev/video19
[ 7.135891] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[ 7.137574] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.138614] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[ 7.141731] usbcore: registered new interface driver brcmfmac
[ 7.149993] pispbe 1000880000.pisp_be: Register nodes for group 1
[ 7.152145] brcmstb-i2c 107d508200.i2c: @97500hz registered in interrupt mode
[ 7.158205] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[ 7.158318] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[ 7.159449] brcmstb-i2c 107d508280.i2c: @97500hz registered in interrupt mode
[ 7.159561] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[ 7.159649] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[ 7.159843] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[ 7.171405] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[ 7.171492] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[ 7.171539] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[ 7.171581] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[ 7.319339] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
[ 7.319633] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 7.380752] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 7.383813] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 7.390930] Registered IR keymap rc-cec
[ 7.391010] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 7.391102] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 7.397539] input: vc4-hdmi-0 HDMI Jack as /devices/platform/soc/107c701400.hdmi/sound/card0/input2
[ 7.397693] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.401850] Registered IR keymap rc-cec
[ 7.402223] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 7.402314] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input3
[ 7.409161] input: vc4-hdmi-1 HDMI Jack as /devices/platform/soc/107c706400.hdmi/sound/card1/input4
[ 7.409497] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 7.411201] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 7.411347] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 7.411439] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.411537] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 7.412554] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 7.416426] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 7.418783] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 7.420941] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 7.660233] alsactl[637]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 7.660233] alsactl[636]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[ 8.059426] Adding 204784k swap on /var/swap. Priority:-2 extents:8 across:2449392k SS
[ 9.385830] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 9.385842] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 9.388572] pps pps0: new PPS source ptp0
[ 9.388696] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 9.414834] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 12.345711] warning: `glances' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 13.477471] macb 1f00100000.ethernet eth0: Link is Up - 1Gbps/Full - flow control tx

It seems that the Pi an the Quad HAT don't deliver enough power to use all 4 NMES's

@4MeInfo
Copy link
Author

4MeInfo commented Jul 22, 2024

This Kernel Patch #647 (comment) works perfectly, all drives shown and are available. But for booting from NVME is a EEPROM update necessary.

pi@TestPi:~ $ dmesg | grep nvme
[ 0.549130] nvme nvme0: pci function 0000:03:00.0
[ 0.549145] nvme 0000:03:00.0: enabling device (0000 -> 0002)
[ 0.568604] nvme nvme0: 3/0/0 default/read/poll queues
[ 0.628564] nvme0n1: p1
[ 0.628748] nvme nvme1: pci function 0000:04:00.0
[ 0.628760] nvme 0000:04:00.0: enabling device (0000 -> 0002)
[ 0.632153] nvme nvme1: 1/0/0 default/read/poll queues
[ 0.633165] nvme1n1: p1
[ 0.633338] nvme nvme2: pci function 0000:05:00.0
[ 0.633354] nvme 0000:05:00.0: enabling device (0000 -> 0002)
[ 1.514298] nvme nvme2: 1/0/0 default/read/poll queues
[ 1.517350] nvme2n1: p1
[ 1.517514] nvme nvme3: pci function 0000:06:00.0
[ 1.517525] nvme 0000:06:00.0: enabling device (0000 -> 0002)
[ 1.521004] nvme nvme3: 1/0/0 default/read/poll queues
[ 1.522525] nvme3n1: p1
[ 119.402607] EXT4-fs (nvme0n1p1): recovery complete
[ 119.403451] EXT4-fs (nvme0n1p1): mounted filesystem 5ace72b1-c66b-424b-bfda-1b4f7d8d63a8 r/w with ordered data mode. Quota mode: none.
[ 120.722180] EXT4-fs (nvme2n1p1): recovery complete
[ 120.722931] EXT4-fs (nvme2n1p1): mounted filesystem 385e00d9-1411-48e6-a484-9ca9c06dc003 r/w with ordered data mode. Quota mode: none.
[ 121.541853] EXT4-fs (nvme1n1p1): mounted filesystem 0c69476a-8abb-43d1-ac14-ee0003e05852 r/w with ordered data mode. Quota mode: none.
[ 122.394215] EXT4-fs (nvme3n1p1): mounted filesystem 1ac3258f-26f4-4a69-b672-ccb8b08561e0 r/w with ordered data mode. Quota mode: none.

Bildschirmfoto 2024-07-22 um 19 38 55

@KeyserSoze1
Copy link

Glad my patch was useful but wanted to send on that there is a dtoverlay already available to do a similar effect that also works that doesn't require patching the kernel.
#647 (comment)

@iantrobinson
Copy link

Is this available for purchase yet?

@coreintelligence
Copy link

coreintelligence commented Nov 19, 2024

Hi, I'm super interested in this 4xNVME HAT and I'm glad there's a software path to have all drives mountable.

  • @4MeInfo, Any further testing done on this HAT since the summer 2024?
  • @hipboi, Is there any news on if this will be available? It's been quiet for something that's clearly a step up compared to options from others.

@hipboi
Copy link

hipboi commented Nov 19, 2024

@coreintelligence It will be available in 4 weeks.

@coreintelligence
Copy link

@coreintelligence It will be available in 4 weeks.

Awesome! I'll happily treat myself to a nice Christmas/End of Year present for my Pi 5

@4MeInfo
Copy link
Author

4MeInfo commented Nov 19, 2024

Hi, I'm super interested in this 4xNVME HAT and I'm glad there's a software path to have all drives mountable.

  • @4MeInfo, Any further testing done on this HAT since the summer 2024?

  • @hipboi, Is there any news on if this will be available? It's been quiet for something that's clearly a step up compared to options from others.

3/4 Nvme's working. I dont have a power supply on it but water water cooling imagecooling

@iantrobinson
Copy link

@coreintelligence It will be available in 4 weeks.

Not to be a downer but you said the same thing 5 months ago. Is there any confirmation on this? And any idea on price?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants