Hey @alexgg, no dice:
Connecting to e82a8ecaf2b58ac3895b5c54130987a7...
Spawning shell...
=============================================================
Welcome to balenaOS
=============================================================
root@e82a8ec:~# cat /mnt/boot/cmdline.txt
usbcore.autosuspend=-1 dwc_otg.lpm_enable=0 rootfstype=ext4 rootwait dwc_otg.lpm_enable=0 rootwait vt.global_cursor_default=0 console=null cgroup_enable=memory
root@e82a8ec:~# mount /dev/sda1 /mnt/data/ssd
root@e82a8ec:~# dd if=/dev/zero of=/mnt/data/ssd/test bs=64k count=16k conv=fdatasync; rm -rf /mnt/data/ssd/test
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 7.96993 s, 135 MB/s
root@e82a8ec:~# dd if=/dev/zero of=/mnt/data/ssd/test bs=64k count=16k conv=fdatasync; rm -rf /mnt/data/ssd/test
16384+0 records in
16384+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 7.89854 s, 136 MB/s
root@e82a8ec:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.83-v8 (oe-user@oe-host) (aarch64-poky-linux-gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.37.20210721) #1 SMP PREEMPT Tue Dec 7 13:42:57 UTC 2021
[ 0.000000] random: fast init done
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.1
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000037ffffff]
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000fbffffff]
[ 0.000000] On node 0 totalpages: 999424
[ 0.000000] DMA zone: 3584 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 229376 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 12032 pages used for memmap
[ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 32 pages/cpu s92376 r8192 d30504 u131072
[ 0.000000] pcpu-alloc: s92376 r8192 d30504 u131072 alloc=32*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 983808
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1600x1200M@60 smsc95xx.macaddr=DC:A6:32:0E:CD:AA vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 usbcore.autosuspend=-1 dwc_otg.lpm_enable=0 rootfstype=ext4 rootwait dwc_otg.lpm_enable=0 rootwait vt.global_cursor_default=0 console=null cgroup_enable=memory root=UUID=ba1eadef-0578-47e8-a91d-5cd49a51fef3 rootwait
[ 0.000000] cgroup: Enabling memory control group subsystem
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0x0000000034000000-0x0000000038000000] (64MB)
[ 0.000000] Memory: 3490300K/3997696K available (11392K kernel code, 2022K rwdata, 4456K rodata, 14208K init, 1284K bss, 179716K reserved, 327680K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 44233 entries in 173 pages
[ 0.000000] ftrace: allocated 173 pages with 5 groups
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Rude variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
[ 0.000000] random: get_random_bytes called from start_kernel+0x3a4/0x570 with crng_init=1
[ 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.000007] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000331] Console: colour dummy device 80x25
[ 0.000410] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000447] pid_max: default: 32768 minimum: 301
[ 0.000665] LSM: Security Framework initializing
[ 0.000960] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.001041] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.005251] rcu: Hierarchical SRCU implementation.
[ 0.006607] EFI services will not be available.
[ 0.007257] smp: Bringing up secondary CPUs ...
[ 0.008698] Detected PIPT I-cache on CPU1
[ 0.008796] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.010234] Detected PIPT I-cache on CPU2
[ 0.010299] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.011753] Detected PIPT I-cache on CPU3
[ 0.011817] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.012054] smp: Brought up 1 node, 4 CPUs
[ 0.012112] SMP: Total of 4 processors activated.
[ 0.012135] CPU features: detected: 32-bit EL0 Support
[ 0.012157] CPU features: detected: CRC32 instructions
[ 0.012178] CPU features: detected: 32-bit EL1 Support
[ 0.016981] CPU: All CPU(s) started at EL2
[ 0.017060] alternatives: patching kernel code
[ 0.018855] devtmpfs: initialized
[ 0.035361] Enabled cp15_barrier support
[ 0.035420] Enabled setend support
[ 0.035890] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.035932] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049354] pinctrl core: initialized pinctrl subsystem
[ 0.050389] DMI not present or invalid.
[ 0.050850] NET: Registered protocol family 16
[ 0.055001] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.055306] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.056442] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.056590] audit: initializing netlink subsys (disabled)
[ 0.057069] audit: type=2000 audit(0.056:1): state=initialized audit_enabled=0 res=1
[ 0.057819] thermal_sys: Registered thermal governor 'step_wise'
[ 0.058442] cpuidle: using governor menu
[ 0.059017] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.059268] ASID allocator initialised with 65536 entries
[ 0.059446] Serial: AMBA PL011 UART driver
[ 0.107796] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.116849] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-01-20T13:56:48, variant start
[ 0.120863] raspberrypi-firmware soc:firmware: Firmware hash is bd88f66f8952d34e4e0613a85c7a6d3da49e13e2
[ 0.169718] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 0.174812] vgaarb: loaded
[ 0.175436] SCSI subsystem initialized
[ 0.175737] usbcore: registered new interface driver usbfs
[ 0.175815] usbcore: registered new interface driver hub
[ 0.175906] usbcore: registered new device driver usb
[ 0.176349] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ 0.177732] Advanced Linux Sound Architecture Driver Initialized.
[ 0.179399] clocksource: Switched to clocksource arch_sys_counter
[ 1.600511] VFS: Disk quotas dquot_6.6.0
[ 1.600655] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.600872] FS-Cache: Loaded
[ 1.601196] CacheFiles: Loaded
[ 1.602671] simple-framebuffer 3e474000.framebuffer: framebuffer at 0x3e474000, 0x753000 bytes, mapped to 0x(____ptrval____)
[ 1.602699] simple-framebuffer 3e474000.framebuffer: format=a8r8g8b8, mode=1600x1200x32, linelength=6400
[ 1.614955] Console: switching to colour frame buffer device 200x75
[ 1.626514] simple-framebuffer 3e474000.framebuffer: fb0: simplefb registered!
[ 1.641277] NET: Registered protocol family 2
[ 1.641867] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 1.645900] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 1.645974] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 1.646210] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 1.646763] TCP: Hash tables configured (established 32768 bind 32768)
[ 1.647024] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.647103] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 1.647575] NET: Registered protocol family 1
[ 1.648768] RPC: Registered named UNIX socket transport module.
[ 1.648792] RPC: Registered udp transport module.
[ 1.648811] RPC: Registered tcp transport module.
[ 1.648830] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.648861] PCI: CLS 0 bytes, default 64
[ 1.764620] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 1.764983] kvm [1]: IPA Size Limit: 44 bits
[ 1.766525] kvm [1]: vgic interrupt IRQ9
[ 1.766878] kvm [1]: Hyp mode initialized successfully
[ 1.770845] Initialise system trusted keyrings
[ 1.771282] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 1.780646] zbud: loaded
[ 1.782895] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.783244] FS-Cache: Netfs 'nfs' registered for caching
[ 1.784218] NFS: Registering the id_resolver key type
[ 1.784273] Key type id_resolver registered
[ 1.784294] Key type id_legacy registered
[ 1.784472] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.784496] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 1.786160] Key type asymmetric registered
[ 1.786186] Asymmetric key parser 'x509' registered
[ 1.786253] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.786587] io scheduler mq-deadline registered
[ 1.786611] io scheduler kyber registered
[ 1.792100] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 1.792147] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 1.792234] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 1.792329] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 1.841526] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 1.842000] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 1.842030] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.842058] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 1.842181] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 1.842453] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 1.846920] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 1.847055] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 1.847605] pci 0000:01:00.0: PME# supported from D0 D3cold
[ 1.851820] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 1.851854] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 1.851903] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.851935] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 1.863214] iproc-rng200 fe104000.rng: hwrng registered
[ 1.863795] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 1.865576] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 1.877865] checking generic (3e474000 753000) vs hw (0 ffffffffffffffff)
[ 1.877884] fb0: switching to vc4drmfb from simple
[ 1.878363] Console: switching to colour dummy device 80x25
[ 1.912211] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 1.913264] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 1.928857] brd: module loaded
[ 1.944101] loop: module loaded
[ 1.944888] zram: Added device: zram0
[ 1.947043] Loading iSCSI transport class v2.0-870.
[ 1.951625] libphy: Fixed MDIO Bus: probed
[ 1.952895] tun: Universal TUN/TAP device driver, 1.6
[ 1.954013] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 1.963470] libphy: bcmgenet MII bus: probed
[ 2.019582] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 2.022625] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.022672] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[ 2.022788] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.022835] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 2.023712] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00000e0000000890
[ 2.024857] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 2.024884] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.024906] usb usb1: Product: xHCI Host Controller
[ 2.024927] usb usb1: Manufacturer: Linux 5.10.83-v8 xhci-hcd
[ 2.024948] usb usb1: SerialNumber: 0000:01:00.0
[ 2.025872] hub 1-0:1.0: USB hub found
[ 2.025998] hub 1-0:1.0: 1 port detected
[ 2.026920] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.026968] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.027007] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 2.027675] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 2.027700] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.027721] usb usb2: Product: xHCI Host Controller
[ 2.027742] usb usb2: Manufacturer: Linux 5.10.83-v8 xhci-hcd
[ 2.027762] usb usb2: SerialNumber: 0000:01:00.0
[ 2.028624] hub 2-0:1.0: USB hub found
[ 2.028747] hub 2-0:1.0: 4 ports detected
[ 2.030817] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 2.031205] dwc_otg: FIQ enabled
[ 2.031219] dwc_otg: NAK holdoff enabled
[ 2.031232] dwc_otg: FIQ split-transaction FSM enabled
[ 2.031250] Module dwc_common_port init
[ 2.031961] usbcore: registered new interface driver uas
[ 2.032086] usbcore: registered new interface driver usb-storage
[ 2.032239] usbcore: registered new interface driver usbserial_generic
[ 2.032301] usbserial: USB Serial support registered for generic
[ 2.032600] mousedev: PS/2 mouse device common for all mice
[ 2.035962] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 2.040064] sdhci: Secure Digital Host Controller Interface driver
[ 2.040088] sdhci: Copyright(c) Pierre Ossman
[ 2.041080] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 2.043763] sdhci-pltfm: SDHCI platform and OF driver helper
[ 2.045977] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.046185] hid: raw HID events driver (C) Jiri Kosina
[ 2.046303] usbcore: registered new interface driver usbhid
[ 2.046311] usbhid: USB HID core driver
[ 2.046534] ashmem: initialized
[ 2.051774] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP)
[ 2.051814] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[ 2.052131] IPVS: ipvs loaded.
[ 2.052689] Initializing XFRM netlink socket
[ 2.053210] NET: Registered protocol family 10
[ 2.054243] Segment Routing with IPv6
[ 2.054349] NET: Registered protocol family 17
[ 2.054398] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 2.054486] Key type dns_resolver registered
[ 2.055122] registered taskstats version 1
[ 2.055148] Loading compiled-in X.509 certificates
[ 2.055595] Key type ._fscrypt registered
[ 2.055610] Key type .fscrypt registered
[ 2.055622] Key type fscrypt-provisioning registered
[ 2.066947] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 2.067115] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 2.067179] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 23, base_baud = 0) is a PL011 rev2
[ 2.078671] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.079482] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 2.081260] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 2.081276] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 2.114002] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.121650] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.123455] of_cfs_init
[ 2.123535] of_cfs_init: OK
[ 2.133117] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.134718] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.136350] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.139217] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.140837] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.149028] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ 2.153037] ALSA device list:
[ 2.153059] No soundcards found.
[ 2.153151] Warning: unable to open an initial console.
[ 2.157301] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.170361] Freeing unused kernel memory: 14208K
[ 2.179463] Run /init as init process
[ 2.179473] with arguments:
[ 2.179478] /init
[ 2.179483] with environment:
[ 2.179489] HOME=/
[ 2.179494] TERM=linux
[ 2.204055] mmc1: new high speed SDIO card at address 0001
[ 2.250380] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[ 2.251060] mmcblk0: mmc0:aaaa SB32G 29.7 GiB
[ 2.254956] mmcblk0: p1 p2 p3 p4 < p5 p6 >
[ 2.258823] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.283443] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 2.434624] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 2.434647] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.434661] usb 1-1: Product: USB2.0 Hub
[ 2.436889] hub 1-1:1.0: USB hub found
[ 2.437143] hub 1-1:1.0: 4 ports detected
[ 2.449019] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.559931] usb 2-2: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[ 2.580882] usb 2-2: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[ 2.580904] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 2.580917] usb 2-2: Product: SA400S37240G
[ 2.580928] usb 2-2: Manufacturer: KINGSTON
[ 2.580939] usb 2-2: SerialNumber: 12345679BBFF
[ 2.592285] scsi host0: uas
[ 2.596383] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.597075] scsi 0:0:0:0: Direct-Access KINGSTON SA400S37240G 0 PQ: 0 ANSI: 6
[ 2.598779] sd 0:0:0:0: [sda] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[ 2.598951] sd 0:0:0:0: [sda] Write Protect is off
[ 2.598966] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[ 2.599237] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.599868] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 2.619964] sda: sda1
[ 2.622403] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.625507] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.731433] usb 1-1.3: new full-speed USB device number 3 using xhci_hcd
[ 2.841502] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
[ 2.841518] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.841528] usb 1-1.3: Product: USB Receiver
[ 2.841537] usb 1-1.3: Manufacturer: Logitech
[ 2.850425] input: Logitech USB Receiver as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C534.0001/input/input0
[ 2.908404] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0
[ 2.911819] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 2.921139] input: Logitech USB Receiver Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C534.0002/input/input1
[ 2.921557] input: Logitech USB Receiver Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C534.0002/input/input2
[ 2.979896] input: Logitech USB Receiver System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C534.0002/input/input3
[ 2.980345] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1
[ 2.983201] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 3.001608] zram0: detected capacity change from 0 to 1962082304
[ 4.431073] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.461427] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 4.869435] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 4.939190] EXT4-fs (mmcblk0p6): mounted filesystem with ordered data mode. Opts: (null)
[ 5.199950] systemd[1]: System time before build time, advancing clock.
[ 5.533721] systemd[1]: /lib/systemd/system/balena-host.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-host.sock \xe2\x86\x92 /run/balena-host.sock; please update the unit file accordingly.
[ 5.554729] systemd[1]: /lib/systemd/system/balena-engine.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/balena-engine.sock \xe2\x86\x92 /run/balena-engine.sock; please update the unit file accordingly.
[ 5.729473] systemd[1]: /lib/systemd/system/plymouth-start.service:17: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ 5.768411] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.805577] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.807308] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.899733] fuse: init (API version 7.32)
[ 7.042766] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.084998] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 7.088842] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.099803] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 7.102366] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.103170] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 7.105874] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.106691] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 7.109636] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.129200] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.130896] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.130912] [vc_sm_connected_init]: start
[ 7.139110] [vc_sm_connected_init]: installed successfully
[ 7.142710] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.157518] mc: Linux media interface: v0.10
[ 7.163989] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.177936] videodev: Linux video capture interface: v2.00
[ 7.199114] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 7.201961] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops)
[ 7.202567] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 7.204171] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.204769] Registered IR keymap rc-cec
[ 7.204932] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 7.205073] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input6
[ 7.206693] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.209633] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops)
[ 7.213644] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.220508] Registered IR keymap rc-cec
[ 7.220670] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 7.220815] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input7
[ 7.221392] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.222670] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 7.223485] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 7.225046] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.225426] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 7.225963] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops)
[ 7.226208] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops)
[ 7.226351] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops)
[ 7.226467] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops)
[ 7.226605] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops)
[ 7.226621] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 7.226637] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.226649] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.226659] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.226673] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.226692] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops)
[ 7.226815] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops)
[ 7.233034] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ 7.233894] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ 7.234551] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ 7.235088] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ 7.235108] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 7.235120] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 7.235130] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 7.235139] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 7.235547] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 7.236168] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 7.236194] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 7.240414] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 7.240469] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 7.249164] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[ 7.255706] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 7.255734] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 7.262992] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ 7.263031] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ 7.303099] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 7.305676] Console: switching to colour frame buffer device 200x75
[ 7.311128] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 7.327788] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 7.353514] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
[ 7.365583] logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input0
[ 7.373189] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 7.381380] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.382019] usbcore: registered new interface driver brcmfmac
[ 7.522440] zram: Can't change algorithm for initialized device
[ 7.612379] logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:01:00.0-1.3/input1
[ 7.628634] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.628776] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.639319] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[ 8.019430] random: crng init done
[ 8.019446] random: 7 urandom warning(s) missed due to ratelimiting
[ 8.803807] Adding 1916092k swap on /dev/zram0. Priority:-2 extents:1 across:1916092k SSFS
[ 9.113729] uart-pl011 fe201000.serial: no DMA platform data
[ 11.038701] i2c /dev entries driver
[ 12.179754] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 12.188723] bcmgenet fd580000.ethernet eth0: Link is Down
[ 12.237555] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 12.774656] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 15.884469] Bluetooth: Core ver 2.22
[ 15.884581] NET: Registered protocol family 31
[ 15.884588] Bluetooth: HCI device and connection manager initialized
[ 15.884606] Bluetooth: HCI socket layer initialized
[ 15.884617] Bluetooth: L2CAP socket layer initialized
[ 15.884636] Bluetooth: SCO socket layer initialized
[ 15.893165] Bluetooth: HCI UART driver ver 2.3
[ 15.893185] Bluetooth: HCI UART protocol H4 registered
[ 15.893297] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 15.893564] Bluetooth: HCI UART protocol Broadcom registered
[ 16.163198] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 16.337793] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.337811] Bluetooth: BNEP filters: protocol multicast
[ 16.337841] Bluetooth: BNEP socket layer initialized
[ 16.360608] NET: Registered protocol family 38
[ 21.449717] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 29.809840] Bridge firewalling registered
[ 32.234335] cgroup: cgroup: disabling cgroup2 socket matching due to net_prio or net_cls activation
[ 41.143939] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 121.673168] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
root@e82a8ec:~#