Trying 192.168.56.21... Connected to conserv1. Escape character is '^]'. ser2net port telnet,3001 device serialdev, /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.2.1.4:1.0-port0, 115200n81, local=false [] (Debian GNU/Linux) U-Boot SPL 2015.10-00061-g68849f9 (Jan 08 2016 - 17:01:43) U-Boot 2015.10-00061-g68849f9 (Jan 08 2016 - 17:01:43 +0100) CPU: Freescale i.MX6Q rev1.2 at 792 MHz Reset cause: POR Board: UDOO Quad DRAM: 1 GiB MMC: FSL_SDHC: 0 *** Warning - bad CRC, using default environment No panel detected: default to HDMI Display: HDMI (1024x768) In: serial Out: serial Err: serial Net: using phy at 6 FEC [PRIME] Hit any key to stop autoboot: 3  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 FEC Waiting for PHY auto negotiation to complete.... done BOOTP broadcast 1 BOOTP broadcast 2 BOOTP broadcast 3 BOOTP broadcast 4 BOOTP broadcast 5 *** Unhandled DHCP Option in OFFER/ACK: 42 *** Unhandled DHCP Option in OFFER/ACK: 42 DHCP client bound to address 192.168.56.31 (3992 ms) => setenv serverip 192.168.56.75 setenv serverip 192.168.56.75 => tftp 0x12000000 140295/tftp-deploy-2myztyoc/kernel/zImage tftp 0x12000000 140295/tftp-deploy-2myztyoc/kernel/zImage Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '140295/tftp-deploy-2myztyoc/kernel/zImage'. Load address: 0x12000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################ 9.2 MiB/s done Bytes transferred = 8513552 (81e810 hex) => tftp 0x13000000 140295/tftp-deploy-2myztyoc/ramdisk/ramdisk.cpio.gz.uboot tftp 0x13000000 140295/tftp-deploy-2myztyoc/ramdisk/ramdisk.cpio.gz.uboot Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '140295/tftp-deploy-2myztyoc/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x13000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################## 9.5 MiB/s done Bytes transferred = 9254168 (8d3518 hex) => setenv initrd_size ${filesize} setenv initrd_size ${filesize} => tftp 0x18000000 140295/tftp-deploy-2myztyoc/dtb/imx6q-udoo.dtb tftp 0x18000000 140295/tftp-deploy-2myztyoc/dtb/imx6q-udoo.dtb Using FEC device TFTP from server 192.168.56.75; our IP address is 192.168.56.31 Filename '140295/tftp-deploy-2myztyoc/dtb/imx6q-udoo.dtb'. Load address: 0x18000000 Loading: *### 6.7 MiB/s done Bytes transferred = 35311 (89ef hex) => setenv bootargs 'console=ttymxc1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttymxc1,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' => bootz 0x12000000 0x13000000 0x18000000 bootz 0x12000000 0x13000000 0x18000000 Kernel image @ 0x12000000 [ 0x000000 - 0x81e810 ] ## Loading init Ramdisk from Legacy Image at 13000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 9254104 Bytes = 8.8 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 18000000 Booting using the fdt blob at 0x18000000 Using Device Tree in place at 18000000, end 1800b9ee Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.269-cip88-rt28 (KernelCI@build-j879375-arm-gcc-10-imx-v6-v7-defconfig-46tpd) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 SMP Thu Jan 19 03:05:58 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Udoo i.MX6 Quad Board [ 0.000000] earlycon: ec_imx21 at MMIO 0x021e8000 (options '') [ 0.000000] bootconsole [ec_imx21] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0x4c000000 [ 0.000000] percpu: Embedded 17 pages/cpu s38184 r8192 d23256 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608 [ 0.000000] Kernel command line: console=ttymxc1,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: 939656K/1048576K available (11264K kernel code, 880K rwdata, 3616K rodata, 1024K init, 7651K bss, 43384K reserved, 65536K cma-reserved, 196608K 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) (12256 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 881 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) (7652 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] Running RCU self tests <6>[ 0.000000] rcu: Hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU lockdep checking is enabled. <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] L2C-310 errata 752271 769419 enabled <6>[ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 <6>[ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9 <6>[ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines <6>[ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled <6>[ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB <6>[ 0.000000] L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001 <6>[ 0.000000] Switching to timer-based delay loop, resolution 333ns <6>[ 0.000009] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns <6>[ 0.008444] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns <6>[ 0.019946] Console: colour dummy device 80x30 <4>[ 0.023053] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar <4>[ 0.031082] ... MAX_LOCKDEP_SUBCLASSES: 8 <4>[ 0.035404] ... MAX_LOCK_DEPTH: 48 <4>[ 0.039864] ... MAX_LOCKDEP_KEYS: 8191 <4>[ 0.044452] ... CLASSHASH_SIZE: 4096 <4>[ 0.049084] ... MAX_LOCKDEP_ENTRIES: 32768 <4>[ 0.053761] ... MAX_LOCKDEP_CHAINS: 65536 <4>[ 0.058479] ... CHAINHASH_SIZE: 32768 <4>[ 0.063157] memory used by lock dependency info: 4655 kB <4>[ 0.068831] per task-struct memory footprint: 1536 bytes <6>[ 0.074528] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000) <6>[ 0.084935] pid_max: default: 32768 minimum: 301 <6>[ 0.090164] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.096696] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.106284] CPU: Testing write buffer coherency: ok <6>[ 0.109100] CPU0: Spectre v2: using BPIALL workaround <6>[ 0.115771] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.122456] Setting up static identity map for 0x10100000 - 0x10100078 <6>[ 0.127691] rcu: Hierarchical SRCU implementation. <6>[ 0.134521] smp: Bringing up secondary CPUs ... <6>[ 0.139593] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.139605] CPU1: Spectre v2: using BPIALL workaround <6>[ 0.151013] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 <6>[ 0.151025] CPU2: Spectre v2: using BPIALL workaround <6>[ 0.161723] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 <6>[ 0.161734] CPU3: Spectre v2: using BPIALL workaround <6>[ 0.170987] smp: Brought up 1 node, 4 CPUs <6>[ 0.174991] SMP: Total of 4 processors activated (24.00 BogoMIPS). <6>[ 0.181556] CPU: All CPU(s) started in SVC mode. <6>[ 0.189269] devtmpfs: initialized <6>[ 0.213135] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 <6>[ 0.220762] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.228512] futex hash table entries: 1024 (order: 4, 65536 bytes) <6>[ 0.238743] pinctrl core: initialized pinctrl subsystem <6>[ 0.246868] NET: Registered protocol family 16 <6>[ 0.267639] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.275209] cpuidle: using governor menu <6>[ 0.276814] CPU identified as i.MX6Q, silicon rev 1.2 <6>[ 0.296905] vdd1p1: supplied by regulator-dummy <6>[ 0.300330] vdd3p0: supplied by regulator-dummy <6>[ 0.304878] vdd2p5: supplied by regulator-dummy <6>[ 0.309709] vddarm: supplied by regulator-dummy <6>[ 0.314903] vddpu: supplied by regulator-dummy <6>[ 0.318858] vddsoc: supplied by regulator-dummy <6>[ 0.342546] No ATAGs? <6>[ 0.342995] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. <6>[ 0.351072] hw-breakpoint: maximum watchpoint size is 4 bytes. <4>[ 0.359113] imx6q-pinctrl 20e0000.iomuxc: Failed to create dummy-iomuxc-gpr@20e0000 debugfs directory <6>[ 0.367501] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver <6>[ 0.433491] mxs-dma 110000.dma-apbh: initialized <6>[ 0.440264] vgaarb: loaded <5>[ 0.441405] SCSI subsystem initialized <6>[ 0.445544] usbcore: registered new interface driver usbfs <6>[ 0.450455] usbcore: registered new interface driver hub <6>[ 0.455805] usbcore: registered new device driver usb <6>[ 0.463947] i2c i2c-1: IMX I2C adapter registered <6>[ 0.466143] i2c i2c-1: can't use DMA, using PIO instead. <6>[ 0.472916] i2c i2c-2: IMX I2C adapter registered <6>[ 0.476661] i2c i2c-2: can't use DMA, using PIO instead. <6>[ 0.482445] media: Linux media interface: v0.10 <6>[ 0.487081] videodev: Linux video capture interface: v2.00 <6>[ 0.493115] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.497958] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.507383] PTP clock support registered <6>[ 0.512234] Advanced Linux Sound Architecture Driver Initialized. <6>[ 0.520969] Bluetooth: Core ver 2.22 <6>[ 0.522046] NET: Registered protocol family 31 <6>[ 0.526711] Bluetooth: HCI device and connection manager initialized <6>[ 0.533359] Bluetooth: HCI socket layer initialized <6>[ 0.538465] Bluetooth: L2CAP socket layer initialized <6>[ 0.543888] Bluetooth: SCO socket layer initialized <6>[ 0.550888] clocksource: Switched to clocksource mxc_timer1 <5>[ 0.764338] VFS: Disk quotas dquot_6.6.0 <6>[ 0.765836] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) <6>[ 0.799600] NET: Registered protocol family 2 <6>[ 0.801934] IP idents hash table entries: 16384 (order: 5, 131072 bytes) <6>[ 0.810763] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes) <6>[ 0.816586] TCP established hash table entries: 8192 (order: 3, 32768 bytes) <6>[ 0.823898] TCP bind hash table entries: 8192 (order: 6, 294912 bytes) <6>[ 0.831494] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.837748] UDP hash table entries: 512 (order: 3, 40960 bytes) <6>[ 0.843553] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) <6>[ 0.850518] NET: Registered protocol family 1 <6>[ 0.856599] RPC: Registered named UNIX socket transport module. <6>[ 0.860634] RPC: Registered udp transport module. <6>[ 0.865646] RPC: Registered tcp transport module. <6>[ 0.870544] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.879827] Trying to unpack rootfs image as initramfs... <6>[ 1.759542] Freeing initrd memory: 9040K <4>[ 1.762173] hw perfevents: no interrupt-affinity property for /pmu, guessing. <6>[ 1.768960] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available <5>[ 1.781538] Initialise system trusted keyrings <6>[ 1.784173] workingset: timestamp_bits=30 max_order=18 bucket_order=0 <5>[ 1.806134] NFS: Registering the id_resolver key type <5>[ 1.808768] Key type id_resolver registered <5>[ 1.813167] Key type id_legacy registered <6>[ 1.817461] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc. <6>[ 1.825231] fuse init (API version 7.27) <5>[ 1.839628] Key type asymmetric registered <5>[ 1.841349] Asymmetric key parser 'x509' registered <6>[ 1.846479] bounce: pool size: 64 pages <6>[ 1.850475] io scheduler noop registered <6>[ 1.854600] io scheduler deadline registered <6>[ 1.859419] io scheduler cfq registered (default) <6>[ 1.864091] io scheduler mq-deadline registered <6>[ 1.868814] io scheduler kyber registered <4>[ 1.887453] imx-sdma 20ec000.sdma: Direct firmware load for imx/sdma/sdma-imx6q.bin failed with error -2 <4>[ 1.893264] imx-pgc-pd imx-pgc-power-domain.0: DMA mask not set <6>[ 1.894832] imx-sdma 20ec000.sdma: external firmware not found, using ROM firmware <6>[ 1.901568] imx-pgc-pd imx-pgc-power-domain.0: Linked as a consumer to 20dc000.gpc <4>[ 1.916510] imx-pgc-pd imx-pgc-power-domain.1: DMA mask not set <6>[ 1.922919] imx-pgc-pd imx-pgc-power-domain.1: Linked as a consumer to regulator.5 <4>[ 1.930733] PU : no governor for states <6>[ 1.934496] imx-pgc-pd imx-pgc-power-domain.1: Linked as a consumer to 20dc000.gpc <6>[ 1.945237] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 62, base_baud = 5000000) is a IMX <6>[ 1.954510] console [ttymxc1] enabled <6>[ 1.954510] console [ttymxc1] enabled <6>[ 1.959542] bootconsole [ec_imx21] disabled <6>[ 1.959542] bootconsole [ec_imx21] disabled <6>[ 1.986670] etnaviv etnaviv: bound 130000.gpu (ops gpu_ops) <6>[ 1.993282] etnaviv etnaviv: bound 134000.gpu (ops gpu_ops) <6>[ 1.999681] etnaviv etnaviv: bound 2204000.gpu (ops gpu_ops) <6>[ 2.005710] etnaviv-gpu 130000.gpu: model: GC2000, revision: 5108 <6>[ 2.025245] etnaviv-gpu 134000.gpu: model: GC320, revision: 5007 <6>[ 2.044738] etnaviv-gpu 2204000.gpu: model: GC355, revision: 1215 <6>[ 2.051179] etnaviv-gpu 2204000.gpu: Ignoring GPU with VG and FE2.0 <6>[ 2.060406] [drm] Initialized etnaviv 1.2.0 20151214 for etnaviv on minor 0 <6>[ 2.071643] imx-ipuv3 2400000.ipu: IPUv3H probed <6>[ 2.079064] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 2.086087] [drm] No driver support for vblank timestamp query. <6>[ 2.093842] imx-drm display-subsystem: bound imx-ipuv3-crtc.2 (ops ipu_crtc_ops) <6>[ 2.101919] imx-drm display-subsystem: bound imx-ipuv3-crtc.3 (ops ipu_crtc_ops) <6>[ 2.109943] imx-drm display-subsystem: bound imx-ipuv3-crtc.6 (ops ipu_crtc_ops) <6>[ 2.118059] imx-drm display-subsystem: bound imx-ipuv3-crtc.7 (ops ipu_crtc_ops) <6>[ 2.127068] dwhdmi-imx 120000.hdmi: Detected HDMI TX controller v1.30a with HDCP (DWC HDMI 3D TX PHY) <6>[ 2.142273] imx-drm display-subsystem: bound 120000.hdmi (ops dw_hdmi_imx_ops) <6>[ 2.151073] [drm] Cannot find any crtc or sizes <6>[ 2.159016] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on minor 1 <6>[ 2.167397] imx-ipuv3 2800000.ipu: IPUv3H probed <6>[ 2.195150] brd: module loaded <6>[ 2.225021] loop: module loaded <6>[ 2.230235] ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024 <6>[ 2.238532] ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480 <6>[ 2.246859] ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000 <6>[ 2.255361] ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000 <6>[ 2.266751] ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled <6>[ 2.274101] ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode <6>[ 2.283216] ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst <6>[ 2.296311] scsi host0: ahci-imx <6>[ 2.301591] ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 65 <6>[ 2.317466] CAN device driver interface <4>[ 2.323910] fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator <6>[ 2.333113] fec 2188000.ethernet: Linked as a consumer to regulator.0 <6>[ 2.341103] pps pps0: new PPS source ptp0 <6>[ 2.382821] fec 2188000.ethernet eth0: registered PHC device 0 <6>[ 2.390500] usbcore: registered new interface driver asix <6>[ 2.396411] usbcore: registered new interface driver ax88179_178a <6>[ 2.402972] usbcore: registered new interface driver cdc_ether <6>[ 2.409168] usbcore: registered new interface driver net1080 <6>[ 2.415286] usbcore: registered new interface driver cdc_subset <6>[ 2.421669] usbcore: registered new interface driver zaurus <6>[ 2.427679] usbcore: registered new interface driver cdc_ncm <6>[ 2.433694] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 2.440500] ehci-pci: EHCI PCI platform driver <6>[ 2.445435] ehci-mxc: Freescale On-Chip EHCI Host driver <6>[ 2.451937] usbcore: registered new interface driver usb-storage <6>[ 2.461820] imx_usb 2184200.usb: Linked as a consumer to regulator.7 <6>[ 2.472762] ci_hdrc ci_hdrc.0: EHCI Host Controller <6>[ 2.478549] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1 <6>[ 2.510962] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00 <6>[ 2.520880] hub 1-0:1.0: USB hub found <6>[ 2.525205] hub 1-0:1.0: 1 port detected <6>[ 2.540411] snvs_rtc 20cc000.snvs:snvs-rtc-lp: registered as rtc0 <6>[ 2.547194] i2c /dev entries driver <6>[ 2.558864] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0) <6>[ 2.566075] Bluetooth: HCI UART driver ver 2.3 <6>[ 2.570889] Bluetooth: HCI UART protocol H4 registered <6>[ 2.576747] Bluetooth: HCI UART protocol LL registered <6>[ 2.583735] sdhci: Secure Digital Host Controller Interface driver <6>[ 2.590193] sdhci: Copyright(c) Pierre Ossman <6>[ 2.594872] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 2.602168] sdhci-esdhc-imx 2198000.usdhc: Got CD GPIO <6>[ 2.643290] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA <6>[ 2.643650] ata1: SATA link down (SStatus 0 SControl 300) <6>[ 2.656741] ahci-imx 2200000.sata: no device found, disabling link. <6>[ 2.658204] caam 2100000.caam: Entropy delay = 3200 <6>[ 2.663343] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug <6>[ 2.729257] caam 2100000.caam: Instantiated RNG4 SH0 <6>[ 2.790019] caam 2100000.caam: Instantiated RNG4 SH1 <6>[ 2.795313] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4) <6>[ 2.802073] caam 2100000.caam: job rings = 2, qi = 0 <6>[ 2.821144] usb 1-1: new high-speed USB device number 2 using ci_hdrc <6>[ 2.830497] caam algorithms registered in /proc/crypto <4>[ 2.838549] mmc0: host does not support reading read-only switch, assuming write-enable <6>[ 2.848630] caam_jr 2101000.jr0: registering rng-caam <6>[ 2.853643] mmc0: new high speed SDXC card at address 59b4 <6>[ 2.855597] usbcore: registered new interface driver usbhid <6>[ 2.865636] usbhid: USB HID core driver <6>[ 2.872324] mmcblk0: mmc0:59b4 SD128 119 GiB <6>[ 2.875845] imx-media: subdev ipu1_vdic bound <6>[ 2.882076] imx-media: subdev ipu2_vdic bound <6>[ 2.887166] imx-media: subdev ipu1_ic_prp bound <6>[ 2.893456] ipu1_ic_prpenc: Registered ipu1_ic_prpenc capture as /dev/video0 <6>[ 2.901223] imx-media: subdev ipu1_ic_prpenc bound <6>[ 2.906886] ipu1_ic_prpvf: Registered ipu1_ic_prpvf capture as /dev/video1 <6>[ 2.914204] imx-media: subdev ipu1_ic_prpvf bound <6>[ 2.914261] mmcblk0: p1 p2 <6>[ 2.919344] imx-media: subdev ipu2_ic_prp bound <6>[ 2.927745] ipu2_ic_prpenc: Registered ipu2_ic_prpenc capture as /dev/video2 <6>[ 2.935246] imx-media: subdev ipu2_ic_prpenc bound <6>[ 2.940890] ipu2_ic_prpvf: Registered ipu2_ic_prpvf capture as /dev/video3 <6>[ 2.948103] imx-media: subdev ipu2_ic_prpvf bound <6>[ 2.954572] ipu1_csi0: Registered ipu1_csi0 capture as /dev/video4 <6>[ 2.961153] imx-media: subdev ipu1_csi0 bound <6>[ 2.966428] ipu1_csi1: Registered ipu1_csi1 capture as /dev/video5 <6>[ 2.973020] imx-media: subdev ipu1_csi1 bound <6>[ 2.978303] ipu2_csi0: Registered ipu2_csi0 capture as /dev/video6 <6>[ 2.984880] imx-media: subdev ipu2_csi0 bound <6>[ 2.990196] ipu2_csi1: Registered ipu2_csi1 capture as /dev/video7 <6>[ 2.996836] imx-media: subdev ipu2_csi1 bound <6>[ 3.011472] fsl-asoc-card sound: ASoC: CPU DAI (null) not registered <4>[ 3.022019] fsl-ssi-dai 2028000.ssi: No cache defaults, reading back from HW <6>[ 3.023912] hub 1-1:1.0: USB hub found <6>[ 3.033990] hub 1-1:1.0: 4 ports detected <6>[ 3.036858] NET: Registered protocol family 10 <6>[ 3.046547] Segment Routing with IPv6 <6>[ 3.050724] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 3.058895] NET: Registered protocol family 17 <6>[ 3.063823] can: controller area network core (rev 20170425 abi 9) <6>[ 3.070441] NET: Registered protocol family 29 <6>[ 3.075348] can: raw protocol (rev 20170425) <6>[ 3.080031] can: broadcast manager protocol (rev 20170425 t) <6>[ 3.086091] can: netlink gateway (rev 20170425) max_hops=1 <5>[ 3.092605] Key type dns_resolver registered <6>[ 3.099263] cpu cpu0: Linked as a consumer to regulator.4 <6>[ 3.105451] cpu cpu0: Linked as a consumer to regulator.5 <6>[ 3.111503] cpu cpu0: Linked as a consumer to regulator.6 <5>[ 3.123405] Registering SWP/SWPB emulation handler <5>[ 3.129681] Loading compiled-in X.509 certificates <6>[ 3.197799] imx-media: subdev ipu1_csi0_mux bound <6>[ 3.201780] [drm] Cannot find any crtc or sizes <6>[ 3.203983] imx-media: subdev ipu2_csi1_mux bound <6>[ 3.213024] imx-media: ipu2_csi1:1 -> ipu2_ic_prp:0 <6>[ 3.218201] imx-media: ipu2_csi1:1 -> ipu2_vdic:0 <6>[ 3.223263] imx-media: ipu2_csi1_mux:2 -> ipu2_csi1:0 <6>[ 3.228607] imx-media: ipu2_csi0:1 -> ipu2_ic_prp:0 <6>[ 3.233829] imx-media: ipu2_csi0:1 -> ipu2_vdic:0 <6>[ 3.238837] imx-media: ipu1_csi1:1 -> ipu1_ic_prp:0 <6>[ 3.244051] imx-media: ipu1_csi1:1 -> ipu1_vdic:0 <6>[ 3.249060] imx-media: ipu1_csi0:1 -> ipu1_ic_prp:0 <6>[ 3.254277] imx-media: ipu1_csi0:1 -> ipu1_vdic:0 <6>[ 3.259279] imx-media: ipu1_csi0_mux:2 -> ipu1_csi0:0 <6>[ 3.264671] imx-media: ipu2_ic_prp:1 -> ipu2_ic_prpenc:0 <6>[ 3.270298] imx-media: ipu2_ic_prp:2 -> ipu2_ic_prpvf:0 <6>[ 3.275868] imx-media: ipu1_ic_prp:1 -> ipu1_ic_prpenc:0 <6>[ 3.281535] imx-media: ipu1_ic_prp:2 -> ipu1_ic_prpvf:0 <6>[ 3.287046] imx-media: ipu2_vdic:2 -> ipu2_ic_prp:0 <6>[ 3.292255] imx-media: ipu1_vdic:2 -> ipu1_ic_prp:0 <6>[ 3.307226] imx_thermal tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C <6>[ 3.361061] usb 1-1.3: new high-speed USB device number 3 using ci_hdrc <6>[ 3.399850] fsl-asoc-card sound: ac97-hifi <-> 2028000.ssi mapping ok <3>[ 3.406749] fsl-asoc-card sound: ASoC: no sink widget found for Playback <3>[ 3.413905] fsl-asoc-card sound: ASoC: Failed to add route AC97 Playback -> direct -> Playback <3>[ 3.422846] fsl-asoc-card sound: ASoC: no source widget found for Capture <3>[ 3.429911] fsl-asoc-card sound: ASoC: Failed to add route Capture -> direct -> AC97 Capture <6>[ 3.444393] snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:01 UTC (1) <6>[ 3.568227] Micrel KSZ9031 Gigabit PHY 2188000.ethernet-1:06: attached PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=2188000.ethernet-1:06, irq=POLL) <6>[ 3.585222] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <6>[ 6.723488] fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off <6>[ 6.740990] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <5>[ 6.772171] Sending DHCP requests ..., OK <6>[ 12.535651] IP-Config: Got DHCP answer from 192.168.56.254, my address is 192.168.56.31 <6>[ 12.544070] IP-Config: Complete: <6>[ 12.547608] device=eth0, hwaddr=00:c0:08:88:16:0e, ipaddr=192.168.56.31, mask=255.255.255.0, gw=192.168.56.254 <6>[ 12.558464] host=192.168.56.31, domain=mayfield.sirena.org.uk, nis-domain=(none) <6>[ 12.566675] bootserver=192.168.56.254, rootserver=192.168.56.254, rootpath= <6>[ 12.566688] nameserver0=192.168.56.254 <6>[ 12.578932] ntpserver0=50.205.244.22, ntpserver1=85.199.214.99 <5>[ 12.587208] cfg80211: Loading compiled-in X.509 certificates for regulatory database <5>[ 12.640570] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' <6>[ 12.648489] ALSA device list: <6>[ 12.651798] #0: ac97-audio <4>[ 12.655780] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 <6>[ 12.664940] cfg80211: failed to load regulatory.db <6>[ 12.672069] Freeing unused kernel memory: 1024K <6>[ 12.702226] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 12.969335] udevd[182]: starting version 3.2.9 <5>[ 12.976412] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 12.984549] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 12.991486] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 13.008279] udevd[182]: specified user 'tss' unknown <27>[ 13.013823] udevd[182]: specified group 'tss' unknown <30>[ 13.024731] udevd[183]: starting eudev-3.2.9 <4>[ 13.558321] coda 2040000.vpu: Direct firmware load for vpu_fw_imx6q.bin failed with error -2 <4>[ 13.570407] coda 2040000.vpu: Direct firmware load for vpu/vpu_fw_imx6q.bin failed with error -2 <4>[ 13.581712] coda 2040000.vpu: Direct firmware load for v4l-coda960-imx6q.bin failed with error -2 <3>[ 13.593375] coda 2040000.vpu: firmware request failed done Saving random seed: <5>[ 14.161738] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: ip: RTNETLINK answers: File exists FAIL Starting dropbear sshd: <5>[ 14.352533] random: dropbear: uninitialized urandom read (32 bytes read) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-140295/environment . /lava-140295/environment / # /lava-140295/bin/lava-test-runner /lava-140295/0 /lava-140295/bin/lava-test-runner /lava-140295/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-140295/0/tests/0_dmesg + cat uuid + UUID=140295_1.5.2.4.1 <8>[ 15.034638] + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 15.116266] <8>[ 15.185793] <8>[ 15.261546] + set +x<8>[ 15.272758] / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-140295/environment / # . /lava-140295/environment/lava-140295/bin/lava-test-runner /lava-140295/1 / # /lava-140295/bin/lava-test-runner /lava-140295/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-140295/1/tests/1_bootrr + cat uuid + UUID=140295_1.5.2.4.5 <8>[ 15.827763] + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-140295/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-140295/1/../bin/lava-test-case <8>[ 15.939437] /lava-140295/1/../bin/lava-test-case <8>[ 16.017834] /lava-140295/1/../bin/lava-test-case <8>[ 16.061515] + set +x <8>[ 16.091382] / #