Yes my CM4 have EMMC. I tried mass-storage-gadget mode via the UART and after login as root the result of lsblk is :
and the result of dmesg is:
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTSmmcblk0 179:0 0 7.3G 0 disk|-mmcblk0p1 179:1 0 512M 0 part`-mmcblk0p2 179:2 0 6.8G 0 partmmcblk0boot0 179:32 0 4M 1 diskmmcblk0boot1 179:64 0 4M 1 disk
and the result of dmesg is:
Code:
[ 0.000000] Booting Linux on physical CPU 0x0[ 0.000000] Linux version 5.15.92-v7l (alberto@alberto-IdeaPad-5-15ARE05) (arm-bu4[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d[ 0.000000] CPU: div instructions available: patching division code[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache[ 0.000000] OF: fdt: Machine model: Raspberry Pi Compute Module 4 Rev 1.1[ 0.000000] random: crng init done[ 0.000000] Memory policy: Data cache writealloc[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000028400000, size B[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dml[ 0.000000] Zone ranges:[ 0.000000] DMA [mem 0x0000000000000000-0x000000002fffffff][ 0.000000] Normal empty[ 0.000000] HighMem [mem 0x0000000030000000-0x00000001ffffffff][ 0.000000] Movable zone start for each node[ 0.000000] Early memory node ranges[ 0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff][ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff][ 0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff][ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff][ 0.000000] percpu: Embedded 16 pages/cpu s35852 r8192 d21492 u65536[ 0.000000] pcpu-alloc: s35852 r8192 d21492 u65536 alloc=16*4096[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2059584[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.ena0[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, line)[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off[ 0.000000] software IO TLB: mapped [mem 0x000000001fc00000-0x0000000023c00000] ()[ 0.000000] Memory: 7975828K/8245248K available (12288K kernel code, 1388K rwdata)[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1[ 0.000000] ftrace: allocating 34441 entries in 101 pages[ 0.000000] ftrace: allocated 101 pages with 4 groups[ 0.000000] trace event string verifier disabled[ 0.000000] rcu: Hierarchical RCU implementation.[ 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 10 jiffies.[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16[ 0.000000] GIC: Using split EOI/Deactivate mode[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xcs[ 0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 439804651s[ 0.000021] Switching to timer-based delay loop, resolution 18ns[ 0.000371] Console: colour dummy device 80x30[ 0.001025] printk: console [tty0] enabled[ 0.001103] Calibrating delay loop (skipped), value calculated using timer freque)[ 0.001155] pid_max: default: 32768 minimum: 301[ 0.001301] LSM: Security Framework initializing[ 0.001509] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)[ 0.001555] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, line)[ 0.003071] cgroup: Disabling memory control group subsystem[ 0.003312] CPU: Testing write buffer coherency: ok[ 0.003386] CPU0: Spectre BHB: enabling loop workaround for all CPUs[ 0.003816] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000[ 0.005250] Setting up static identity map for 0x200000 - 0x20003c[ 0.005471] rcu: Hierarchical SRCU implementation.[ 0.006417] smp: Bringing up secondary CPUs ...[ 0.007525] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001[ 0.008763] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002[ 0.009975] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003[ 0.010129] smp: Brought up 1 node, 4 CPUs[ 0.010207] SMP: Total of 4 processors activated (432.00 BogoMIPS).[ 0.010240] CPU: All CPU(s) started in HYP mode.[ 0.010265] CPU: Virtualization extensions available.[ 0.010998] devtmpfs: initialized[ 0.025579] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev0[ 0.025829] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_ids[ 0.025882] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)[ 0.027783] pinctrl core: initialized pinctrl subsystem[ 0.029008] NET: Registered PF_NETLINK/PF_ROUTE protocol family[ 0.032812] DMA: preallocated 1024 KiB pool for atomic coherent allocations[ 0.033610] audit: initializing netlink subsys (disabled)[ 0.033863] audit: type=2000 audit(0.030:1): state=initialized audit_enabled=0 re1[ 0.034480] thermal_sys: Registered thermal governor 'step_wise'[ 0.034912] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint regi.[ 0.034967] hw-breakpoint: maximum watchpoint size is 8 bytes.[ 0.035351] Serial: AMBA PL011 UART driver[ 0.046386] bcm2835-mbox fe00b880.mailbox: mailbox enabled[ 0.080023] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-03-t[ 0.090040] raspberrypi-firmware soc:firmware: Firmware hash is c14213886ae1e3195e[ 0.147530] Kprobes globally optimized[ 0.153774] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1[ 0.158019] vgaarb: loaded[ 0.158488] SCSI subsystem initialized[ 0.158709] usbcore: registered new interface driver usbfs[ 0.158795] usbcore: registered new interface driver hub[ 0.158905] usbcore: registered new device driver usb[ 0.159259] usb_phy_generic phy: supply vcc not found, using dummy regulator[ 0.159459] usb_phy_generic phy: dummy supplies not allowed for exclusive requests[ 0.159772] pps_core: LinuxPPS API ver. 1 registered[ 0.159800] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti >[ 0.159846] PTP clock support registered[ 0.161210] clocksource: Switched to clocksource arch_sys_counter[ 0.241922] VFS: Disk quotas dquot_6.6.0[ 0.242045] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[ 0.242236] FS-Cache: Loaded[ 0.242444] CacheFiles: Loaded[ 0.252807] NET: Registered PF_INET protocol family[ 0.253053] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)[ 0.254610] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 byte)[ 0.254664] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, line)[ 0.254710] TCP established hash table entries: 8192 (order: 3, 32768 bytes, line)[ 0.254793] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)[ 0.254874] TCP: Hash tables configured (established 8192 bind 8192)[ 0.255030] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)[ 0.255088] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)[ 0.255349] NET: Registered PF_UNIX/PF_LOCAL protocol family[ 0.262107] RPC: Registered named UNIX socket transport module.[ 0.262140] RPC: Registered udp transport module.[ 0.262166] RPC: Registered tcp transport module.[ 0.262192] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.262225] PCI: CLS 0 bytes, default 64[ 0.262704] Trying to unpack rootfs image as initramfs...[ 1.197472] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters ave[ 1.215793] Initialise system trusted keyrings[ 1.216119] workingset: timestamp_bits=14 max_order=21 bucket_order=7[ 1.224870] zbud: loaded[ 1.226825] FS-Cache: Netfs 'nfs' registered for caching[ 1.227747] NFS: Registering the id_resolver key type[ 1.227821] Key type id_resolver registered[ 1.227849] Key type id_legacy registered[ 1.227996] nfs4filelayout_init: NFSv4 File Layout Driver Registering...[ 1.228027] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...[ 1.229168] Key type asymmetric registered[ 1.229204] Asymmetric key parser 'x509' registered[ 1.229445] bounce: pool size: 64 pages[ 1.229526] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)[ 1.229775] io scheduler mq-deadline registered[ 1.229805] io scheduler kyber registered[ 1.238467] gpio-507 (ant1): hogged as output/high[ 1.239861] gpio-511 (ant2): hogged as output/low[ 1.241355] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:[ 1.241417] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000,][ 1.241528] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0[ 1.241638] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400[ 1.861264] brcm-pcie fd500000.pcie: link down[ 1.861989] bcm2708_fb soc:fb: FB found 1 display(s)[ 1.894698] Console: switching to colour frame buffer device 240x67[ 1.905638] bcm2708_fb soc:fb: Registered framebuffer for display 0, size 1920x100[ 1.913102] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled[ 1.915975] iproc-rng200 fe104000.rng: hwrng registered[ 1.916357] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000()[ 1.917880] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000[ 1.931393] brd: module loaded[ 1.943164] loop: module loaded[ 1.943916] Loading iSCSI transport class v2.0-870.[ 1.948988] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000[ 3.252411] Freeing initrd memory: 43544K[ 3.301411] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus[ 3.302665] usbcore: registered new interface driver r8152[ 3.302794] usbcore: registered new interface driver lan78xx[ 3.302923] usbcore: registered new interface driver smsc95xx[ 3.303535] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)[ 3.303884] dwc_otg: FIQ enabled[ 3.303897] dwc_otg: NAK holdoff enabled[ 3.303910] dwc_otg: FIQ split-transaction FSM enabled[ 3.303926] Module dwc_common_port init[ 3.304324] usbcore: registered new interface driver uas[ 3.304447] usbcore: registered new interface driver usb-storage[ 3.304714] mousedev: PS/2 mouse device common for all mice[ 3.311409] sdhci: Secure Digital Host Controller Interface driver[ 3.311497] sdhci: Copyright(c) Pierre Ossman[ 3.312145] sdhci-pltfm: SDHCI platform and OF driver helper[ 3.315666] ledtrig-cpu: registered to indicate activity on CPUs[ 3.316108] hid: raw HID events driver (C) Jiri Kosina[ 3.316331] usbcore: registered new interface driver usbhid[ 3.316407] usbhid: USB HID core driver[ 3.321636] Initializing XFRM netlink socket[ 3.321739] NET: Registered PF_PACKET protocol family[ 3.321903] Key type dns_resolver registered[ 3.322067] Registering SWP/SWPB emulation handler[ 3.323000] registered taskstats version 1[ 3.323078] Loading compiled-in X.509 certificates[ 3.323996] Key type .fscrypt registered[ 3.326691] Key type fscrypt-provisioning registered[ 3.340791] uart-pl011 fe201000.serial: there is not valid maps for state default[ 3.343811] uart-pl011 fe201000.serial: cts_event_workaround enabled[ 3.346580] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 32, base_baud = 0)2[ 3.357429] bcm2835-aux-uart fe215040.serial: there is not valid maps for state dt[ 3.360901] printk: console [ttyS0] disabled[ 3.363818] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 33, base_baud = 62500[ 4.454956] printk: console [ttyS0] enabled[ 4.463480] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer[ 4.473230] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver[ 4.484605] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0[ 4.493511] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated[ 4.533162] of_cfs_init[ 4.539707] of_cfs_init: OK[ 4.567717] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA[ 4.590117] Freeing unused kernel image (initmem) memory: 2048K[ 4.601618] Run /init as init process[ 4.608121] with arguments:[ 4.608134] /init[ 4.608147] with environment:[ 4.608159] HOME=/[ 4.608171] TERM=linux[ 4.657850] mmc0: new DDR MMC card at address 0001[ 4.663133] systemd[1]: System time before build time, advancing clock.[ 4.666043] mmc1: new high speed SDIO card at address 0001[ 4.684003] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB[ 4.694465] mmcblk0: p1 p2[ 4.700664] mmcblk0: mmc0:0001 8GTF4R 7.28 GiB[ 4.708462] mmcblk0boot0: mmc0:0001 8GTF4R 4.00 MiB[ 4.718710] mmcblk0boot1: mmc0:0001 8GTF4R 4.00 MiB[ 4.728672] mmcblk0rpmb: mmc0:0001 8GTF4R 512 KiB, chardev (242:0)[ 4.825146] NET: Registered PF_INET6 protocol family[ 4.834457] Segment Routing with IPv6[ 4.840882] In-situ OAM (IOAM) with IPv6[ 4.865307] systemd[1]: systemd 250 running in system mode (-PAM -AUDIT -SELINUX )[ 4.903600] systemd[1]: Detected architecture arm.[ 4.951587] systemd[1]: Hostname set to <raspberrypi-signed>.[ 4.960627] systemd[1]: Initializing machine ID from random generator.[ 5.062477] systemd[105]: /usr/lib/systemd/system-generators/systemd-gpt-auto-gen.[ 5.322749] systemd[1]: Queued start job for default target Multi-User System.[ 5.336918] systemd[1]: Created slice Slice /system/getty.[ 5.382787] systemd[1]: Created slice Slice /system/modprobe.[ 5.422685] systemd[1]: Created slice Slice /system/serial-getty.[ 5.461834] systemd[1]: Started Dispatch Password Requests to Console Directory W.[ 5.501756] systemd[1]: Started Forward Password Requests to Wall Directory Watch.[ 5.541602] systemd[1]: Reached target Local Encrypted Volumes.[ 5.581468] systemd[1]: Reached target Local Integrity Protected Volumes.[ 5.621601] systemd[1]: Reached target Path Units.[ 5.661487] systemd[1]: Reached target Remote Encrypted Volumes.[ 5.701430] systemd[1]: Reached target Remote File Systems.[ 5.741434] systemd[1]: Reached target Remote Verity Protected Volumes.[ 5.781471] systemd[1]: Reached target Slice Units.[ 5.821487] systemd[1]: Reached target Swaps.[ 5.861499] systemd[1]: Reached target Local Verity Protected Volumes.[ 5.901870] systemd[1]: Listening on Device-mapper event daemon FIFOs.[ 5.942354] systemd[1]: Listening on Journal Audit Socket.[ 5.982330] systemd[1]: Listening on Journal Socket (/dev/log).[ 6.022312] systemd[1]: Listening on Journal Socket.[ 6.062298] systemd[1]: Listening on Network Service Netlink Socket.[ 6.102344] systemd[1]: Listening on udev Control Socket.[ 6.142227] systemd[1]: Listening on udev Kernel Socket.[ 6.182184] systemd[1]: Huge Pages File System was skipped because of a failed co.[ 6.202385] systemd[1]: Mounting POSIX Message Queue File System...[ 6.245945] systemd[1]: Mounting Kernel Debug File System...[ 6.285867] systemd[1]: Mounting Kernel Trace File System...[ 6.325704] systemd[1]: Mounting Temporary Directory /tmp...[ 6.365892] systemd[1]: Starting Availability of block devices...[ 6.406423] systemd[1]: Starting Create List of Static Device Nodes...[ 6.456115] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using.[ 6.506375] systemd[1]: Starting Load Kernel Module configfs...[ 6.546691] systemd[1]: Starting Load Kernel Module fuse...[ 6.581606] systemd[1]: File System Check on Root Device was skipped because of a.[ 6.594517] fuse: init (API version 7.34)[ 6.608055] systemd[1]: Starting Journal Service...[ 6.642415] systemd[1]: Load Kernel Modules was skipped because all trigger condi.[ 6.659395] systemd[1]: Starting Generate network units from Kernel command line..[ 6.706138] systemd[1]: Starting Remount Root and Kernel File Systems...[ 6.756219] systemd[1]: Starting Apply Kernel Variables...[ 6.796290] systemd[1]: Starting Coldplug All udev Devices...[ 6.839293] systemd[1]: Started Journal Service.[ 7.388820] systemd-journald[128]: Received client request to flush runtime journ.[ 7.746173] audit: type=1334 audit(1646984016.069:2): prog-id=6 op=LOAD[ 7.756027] audit: type=1334 audit(1646984016.069:3): prog-id=7 op=LOAD[ 7.765699] audit: type=1334 audit(1646984016.069:4): prog-id=8 op=LOAD[ 7.996333] audit: type=1334 audit(1646984016.319:5): prog-id=9 op=LOAD[ 8.081386] audit: type=1334 audit(1646984016.399:6): prog-id=10 op=LOAD[ 8.364712] mc: Linux media interface: v0.10[ 8.451045] cfg80211: Loading compiled-in X.509 certificates for regulatory databe[ 8.482543] vc_sm_cma: module is from the staging directory, the quality is unkno.[ 8.503271] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'[ 8.542986] videodev: Linux video capture interface: v2.00[ 8.579865] bcmgenet fd580000.ethernet: configuring instance for external RGMII ()[ 8.598994] vc_sm_cma: module is from the staging directory, the quality is unkno.[ 8.621749] bcmgenet fd580000.ethernet eth0: Link is Down[ 8.675280] bcm2835_vc_sm_cma_probe: Videocore shared memory driver[ 8.692222] [vc_sm_connected_init]: start[ 8.695149] rpivid_hevc: module is from the staging directory, the quality is unk.[ 8.717269] dwc2 fe980000.usb: supply vusb_d not found, using dummy regulator[ 8.728013] [vc_sm_connected_init]: installed successfully[ 8.737228] rpivid feb10000.codec: Device registered as /dev/video19[ 8.738678] vc_sm_cma: module is from the staging directory, the quality is unkno.[ 8.743543] bcm2835_mmal_vchiq: module is from the staging directory, the quality.[ 8.758374] vc_sm_cma: module is from the staging directory, the quality is unkno.[ 8.766259] bcm2835_isp: module is from the staging directory, the quality is unk.[ 8.784237] bcm2835_codec: module is from the staging directory, the quality is u.[ 8.787455] dwc2 fe980000.usb: supply vusb_a not found, using dummy regulator[ 8.829324] bcm2835-codec bcm2835-codec: Device registered as /dev/video10[ 8.846847] bcm2835_v4l2: module is from the staging directory, the quality is un.[ 8.848041] bcm2835-codec bcm2835-codec: Loaded V4L2 decode[ 8.870703] brcmfmac: F1 signature read @0x18000000=0x15264345[ 8.872832] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/vid3[ 8.882981] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for c6[ 8.884631] bcm2835-codec bcm2835-codec: Device registered as /dev/video11[ 8.898878] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdi2[ 8.915606] bcm2835-codec bcm2835-codec: Loaded V4L2 encode[ 8.919063] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/vi4[ 8.923558] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/vi5[ 8.941575] usbcore: registered new interface driver brcmfmac[ 8.960954] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/vide6[ 8.964527] bcm2835-codec bcm2835-codec: Device registered as /dev/video12[ 8.977769] bcm2835-isp bcm2835-isp: Register output node 0 with media controller[ 8.987015] dwc2 fe980000.usb: DWC OTG Controller[ 8.991372] bcm2835-codec bcm2835-codec: Loaded V4L2 isp[ 8.998437] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller[ 9.009627] dwc2 fe980000.usb: new USB bus registered, assigned bus number 1[ 9.014827] bcm2835-codec bcm2835-codec: Device registered as /dev/video18[ 9.018842] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller[ 9.018869] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller[ 9.026420] dwc2 fe980000.usb: irq 34, io mem 0xfe980000[ 9.038734] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx[ 9.047516] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDev5[ 9.069619] bcm2835-codec bcm2835-codec: Device registered as /dev/video31[ 9.070620] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 9.081333] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image[ 9.087813] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/vid0[ 9.088206] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/vi1[ 9.088576] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/vi2[ 9.088818] usb usb1: Product: DWC OTG Controller[ 9.088870] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/vide3[ 9.088897] bcm2835-isp bcm2835-isp: Register output node 0 with media controller[ 9.088920] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller[ 9.088940] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller[ 9.088960] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller[ 9.089134] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp[ 9.242677] usb usb1: Manufacturer: Linux 5.15.92-v7l dwc2_hsotg[ 9.242701] usb usb1: SerialNumber: fe980000.usb[ 9.250524] hub 1-0:1.0: USB hub found[ 9.268725] hub 1-0:1.0: 1 port detected[ 9.491140] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for c6[ 9.503552] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for c6[ 9.520317] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 20210[ 9.595973] audit: type=1334 audit(1646984017.919:7): prog-id=11 op=LOAD[ 35.031266] cam-dummy-reg: disabling
Statistics: Posted by SBHKoda — Fri Apr 19, 2024 7:31 am