[Enter `^Ec?' for help] U-Boot SPL 2015.10-00025-g943d444 (Feb 19 2016 - 15:04:45) U-Boot 2015.10-00025-g943d444 (Feb 19 2016 - 15:04:45 +0000) Model: Radxa Rock 2 Square DRAM: 2 GiB MMC: dwmmc@ff0c0000: 0, dwmmc@ff0f0000: 1 *** Warning - bad CRC, using default environment In: serial@ff690000 Out: serial@ff690000 Err: serial@ff690000 Incorrect eeprom header Net: Warning: ethernet@ff290000 (eth0) using random MAC address - 32:7c:87:6b:40:7b eth0: ethernet@ff290000 Hit any key to stop autoboot: 1  0 => setenv autoload no setenv autoload no => setenv initrd_high 0xffffffff setenv initrd_high 0xffffffff => setenv fdt_high 0xffffffff setenv fdt_high 0xffffffff => dhcp dhcp ethernet@ff290000 Waiting for PHY auto negotiation to complete...... done Speed: 1000, full duplex BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.101.151 (414 ms) => setenv serverip 192.168.101.1 setenv serverip 192.168.101.1 => tftp 0x2000000 7096750/tftp-deploy-g6l3jau4/kernel/zImage tftp 0x2000000 7096750/tftp-deploy-g6l3jau4/kernel/zImage Speed: 1000, full duplex Using ethernet@ff290000 device TFTP from server 192.168.101.1; our IP address is 192.168.101.151 Filename '7096750/tftp-deploy-g6l3jau4/kernel/zImage'. Load address: 0x2000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ########## 2.5 MiB/s done Bytes transferred = 8720896 (851200 hex) => tftp 0x4000000 7096750/tftp-deploy-g6l3jau4/ramdisk/ramdisk.cpio.gz.uboot tftp 0x4000000 7096750/tftp-deploy-g6l3jau4/ramdisk/ramdisk.cpio.gz.uboot Speed: 1000, full duplex Using ethernet@ff290000 device TFTP from server 192.168.101.1; our IP address is 192.168.101.151 Filename '7096750/tftp-deploy-g6l3jau4/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x4000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################## 2.6 MiB/s done Bytes transferred = 74144342 (46b5a56 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x1f00000 7096750/tftp-deploy-g6l3jau4/dtb/rk3288-rock2-square.dtb tftp 0x1f00000 7096750/tftp-deploy-g6l3jau4/dtb/rk3288-rock2-square.dtb Speed: 1000, full duplex Using ethernet@ff290000 device TFTP from server 192.168.101.1; our IP address is 192.168.101.151 Filename '7096750/tftp-deploy-g6l3jau4/dtb/rk3288-rock2-square.dtb'. Load address: 0x1f00000 Loading: *### 1.6 MiB/s done Bytes transferred = 40553 (9e69 hex) => setenv bootargs 'console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x2000000 0x4000000 0x1f00000 bootz 0x2000000 0x4000000 0x1f00000 Kernel image @ 0x2000000 [ 0x000000 - 0x851200 ] ## Loading init Ramdisk from Legacy Image at 04000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 74144278 Bytes = 70.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01f00000 Booting using the fdt blob at 0x1f00000 Using Device Tree in place at 01f00000, end 01f0ce68 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x500 [ 0.000000] Linux version 4.19.255-cip79 (KernelCI@build-j71189-arm-gcc-10-multi-v7-defconfig-tfdtt) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 SMP Tue Aug 23 04:45:21 UTC 2022 [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Radxa Rock 2 Square [ 0.000000] earlycon: uart0 at MMIO32 0xff690000 (options '115200n8') [ 0.000000] bootconsole [uart0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0x7c000000 [ 0.000000] percpu: Embedded 16 pages/cpu s36748 r8192 d20596 u65536 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522752 [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Memory: 1920140K/2097152K available (12288K kernel code, 1597K rwdata, 4676K rodata, 2048K init, 395K bss, 111476K reserved, 65536K cma-reserved, 1245184K highmem) <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) <5>[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) <5>[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) <5>[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) <5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (13280 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) (1598 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 396 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys). <6>[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns <6>[ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns <6>[ 0.009080] Switching to timer-based delay loop, resolution 41ns <6>[ 0.021372] Console: colour dummy device 80x30 <6>[ 0.026568] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.038234] pid_max: default: 32768 minimum: 301 <6>[ 0.043697] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.051263] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.059849] CPU: Testing write buffer coherency: ok <6>[ 0.065531] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.071645] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500 <6>[ 0.078973] Setting up static identity map for 0x300000 - 0x3000a0 <6>[ 0.087981] rcu: Hierarchical SRCU implementation. <6>[ 0.097633] EFI services will not be available. <6>[ 0.103159] smp: Bringing up secondary CPUs ... <6>[ 0.110149] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501 <6>[ 0.110156] CPU1: Spectre v2: using BPIALL workaround <6>[ 0.124344] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502 <6>[ 0.124351] CPU2: Spectre v2: using BPIALL workaround <6>[ 0.138513] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503 <6>[ 0.138520] CPU3: Spectre v2: using BPIALL workaround <6>[ 0.150979] smp: Brought up 1 node, 4 CPUs <6>[ 0.155761] SMP: Total of 4 processors activated (192.00 BogoMIPS). <6>[ 0.162943] CPU: All CPU(s) started in SVC mode. <6>[ 0.169754] devtmpfs: initialized <6>[ 0.182800] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0 <6>[ 0.191851] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.202946] futex hash table entries: 1024 (order: 4, 65536 bytes) <6>[ 0.211864] pinctrl core: initialized pinctrl subsystem <6>[ 0.219581] DMI not present or invalid. <6>[ 0.224908] NET: Registered protocol family 16 <6>[ 0.232381] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.242766] cpuidle: using governor menu <6>[ 0.247875] No ATAGs? <6>[ 0.248009] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.259873] hw-breakpoint: maximum watchpoint size is 4 bytes. <6>[ 0.269553] Serial: AMBA PL011 UART driver <6>[ 0.335859] vgaarb: loaded <5>[ 0.340017] SCSI subsystem initialized <6>[ 0.344829] usbcore: registered new interface driver usbfs <6>[ 0.351223] usbcore: registered new interface driver hub <6>[ 0.357378] usbcore: registered new device driver usb <6>[ 0.365290] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.371023] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.381368] PTP clock support registered <6>[ 0.386190] EDAC MC: Ver: 3.0.0 <6>[ 0.392607] clocksource: Switched to clocksource arch_sys_counter <6>[ 0.464184] NET: Registered protocol family 2 <6>[ 0.469485] IP idents hash table entries: 16384 (order: 5, 131072 bytes) <6>[ 0.478253] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) <6>[ 0.487015] TCP established hash table entries: 8192 (order: 3, 32768 bytes) <6>[ 0.495136] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.502686] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.510035] UDP hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.516881] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.524323] NET: Registered protocol family 1 <6>[ 0.529879] RPC: Registered named UNIX socket transport module. <6>[ 0.536703] RPC: Registered udp transport module. <6>[ 0.542148] RPC: Registered tcp transport module. <6>[ 0.547615] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.555399] Trying to unpack rootfs image as initramfs... <6>[ 6.796355] Freeing initrd memory: 72408K <6>[ 6.801880] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available <5>[ 6.812939] Initialise system trusted keyrings <6>[ 6.818382] workingset: timestamp_bits=30 max_order=19 bucket_order=0 <6>[ 6.832658] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 6.840016] NFS: Registering the id_resolver key type <5>[ 6.845931] Key type id_resolver registered <5>[ 6.850804] Key type id_legacy registered <6>[ 6.855543] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 6.862905] Key type asymmetric registered <5>[ 6.867688] Asymmetric key parser 'x509' registered <6>[ 6.873407] bounce: pool size: 64 pages <6>[ 6.877945] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 6.886367] io scheduler noop registered <6>[ 6.890955] io scheduler deadline registered <6>[ 6.896080] io scheduler cfq registered (default) <6>[ 6.901528] io scheduler mq-deadline registered <6>[ 6.906799] io scheduler kyber registered <6>[ 6.916633] phy phy-ff770000.syscon:usbphy.1: Linked as a consumer to regulator.4 <6>[ 6.951487] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330 <6>[ 6.960121] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16 <6>[ 6.971294] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330 <6>[ 6.979924] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10 <6>[ 7.052043] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 7.061981] console [ttyS2] disabled <6>[ 7.066260] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 35, base_baud = 1500000) is a 16550A <6>[ 7.076452] console [ttyS2] enabled <6>[ 7.076452] console [ttyS2] enabled <6>[ 7.084856] bootconsole [uart0] disabled <6>[ 7.084856] bootconsole [uart0] disabled <6>[ 7.096226] SuperH (H)SCI(F) driver initialized <6>[ 7.103018] msm_serial: driver initialized <6>[ 7.108126] STMicroelectronics ASC driver initialized <6>[ 7.115352] STM32 USART driver initialized <6>[ 7.138852] brd: module loaded <6>[ 7.149942] loop: module loaded <6>[ 7.166879] CAN device driver interface <6>[ 7.172682] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 7.180868] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k <6>[ 7.187701] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 7.194673] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k <6>[ 7.202754] igb: Copyright (c) 2007-2014 Intel Corporation. <4>[ 7.212647] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock <3>[ 7.219682] rk_gmac-dwmac ff290000.ethernet: phy regulator is not available yet, deferred probing <6>[ 7.233151] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver <6>[ 7.241765] usbcore: registered new interface driver pegasus <6>[ 7.248454] usbcore: registered new interface driver asix <6>[ 7.254849] usbcore: registered new interface driver ax88179_178a <6>[ 7.261987] usbcore: registered new interface driver cdc_ether <6>[ 7.268868] usbcore: registered new interface driver smsc75xx <6>[ 7.275647] usbcore: registered new interface driver smsc95xx <6>[ 7.282405] usbcore: registered new interface driver net1080 <6>[ 7.289081] usbcore: registered new interface driver cdc_subset <6>[ 7.296041] usbcore: registered new interface driver zaurus <6>[ 7.302657] usbcore: registered new interface driver cdc_ncm <4>[ 7.311549] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator <6>[ 7.321160] dwc2 ff540000.usb: Linked as a consumer to regulator.0 <4>[ 7.328395] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator <6>[ 7.402853] dwc2 ff540000.usb: DWC OTG Controller <6>[ 7.408431] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1 <6>[ 7.416670] dwc2 ff540000.usb: irq 40, io mem 0xff540000 <6>[ 7.423738] hub 1-0:1.0: USB hub found <6>[ 7.428274] hub 1-0:1.0: 1 port detected <4>[ 7.433598] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator <6>[ 7.443214] dwc2 ff580000.usb: Linked as a consumer to regulator.0 <4>[ 7.450429] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator <6>[ 7.592674] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM <6>[ 7.601189] dwc2 ff580000.usb: DWC OTG Controller <6>[ 7.606797] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2 <6>[ 7.615017] dwc2 ff580000.usb: irq 41, io mem 0xff580000 <6>[ 7.621939] hub 2-0:1.0: USB hub found <6>[ 7.626508] hub 2-0:1.0: 1 port detected <6>[ 7.632569] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 7.640193] ehci-pci: EHCI PCI platform driver <6>[ 7.645517] ehci-platform: EHCI generic platform driver <6>[ 7.651884] ehci-platform ff500000.usb: EHCI Host Controller <6>[ 7.658555] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3 <6>[ 7.667921] ehci-platform ff500000.usb: irq 39, io mem 0xff500000 <6>[ 7.702633] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00 <6>[ 7.710526] hub 3-0:1.0: USB hub found <6>[ 7.715092] hub 3-0:1.0: 1 port detected <6>[ 7.720347] ehci-orion: EHCI orion driver <6>[ 7.725375] SPEAr-ehci: EHCI SPEAr driver <6>[ 7.730337] ehci-st: EHCI STMicroelectronics driver <6>[ 7.736288] ehci-exynos: EHCI EXYNOS driver <6>[ 7.741437] ehci-atmel: EHCI Atmel driver <6>[ 7.746422] tegra-ehci: Tegra EHCI driver <6>[ 7.751408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 7.758642] ohci-pci: OHCI PCI platform driver <6>[ 7.763980] ohci-platform: OHCI generic platform driver <6>[ 7.770349] SPEAr-ohci: OHCI SPEAr driver <6>[ 7.775331] ohci-st: OHCI STMicroelectronics driver <6>[ 7.781259] ohci-atmel: OHCI Atmel driver <6>[ 7.787064] usbcore: registered new interface driver usb-storage <6>[ 7.801166] i2c /dev entries driver <6>[ 7.809457] VCC_DDR: supplied by vcc_sys <6>[ 7.816406] VCC_IO: supplied by vcc_sys <6>[ 7.823225] VDD_LOG: Bringing 1100000uV into 1000000-1000000uV <6>[ 7.832401] VDD_LOG: supplied by vcc_sys <6>[ 7.839351] VCC_20: supplied by vcc_sys <6>[ 7.846192] VCCIO_SD: supplied by VCC_IO <6>[ 7.853605] VDD10_LCD: supplied by VCC_IO <6>[ 7.861482] VCCA_CODEC: supplied by VCC_IO <6>[ 7.869471] VCCA_TP: supplied by vcc_sys <6>[ 7.876785] VCCIO_PMU: supplied by vcc_sys <6>[ 7.883897] VDD_10: supplied by VCC_20 <6>[ 7.891109] VCC_18: supplied by VCC_20 <6>[ 7.898343] VCC18_LCD: supplied by VCC_20 <6>[ 7.907034] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected! <6>[ 7.916426] vdd_cpu: supplied by vcc_sys <6>[ 7.924212] vcc_flash: supplied by VCC_IO <6>[ 7.929563] vcc_sd: supplied by VCC_IO <6>[ 7.935969] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected! <6>[ 7.945365] vdd_gpu: supplied by vcc_sys <6>[ 7.958677] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.7 <6>[ 7.969604] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.16 <6>[ 7.980121] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.1 <6>[ 7.990543] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.14 <6>[ 8.004747] rockchip-iodomain ff770000.syscon:io-domains: Linked as a consumer to regulator.10 <4>[ 8.021734] rockchip-thermal ff280000.tsadc: Missing rockchip,grf property <6>[ 8.038428] cpu cpu0: Linked as a consumer to regulator.18 <6>[ 8.044933] cpu cpu0: Dropping the link to regulator.18 <6>[ 8.051728] cpu cpu0: Linked as a consumer to regulator.18 <4>[ 8.059419] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz <6>[ 8.068074] usb 3-1: new high-speed USB device number 2 using ehci-platform <4>[ 8.078788] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz <6>[ 8.091239] sdhci: Secure Digital Host Controller Interface driver <6>[ 8.098446] sdhci: Copyright(c) Pierre Ossman <6>[ 8.104262] Synopsys Designware Multimedia Card Interface Driver <6>[ 8.111675] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 8.120081] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller. <6>[ 8.127964] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a <6>[ 8.134683] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo <6>[ 8.145897] dwmmc_rockchip ff0c0000.dwmmc: Linked as a consumer to regulator.5 <6>[ 8.154759] dwmmc_rockchip ff0c0000.dwmmc: Linked as a consumer to regulator.10 <6>[ 8.176955] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) <6>[ 8.200629] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 8.209139] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. <6>[ 8.217047] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <6>[ 8.223798] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo <6>[ 8.235582] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 <6>[ 8.245014] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 <6>[ 8.253613] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.16 <6>[ 8.261842] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.7 <6>[ 8.270344] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 8.279011] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller. <6>[ 8.279149] hub 3-1:1.0: USB hub found <6>[ 8.286899] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a <6>[ 8.291689] hub 3-1:1.0: 4 ports detected <6>[ 8.298096] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo <6>[ 8.314529] dwmmc_rockchip ff0f0000.dwmmc: Linked as a consumer to regulator.7 <6>[ 8.322918] dwmmc_rockchip ff0f0000.dwmmc: Linked as a consumer to regulator.1 <6>[ 8.331304] dwmmc_rockchip ff0f0000.dwmmc: allocated mmc-pwrseq <6>[ 8.338214] mmc_host mmc1: card is non-removable. <6>[ 8.357248] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) <6>[ 8.386273] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 8.408338] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 8.418461] usbcore: registered new interface driver usbhid <6>[ 8.425017] usbhid: USB HID core driver <6>[ 8.432864] NET: Registered protocol family 10 <6>[ 8.438801] Segment Routing with IPv6 <6>[ 8.443257] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 8.450527] NET: Registered protocol family 17 <6>[ 8.455819] can: controller area network core (rev 20170425 abi 9) <6>[ 8.463068] NET: Registered protocol family 29 <6>[ 8.468332] can: raw protocol (rev 20170425) <6>[ 8.473412] can: broadcast manager protocol (rev 20170425 t) <6>[ 8.480037] can: netlink gateway (rev 20170425) max_hops=1 <5>[ 8.486711] Key type dns_resolver registered <6>[ 8.491834] ThumbEE CPU extension supported. <5>[ 8.496923] Registering SWP/SWPB emulation handler <5>[ 8.502933] Loading compiled-in X.509 certificates <4>[ 8.515262] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock <6>[ 8.522796] rk_gmac-dwmac ff290000.ethernet: Linked as a consumer to regulator.14 <6>[ 8.531452] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input). <6>[ 8.539628] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30). <6>[ 8.546248] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10). <6>[ 8.552858] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no). <6>[ 8.560077] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0) <3>[ 8.560084] rk_gmac-dwmac ff290000.ethernet: cannot get clock clk_mac_speed <6>[ 8.579318] rk_gmac-dwmac ff290000.ethernet: clock input from PHY <6>[ 8.587012] mmc1: new high speed MMC card at address 0001 <6>[ 8.591424] rk_gmac-dwmac ff290000.ethernet: init for RGMII <6>[ 8.599978] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35 <6>[ 8.600379] mmcblk1: mmc1:0001 032GE4 29.1 GiB <6>[ 8.608266] rk_gmac-dwmac ff290000.ethernet: DWMAC1000 <6>[ 8.614144] mmcblk1boot0: mmc1:0001 032GE4 partition 1 4.00 MiB <6>[ 8.619734] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported <6>[ 8.627219] mmcblk1boot1: mmc1:0001 032GE4 partition 2 4.00 MiB <6>[ 8.635303] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported <6>[ 8.642281] mmcblk1rpmb: mmc1:0001 032GE4 partition 3 4.00 MiB, chardev (235:0) <6>[ 8.650852] rk_gmac-dwmac ff290000.ethernet: COE Type 2 <6>[ 8.650856] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported <6>[ 8.673603] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported <6>[ 8.681097] rk_gmac-dwmac ff290000.ethernet: Normal descriptors <6>[ 8.688014] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled <6>[ 8.694830] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer <6>[ 8.704076] rk_gmac-dwmac ff290000.ethernet (unnamed net_device) (uninitialized): device MAC address a6:76:37:12:3c:72 <6>[ 8.718931] mmcblk1: p1 p2 <6>[ 8.824511] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL) <6>[ 8.838827] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL) <6>[ 8.856064] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 8.864653] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. <6>[ 8.872541] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <6>[ 8.879288] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo <6>[ 8.891227] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 <6>[ 8.900103] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 <6>[ 8.908653] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.16 <6>[ 8.916873] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.7 <6>[ 8.926782] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 8.935232] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. <6>[ 8.943130] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <6>[ 8.949849] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo <6>[ 8.961563] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 <6>[ 8.970966] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 <6>[ 8.979486] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.16 <6>[ 8.987671] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.7 <6>[ 8.996137] input: gpio-keys as /devices/platform/gpio-keys/input/input0 <6>[ 9.004054] hctosys: unable to open rtc device (rtc0) <6>[ 9.011613] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 9.019999] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL) <6>[ 9.020036] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. <6>[ 9.042165] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <6>[ 9.042611] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found <6>[ 9.048894] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo <4>[ 9.057628] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW <6>[ 9.069316] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 <6>[ 9.076791] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <6>[ 9.085557] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 <6>[ 9.100373] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.16 <6>[ 9.108564] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.7 <6>[ 15.353831] rk_gmac-dwmac ff290000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx <6>[ 15.382865] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 15.412617] Sending DHCP requests .., OK <6>[ 19.038282] IP-Config: Got DHCP answer from 192.168.101.1, my address is 192.168.101.207 <6>[ 19.047652] IP-Config: Complete: <6>[ 19.051560] device=eth0, hwaddr=a6:76:37:12:3c:72, ipaddr=192.168.101.207, mask=255.255.255.0, gw=192.168.101.1 <6>[ 19.063636] host=192.168.101.207, domain=lava.cbg.collabora.co.uk, nis-domain=(none) <6>[ 19.073072] bootserver=192.168.101.1, rootserver=192.168.101.1, rootpath= <6>[ 19.073073] nameserver0=192.168.101.1 <4>[ 19.086794] ttyS2 - failed to request DMA <6>[ 19.092646] Freeing unused kernel memory: 2048K <6>[ 19.144043] Run /init as init process <30>[ 19.176854] systemd[1]: System time before build time, advancing clock. <3>[ 19.188961] cgroup: cgroup2: unknown option \"memory_recursiveprot\" <30>[ 19.197865] systemd[1]: systemd 247.3-7 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) <30>[ 19.223519] systemd[1]: Detected architecture arm. Welcome to [1mDebian GNU/Linux 11 (bullseye)[0m! <30>[ 19.264157] systemd[1]: Set hostname to . <30>[ 19.436022] systemd[1]: Queued start job for default target Graphical Interface. <5>[ 19.445145] random: systemd: uninitialized urandom read (16 bytes read) <28>[ 19.452980] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling. <28>[ 19.467189] systemd[1]: (This warning is only shown for the first unit using IP firewalling.) <30>[ 19.477518] systemd[1]: Created slice system-getty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-getty.slice[0m. <5>[ 19.512717] random: systemd: uninitialized urandom read (16 bytes read) <30>[ 19.522791] systemd[1]: Created slice system-modprobe.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-modprobe.slice[0m. <5>[ 19.563163] random: systemd: uninitialized urandom read (16 bytes read) <30>[ 19.572395] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice [0;1;39msystem-serial\x2dgetty.slice[0m. <30>[ 19.602925] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice [0;1;39mUser and Session Slice[0m. <30>[ 19.633028] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started [0;1;39mDispatch Password …ts to Console Directory Watch[0m. <30>[ 19.674849] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started [0;1;39mForward Password R…uests to Wall Directory Watch[0m. <30>[ 19.723507] systemd[1]: Condition check resulted in Arbitrary Executable File Formats File System Automount Point being skipped. <30>[ 19.737883] systemd[1]: Reached target Local Encrypted Volumes. [[0;32m OK [0m] Reached target [0;1;39mLocal Encrypted Volumes[0m. <30>[ 19.775050] systemd[1]: Reached target Paths. [[0;32m OK [0m] Reached target [0;1;39mPaths[0m. <30>[ 19.812746] systemd[1]: Reached target Remote File Systems. [[0;32m OK [0m] Reached target [0;1;39mRemote File Systems[0m. <30>[ 19.843751] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target [0;1;39mSlices[0m. <30>[ 19.872822] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target [0;1;39mSwap[0m. <30>[ 19.903461] systemd[1]: Listening on initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on [0;1;39minitctl Compatibility Named Pipe[0m. <30>[ 19.968514] systemd[1]: Condition check resulted in Journal Audit Socket being skipped. <30>[ 19.978196] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on [0;1;39mJournal Socket (/dev/log)[0m. <30>[ 20.015072] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on [0;1;39mJournal Socket[0m. <30>[ 20.053130] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Control Socket[0m. <30>[ 20.085573] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on [0;1;39mudev Kernel Socket[0m. <30>[ 20.122967] systemd[1]: Condition check resulted in Huge Pages File System being skipped. <30>[ 20.133031] systemd[1]: Condition check resulted in POSIX Message Queue File System being skipped. <30>[ 20.145568] systemd[1]: Mounting Kernel Debug File System... Mounting [0;1;39mKernel Debug File System[0m... <30>[ 20.192511] systemd[1]: Mounting Kernel Trace File System... Mounting [0;1;39mKernel Trace File System[0m... <30>[ 20.225018] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting [0;1;39mCreate list of st…odes for the current kernel[0m... <30>[ 20.266003] systemd[1]: Starting Load Kernel Module configfs... Starting [0;1;39mLoad Kernel Module configfs[0m... <30>[ 20.303788] systemd[1]: Starting Load Kernel Module drm... Starting [0;1;39mLoad Kernel Module drm[0m... <30>[ 20.344712] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. <30>[ 20.358327] systemd[1]: Starting Journal Service... Starting [0;1;39mJournal Service[0m... <30>[ 20.394198] systemd[1]: Starting Load Kernel Modules... Starting [0;1;39mLoad Kernel Modules[0m... <30>[ 20.433747] systemd[1]: Starting Remount Root and Kernel File Systems... Starting [0;1;39mRemount Root and Kernel File Systems[0m... <5>[ 20.472538] random: systemd-journal: uninitialized urandom read (16 bytes read) <5>[ 20.481235] random: systemd-journal: uninitialized urandom read (16 bytes read) <5>[ 20.481256] random: systemd: uninitialized urandom read (16 bytes read) <30>[ 20.498472] systemd[1]: Starting Coldplug All udev Devices... Starting [0;1;39mColdplug All udev Devices[0m... <30>[ 20.534581] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started [0;1;39mJournal Service[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Debug File System[0m. [[0;32m OK [0m] Mounted [0;1;39mKernel Trace File System[0m. [[0;32m OK [0m] Finished [0;1;39mCreate list of st… nodes for the current kernel[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module configfs[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Module drm[0m. [[0;32m OK [0m] Finished [0;1;39mLoad Kernel Modules[0m. [[0;1;31mFAILED[0m] Failed to start [0;1;39mRemount Root and Kernel File Systems[0m. See 'systemctl status systemd-remount-fs.service' for details. Mounting [0;1;39mKernel Configuration File System[0m... Starting [0;1;39mFlush Journal to Persistent Storage[0m... <46>[ 20.875512] systemd-journald[87]: Received client request to flush runtime journal. Starting [0;1;39mLoad/Save Random Seed[0m... Starting [0;1;39mApply Kernel Variables[0m... Starting [0;1;39mCreate System Users[0m... [[0;32m OK [0m] Mounted [0;1;39mKernel Configuration File System[0m. [[0;32m OK [0m] Finished [0;1;39mColdplug All udev Devices[0m. [[0;32m OK [0m] Finished [0;1;39mFlush Journal to Persistent Storage[0m. [[0;32m OK [0m] Finished [0;1;39mApply Kernel Variables[0m. [[0;32m OK [0m] Finished [0;1;39mCreate System Users[0m. Starting [0;1;39mCreate Static Device Nodes in /dev[0m... [[0;32m OK [0m] Finished [0;1;39mCreate Static Device Nodes in /dev[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems (Pre)[0m. [[0;32m OK [0m] Reached target [0;1;39mLocal File Systems[0m. Starting [0;1;39mCreate Volatile Files and Directories[0m... Starting [0;1;39mRule-based Manage…for Device Events and Files[0m... [[0;32m OK [0m] Started [0;1;39mRule-based Manager for Device Events and Files[0m. [[0;32m OK [0m] Finished [0;1;39mCreate Volatile Files and Directories[0m. Starting [0;1;39mUpdate UTMP about System Boot/Shutdown[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Boot/Shutdown[0m. [[0;32m OK [0m] Reached target [0;1;39mSystem Initialization[0m. <5>[ 21.492768] random: systemd: uninitialized urandom read (16 bytes read) [[0;32m OK [0m] Started [0;1;39mDiscard unused blocks once a week[0m. <6>[ 21.521732] iommu: Adding device ff930000.vop to group 0 <6>[ 21.528129] rockchip-vop ff930000.vop: Linked as a consumer to ff930300.iommu <6>[ 21.536507] iommu: Adding device ff940000.vop to group 1 <6>[ 21.542776] rockchip-vop ff940000.vop: Linked as a consumer to ff940300.iommu <5>[ 21.553936] random: systemd: uninitialized urandom read (16 bytes read) <4>[ 21.556028] rtc-hym8563 0-0051: no valid clock/calendar values available <6>[ 21.558794] rockchip-drm display-subsystem: Linked as a consumer to ff930000.vop <6>[ 21.558805] rockchip-drm display-subsystem: Linked as a consumer to ff940000.vop <6>[ 21.558935] rockchip-drm display-subsystem: Linked as a consumer to ff980000.hdmi <6>[ 21.561727] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 21.562319] rockchip-drm display-subsystem: bound ff930000.vop (ops vop_component_ops [rockchipdrm]) <6>[ 21.562513] rockchip-drm display-subsystem: bound ff940000.vop (ops vop_component_ops [rockchipdrm]) <6>[ 21.562597] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY) <6>[ 21.563268] rockchip-drm display-subsystem: bound ff980000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm]) <6>[ 21.563271] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 21.563273] [drm] No driver support for vblank timestamp query. <6>[ 21.563293] [drm] Cannot find any crtc or sizes <6>[ 21.563499] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0 <6>[ 21.569590] rtc-hym8563 0-0051: rtc core: registered hym8563 as rtc0 <6>[ 21.653979] rk3288-crypto ff8a0000.crypto: Crypto Accelerator successfully registered [[0;32m OK [0m] Started [0;1;39mDaily Cleanup of Temporary <6>[ 21.692999] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. Directories[0m. <6>[ 21.693254] asoc-simple-card sound: dit-hifi <-> ff8b0000.sound mapping ok <6>[ 21.706152] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <4>[ 21.715871] asoc-simple-card sound: ASoC: no DMI vendor name! <6>[ 21.722568] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo <5>[ 21.740599] random: systemd: uninitialized urandom read (16 bytes read) <6>[ 21.741003] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 [[0;32m OK [0m] <6>[ 21.757235] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 Reached target [0;1;39mTimers[0m. <6>[ 21.767466] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.16 <6>[ 21.779176] dwmmc_rockchip ff0d0000.dwmmc: Dropping the link to regulator.7 <6>[ 21.789145] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode. <6>[ 21.798236] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller. <6>[ 21.806142] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a <6>[ 21.812879] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo [[0;32m OK [0m] <6>[ 21.824602] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.7 Listening on [0;1;39mD-Bus System Message Bus Socket[0m. <6>[ 21.835296] dwmmc_rockchip ff0d0000.dwmmc: Linked as a consumer to regulator.16 <6>[ 21.849094] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq <6>[ 21.856016] mmc_host mmc2: card is non-removable. [[0;32m OK [0m] Reached target [0;1;39mSockets[0m. <6>[ 21.876648] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [[0;32m OK [0m] Reached target [0;1;39mBasic System[0m. <4>[ 21.915953] mmc2: queuing unknown CIS tuple 0x80 (2 bytes) <4>[ 21.924170] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) [[0;32m OK [0m] Started [0;1;39mD-Bus System Message Bus[0m. <4>[ 21.942920] mmc2: queuing unknown CIS tuple 0x80 (3 bytes) <4>[ 21.955210] mmc2: queuing unknown CIS tuple 0x80 (7 bytes) Starting [0;1;39mUser Login Management[0m... Starting [0;1;39mPermit User Sessions[0m... <6>[ 22.022909] mmc_host mmc2: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0) <6>[ 22.035622] mmc2: new high speed SDIO card at address 0001 [[0;32m OK [0m<5>[ 22.056256] cfg80211: Loading compiled-in X.509 certificates for regulatory database ] Finished [0;1;39mPermit User Sessions[0m. <5>[ 22.074763] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <4>[ 22.082431] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 22.092367] cfg80211: failed to load regulatory.db <6>[ 22.098137] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4339-sdio for chip BCM4339/2 <4>[ 22.108848] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac4339-sdio.bin failed with error -2 [[0;32m OK [0m] Found device [0;1;39m/dev/ttyS2[0m. <5>[ 22.504843] random: systemd: uninitialized urandom read (16 bytes read) <6>[ 22.632637] [drm] Cannot find any crtc or sizes [[0;32m OK [0m] Started [0;1;39mUser Login Management[0m. [[0;32m OK [0m] Reached target [0;1;39mSound Card[0m. [[0;32m OK [0m] Reached target [0;1;39mHardware activated USB gadget[0m. [[0;32m OK [0m] Listening on [0;1;39mLoad/Save RF …itch Status /dev/rfkill Watch[0m. <3>[ 23.140783] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 [[0;32m OK [0m] Started [0;1;39mGetty on tty1[0m. [[0;32m OK [0m] Started [0;1;39mSerial Getty on ttyS2[0m. [[0;32m OK [0m] Reached target [0;1;39mLogin Prompts[0m. [[0;32m OK [0m] Reached target [0;1;39mMulti-User System[0m. [[0;32m OK [0m] Reached target [0;1;39mGraphical Interface[0m. Starting [0;1;39mUpdate UTMP about System Runlevel Changes[0m... [[0;32m OK [0m] Finished [0;1;39mUpdate UTMP about System Runlevel Changes[0m. <5>[ 27.912592] random: crng init done <5>[ 27.916681] random: 662 urandom warning(s) missed due to ratelimiting [[0;32m OK [0m] Finished [0;1;39mLoad/Save Random Seed[0m. Debian GNU/Linux 11 debian-bullseye-armhf ttyS2 debian-bullseye-armhf login: root (automatic login) Linux debian-bullseye-armhf 4.19.255-cip79 #1 SMP Tue Aug 23 04:45:21 UTC 2022 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-7096750/environment . /lava-7096750/environment / # /lava-7096750/bin/lava-test-runner /lava-7096750/0 /lava-7096750/bin/lava-test-runner /lava-7096750/0 + export TESTRUN_ID=0_usb + cd /lava-7096750/0/tests/0_usb <8>[ 28.636344] + cat uuid + UUID=7096750_1.5.2.4.1 + set +x + lsusb + lava-test-case usb-presence --shell test -n \"Bus 002 Device 001:<8>[ 28.657589] ID 1d6b:0002 Linux 4.19.255-cip79 dwc2_hsotg DWC OTG Controller<8>[ 28.667760] Bus 001 Device 001: ID 1d6b:0002 Linux 4.19.255-cip79 dwc2_hsot<8>[ 28.681281] g DWC OTG Controller Bus 003 Device 002: ID 05e3:0608 USB2.0 Hub Bus 003 Device 001: ID 1d6b:0002 Linux 4.19.255-cip79 ehci_hcd EHCI Host Controller\" + lsusb + awk {print $6} + sort + seq 1 3 + /usr/sbin/rtcwake -d rtc0 -m freeze -s 1 rtcwake: assuming RTC uses UTC ... rtcwake: rtc0 not enabled for wakeup events / #